| cnb_data | R Documentation |
Retrieve time series observations from the CNB ARAD database. ARAD is the CNB's full statistical database, covering monetary, financial-market, balance-of-payments, and government finance statistics. Access requires an API key, which can be generated from a free account at https://www.cnb.cz/arad/.
cnb_data(
indicator_id = NULL,
set_id = NULL,
base_id = NULL,
selection_id = NULL,
start_period = NULL,
end_period = NULL,
snapshot_id = NULL,
api_key = cnb_arad_key()
)
indicator_id |
( |
set_id |
( |
base_id |
( |
selection_id |
( |
start_period |
( |
end_period |
( |
snapshot_id |
( |
api_key |
( |
A data.table::data.table() with columns:
date |
The observation period |
indicator_id |
The indicator identifier |
snapshot_id |
The snapshot identifier, or |
value |
The observation value |
https://www.cnb.cz/docs/arad20/dokumentace/arad_rest_api_cs.pdf
Other data:
banxico_data(),
bbk_data(),
bbk_series(),
bcb_data(),
bcb_expectations(),
bcb_fx_rates(),
bcb_inflation(),
bcb_selic(),
bcb_top5(),
bde_data(),
bde_latest(),
bdf_codelist(),
bdf_data(),
bdf_dataset(),
bdp_data(),
bis_data(),
boc_data(),
boe_data(),
boi_data(),
boj_data(),
cnb_czeonia(),
cnb_fx_other_rates(),
cnb_fx_rates(),
cnb_pribor(),
ecb_data(),
nbp_fx_rates(),
nbp_gold(),
nob_data(),
onb_data(),
snb_data(),
srb_cross_rates(),
srb_data()
## Not run:
# a single indicator over 24 months
cnb_data("SMV5M603", start_period = "2023-01-01")
# every indicator in a set
cnb_data(set_id = "1058")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.