Description Usage Arguments Zipline Documentation
fly_data_history()
is used to retrieve historical data about the asset.
fly_data_current()
is used to retrieve the data as of the current
trading date. See below for additional documentation.
1 2 3 4 5 6 7 8 | fly_data_history(data, assets, fields = "price", bar_count = 100L,
frequency = "1d")
fly_data_current(data, assets, fields = "price")
fly_data_is_stale(data, assets)
fly_data_can_trade(data, assets)
|
data |
The |
assets |
A zipline asset or list of assets. Often created from |
fields |
A string field or vector of fields. Accepted fields are
|
bar_count |
Integer number of bars of historical trade data requested. |
frequency |
Frequency of historical data requested.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.