Historical exchange rates are only available on paid fixer.io accounts.
fixer_historical(date = NULL, base = "EUR", symbols = NULL)
date | A date in YYYY-MM-DD format, or any value that can be coerced
to YYYY-MM-DD format with |
---|---|
base | The base currency to index other currencies against.
Defaults to |
symbols | The symbols of currencies to return exchange rates for.
Defaults to |
A tibble with exchange rates to the base currency on a given date.
# NOT RUN { historical <- fixer_historical(date = "2017-05-18") # }