Data¶
Data methods are made to get data for you to use in your strategies. You can use them to get historical pricing data (eg. get_symbol_bars()) and more. You can see a list of them below:
|
Takes an asset and returns the last known price |
|
Takes a list of assets and returns the last known prices |
|
Get historical pricing data for a given symbol or asset. |
|
Get historical pricing data for the list of assets. |
|
Starts a real time stream of tickers for Interactive Broker only. |
|
Retrieve the real time bars as dataframe. |
|
Cancels a stream of real time bars for a given asset. |
|
Get the dividend for the previous day. |
|
Get the dividends for the previous day. |