Description Usage Arguments Examples
View source: R/ExchangeRates.R
Get the historical exchange rates between two assets as an XTS object
1 2 3 4 5 6 7 8 | getHistoricalExchangeRates(
assetIdBase,
assetIdQuote,
periodId,
timeStart,
timeEnd,
limit = 100
)
|
limit |
1 | getHistoricalExchangeRates("BTC", "USD", "1HRS", "2016-01-01T00:00:00", "2016-02-01T00:00:00", limit = 25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.