View source: R/get_bcb_series.R
| get_bcb_series | R Documentation |
Download macroeconomic time-series from BCB
get_bcb_series(
table = "core",
date_start = as.Date("2010-01-01"),
quiet = FALSE,
max_retries = 3L,
...
)
table |
Character. Hierarchy level to return:
|
date_start |
A |
quiet |
Logical. If |
max_retries |
Integer. Maximum retry attempts for failed API calls. Defaults to 3. |
... |
Additional arguments passed to |
Downloads macroeconomic time series from BCB. Series are organized by relevance to the Brazilian real estate market using a four-level hierarchy. The default ("core") returns the 40 most directly relevant series covering real estate credit concession, interest rates, and delinquency. Use broader levels to include macroeconomic context series.
A 4-column tibble with columns date, code_bcb,
name_simplified, and value. Series metadata is available in
bcb_metadata.
Brazilian Central Bank (BCB) Time Series Management System (SGS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.