R/get_monthly_top5.R
get_monthly_top5.Rd
This function provides the extraction of data and statistics related to the expectations of economic indicators, specifically the monthly market expectations of the indicators of the Top 5 Focus ranking, made available by the Central Bank of Brazil's Expectations System through the Olinda API. The data comes from several financial institutions: banks, funds, research houses, etc. Important: arguments are case sensitive.
A single string or a character vector with economic indicators names, see details for possible values. Defaults to NULL.
A single string or Date in "YYYY-mm-dd" format. Default for 2 years prior to the current date.
A single string or Date in "YYYY-mm-dd" format. Default is the current date.
A single string in "mm/YYYY" format, indicating the reference month and year for which the statistic is expected. Defaults to NULL.
A single string, NULL or a character vector indicating the calculation type (term) of the statistics. See details for possible values. Defaults to NULL.
Logical. Should messages or warnings not be displayed? Defaults to FALSE.
Logical. Sets the use of caching system, creating a folder named "cache_bcb" by default. Default to TRUE.
Logical. For using parallel data importation. Defaults to FALSE.
A tibble with data from BCB-Olinda Data Services.
For periods for which there are no statistics, they will be omitted from the query.
Possible values for indicator argument: 'IGP-DI', 'IGP-M', 'IPCA', 'Selic', 'Câmbio'.
Possible values for calc_type argument: 'short', 'medium' or 'long'.