powered by
Wrapper around `priceR::historical_exchange_rates()` with slight modifications to structure of inputs and output
from_to_dates_rates(from, to, dates)
A data.frame with two columns: date (of class Date), and rate (of class numeric).
A currency code (see currencies() for supported codes)
A currency code
A list of date ranges
if (FALSE) { library(lubridate) from_to_dates_rates("AUD", "USD", dates = list(today()-10, today())) }
Run the code above in your browser using DataLab