cbr_currency | R Documentation |
Historical currency prices from Central Bank of Russia.
cbr_currency(currency = "R01239", from = Sys.Date(), to = Sys.Date())
currency |
internal Central Bank currency code starting with the letter 'R' – full list at https://cbr.ru/scripts/XML_val.asp?d=0 |
from |
the first day of the time interval, character or Date |
to |
the last day of the time interval, character or Date |
data.frame with historical currency prices from cbr.ru
df <- cbr_currency(currency = "R01239", from = "2024-09-01", to = "2024-09-10") # Euro
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.