View source: R/cc_exchange_historical.R
cc_exchange_historical | R Documentation |
cc_exchange_historical
cc_exchange_historical(
symbol = NULL,
start = NULL,
end = NULL,
exchange = NULL,
currency = "USD",
interval = c("daily", "hourly"),
api_key = NULL
)
symbol |
character, the symbol of interest. |
start |
character or Date, the start date for importation. |
end |
character or Date, the end date for importation. |
exchange |
character, the exchange in which retrieve the information, if NULL it will be returned a mean between all the exchanges and denoted with "global". |
currency |
character, the currency in which convert the output. |
interval |
character, the frequency of the data, it can be "daily", "hourly". |
api_key |
character |
a tibble, with 7 columns (Date, Symbol, Currency, Exchange, VolumeTo, VolumeFrom, Volume)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.