Historical data function
This section describes how to use the library once the user has logged in. Details are provided at the end of this chapter.
5. Get available (historical) data
data = client.Fetch_Trading_Data(
realtime = False,
tickers = tickers,
fields = ['open', 'high', 'low', 'close', 'volume', 'bu','sd'],
adjusted = True,
by = by,
period = 100
).get_data()Name
Description
Data type
Default
Required
Method name
Description
Attributes
Description
Data type
Last updated