This function lets the user download historical currency exchange rate between two currencies
get_currency(currency_pair, from = Sys.Date() - 99, to = Sys.Date(),
fill = FALSE)
Character. Which currency exchange do you wish to get the history from? i.e, USD/COP, EUR/USD...
Date. From date
Date. To date
Boolean. Fill weekends and non-quoted dates with previous values?