Function for connecting real-time and historical data
6. Connecting real-time and historical data
event = client.Fetch_Trading_Data(
realtime = True,
tickers = tickers,
fields = ['open','high','low','close','volume','bu','sd'],
by = by,
callback = callback,
adjusted = True,
period = 100,
wait_for_full_timeFrame = False
)Parameter
Description
Data type
Default
Required
Attributes
Description
Data type
Method
Description
Last updated