snb_data | R Documentation |
Returns Swiss National Bank (SNB) data for a given id
snb_data(id, start_date = NULL, end_date = NULL, lang = c("en", "de"))
id |
( |
start_date |
( |
end_date |
( |
lang |
( |
A data.table::data.table()
with the requested data.
Other data:
bbk_data()
,
bbk_series()
,
ecb_data()
snb_data("rendopar")
# or filter for date range
snb_data("rendopar", "2020-01-01", "2020-12-31")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.