get_top5s_selic_market_expectations {rbcb} | R Documentation |
Get Selic market expectations from top 5 providers
Description
Statistics of Selic expectations for top 5 indicators. All statistics are computed based on expectations provided by many financial institutions in Brazil: banks, funds, risk managers, so on and so forth. These expections and its statistics are used to build the FOCUS Report weekly released by the Brazilian Central Bank.
Usage
get_top5s_selic_market_expectations(start_date = NULL, end_date = NULL, ...)
Arguments
start_date |
series initial date.
Accepts ISO character formated date and |
end_date |
series final date.
Accepts ISO character formated date and |
... |
additional parameters to be passed to the API The |
Details
Check <https://olinda.bcb.gov.br/olinda/servico/Expectativas/versao/v1/documentacao#ExpectativasMercadoTop5Selic> for more details
Value
A data.frame
with the requested data.
Examples
## Not run:
# return all indicators for the specified date range
start_date <- "2022-01-01"
x <- get_top5s_selic_market_expectations(start_date = start_date, `$top` = 20)
## End(Not run)