tedchou12 / webull

Unofficial APIs for Webull.
MIT License
596 stars 181 forks source link

Bug: when call get_chart_data() #391

Open LukeWang01 opened 1 year ago

LukeWang01 commented 1 year ago

Problem:

When to call get_chart_data():

there will be a error: TypeError: webull.get_bars() got an unexpected keyword argument 'timestamp'

image

Bug:

the keyword should be timeStamp for get_bars() inside the get_chart_data(), instead of timestamp:

image image

ICANTFINDAUSERNAMEATALL commented 1 year ago

@tedchou12