fixer_historical {fixerapi} | R Documentation |
Historic exchange rates
Description
Historical exchange rates are only available on paid fixer.io accounts.
Usage
fixer_historical(date = NULL, base = "EUR", symbols = NULL)
Arguments
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 |
Value
A tibble with exchange rates to the base currency on a given date.
Examples
## Not run:
historical <- fixer_historical(date = "2017-05-18")
## End(Not run)
[Package fixerapi version 0.1.6 Index]