bcb_selic: Fetch Banco Central do Brasil (BCB) Selic expectations

View source: R/bcb.R

bcb_selicR Documentation

Fetch Banco Central do Brasil (BCB) Selic expectations

Description

Retrieve market expectations for the Selic target rate from the Banco Central do Brasil Focus survey (Relatório Focus) via the Olinda API. Each row summarises the forecasts collected on a given survey date for a future COPOM meeting.

Usage

bcb_selic(start_date = NULL, end_date = NULL)

Arguments

start_date

(NULL | Date(1) | character(1))
Start of the survey date range (e.g., "2024-01-01"). If NULL, no lower bound is applied. Default NULL.

end_date

(NULL | Date(1) | character(1))
End of the survey date range, in the same format as start_date. If NULL, no upper bound is applied. Default NULL.

Value

A data.table::data.table() with columns date, meeting, mean, median, sd, min, max, respondents, and base. The meeting column identifies the COPOM meeting the forecast refers to (e.g. "R3/2028").

Source

https://dadosabertos.bcb.gov.br/

See Also

Other data: banxico_data(), bbk_data(), bbk_series(), bcb_data(), bcb_expectations(), bcb_fx_rates(), bcb_inflation(), 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()

Examples



bcb_selic(start_date = "2024-01-01", end_date = "2024-01-31")



bbk documentation built on Aug. 28, 2026, 5:07 p.m.