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. |
|
Get a quote for the asset. |
|
Get the dividend for the previous day. |
|
Finds the next trading day for the given date and exchange. |