# NOT RUN {
# Note date range >365 days', and returns 912 rows (as expected)
historical_exchange_rates("USD", to = "AUD", start_date = "2018-01-01", end_date = "2020-06-30")
historical_exchange_rates("USD", to = "AUD",
start_date = "2020-01-01", end_date = "2020-06-30")
historical_exchange_rates("AUD", to = "USD",
start_date = "2010-01-01", end_date = "2020-06-30")
historical_exchange_rates("AUD", to = "USD",
start_date = "2010-01-01", end_date = "2020-06-30")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab