View source: R/get_ohlc_data.R
get_ohlc_data | R Documentation |
Returns OHLC data for the specified asset and since
get_ohlc_data(pair = "XBTEUR", interval = 1, since = 0)
pair |
asset pair to get OHLC data for |
interval |
time frame interval minutes (optional): 1 (default), 5, 15, 30, 60, 240, 1440, 10080, 21600 |
since |
return committed OHLC data since given id (optional) default: 0 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.