powered by
A function returning data frame of FX rates as fixed by the central bank.
cnbfxrate(date = Sys.Date() - 1, specific_currency = "ALL")
a data frame - date_valid, currency ISO code, quoted amount, rate
Date of publication as date, default is yesterday.
ISO Code of currency, default is ALL / complete list.
# \donttest{ cnbfxrate(as.Date("2002-08-12"), "EUR") # EUR/CZK rate for August 12th, 2002 # }
Run the code above in your browser using DataLab