| bcb_inflation | R Documentation |
Retrieve the rolling 12- or 24-month inflation expectations from the Banco Central do Brasil Focus survey (Relatório Focus) via the Olinda API.
bcb_inflation(
horizon = "12m",
indicator = NULL,
start_date = NULL,
end_date = NULL
)
horizon |
( |
indicator |
( |
start_date |
( |
end_date |
( |
A data.table::data.table() with columns date, indicator, smoothed, mean,
median, sd, min, max, respondents, and base. The smoothed column indicates
whether the forecast is the smoothed (suavizada) series.
https://dadosabertos.bcb.gov.br/
Other data:
banxico_data(),
bbk_data(),
bbk_series(),
bcb_data(),
bcb_expectations(),
bcb_fx_rates(),
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(),
cnb_pribor(),
ecb_data(),
nbp_fx_rates(),
nbp_gold(),
nob_data(),
onb_data(),
snb_data(),
srb_cross_rates(),
srb_data()
# next-12-months IPCA inflation expectations
bcb_inflation("12m", "IPCA", start_date = "2024-01-01", end_date = "2024-01-31")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.