| cnb_pribor | R Documentation |
Retrieve the Prague Interbank Offered Rate (PRIBOR) reference rates for all maturities from the CNB API.
cnb_pribor(date = NULL, year = NULL)
date |
( |
year |
( |
A data.table::data.table() with the requested rates. The period column holds the
maturity (e.g. "ONE_DAY", "THREE_MONTH") and pribor the rate in percent.
https://api.cnb.cz/cnbapi/swagger-ui.html
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_data(),
cnb_fx_other_rates(),
cnb_fx_rates(),
ecb_data(),
nbp_fx_rates(),
nbp_gold(),
nob_data(),
onb_data(),
snb_data(),
srb_cross_rates(),
srb_data()
# latest rates for all maturities
cnb_pribor()
# all rates for a given year
cnb_pribor(year = 2024L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.