Description Usage Arguments Value Examples
View source: R/get_exchange_rates.R
Look up the historical exchange rate between a base and target currency. Defaults to USD - HUF.
1 2 3 4 5 6 7 | get_exchange_rates(
base_currency = "USD",
target_currency = "HUF",
start_date = Sys.Date() - 30,
end_date = Sys.Date(),
retried = 0
)
|
base_currency |
currency symbol |
target_currency |
currency symbol |
start_date |
date |
end_date |
date |
retried |
number of times the function has been retried |
data.table
object
1 2 | get_exchange_rates()
get_exchange_rates("USD", "EUR", start_date = "2021-04-18", end_date = "2021-05-18")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.