cnbfxrate | R Documentation |
A function returning data frame of FX rates as fixed by the central bank.
cnbfxrate(date = Sys.Date() - 1, specific_currency = "ALL")
date |
Date of publication as date, default is yesterday. |
specific_currency |
ISO Code of currency, default is ALL / complete list. |
a data frame - date_valid, currency ISO code, quoted amount, rate
cnbfxrate(as.Date("2002-08-12"), "EUR") # EUR/CZK rate for August 12th, 2002
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.