Description Usage Arguments Value Source
Dynamics of currency over the period with 1-to-1 rate to RUB
1 2 3 4 5 | cbr_metal_ts(
currency = "ALL",
from = as.character(Sys.Date() - 30),
to = as.character(Sys.Date())
)
|
currency |
Precious metals (case insensitive) chemical code c('Au', 'Ag', 'Pt', 'Pd', 'all') |
from |
Date in format "yyyy-mm-dd". You also can get tomorrow exchange rates. |
to |
Date in format "yyyy-mm-dd". You also can get tomorrow exchange rates. |
data frame of date, buy and sell rates of precious metals in long format
https://www.cbr.ru/scripts/xml_metall.asp?date_req1=01/07/2001&date_req2=13/07/2001
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.