
#> Indicador Data DataReferencia Media Mediana DesvioPadrao Minimo Maximo numeroRespondentes baseCalculo rbcb::get_market_expectations("monthly", "IPCA", end_date = "", `$top` = 5)
COMO INSTALAR BRL CAD HOW TO
The example below shows how to download IPCA's monthly expectations.

The function get_market_expectations returns market expectations discussed in the Focus Report that summarizes the statistics calculated from expectations collected from market practitioners.

The return is a named list with the downloaded series. Multiple series can be downloaded at once by passing a named vector with the series codes. #> Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov See the next example where the Brazilian Broad Consumer Price Index (IPCA) is downloaded as xts object. The series can be downloaded in many different types: tibble, xts, ts or ame, but the default is tibble. Rbcb::get_series(c(USDBRL = 1), last = 10) To download recent values you should use the argument last = N, see below.
COMO INSTALAR BRL CAD CODE
Note that this series starts at 1984 and has approximately 8000 rows.Īlso note that you can name the downloaded series by passing a named vector in the code argument. Installįrom github using remotes: remotes::install_github('wilsonfreitas/rbcb') Featuresĭownload the series by calling rbcb::get_series and pass the time series code is as the first argument.įor example, let's download the USDBRL time series which code is 1.

This package interfaces the Brazilian Central Bank web services to provide data already formatted into R's data structures. An interface to structure the information provided by the Brazilian Central Bank.
