- type
a character with one of the following: annual
, quarterly
monthly
, inflation-12-months
, top5s-monthly
, top5s-annual
.
- indic
a character vector with economic indicators names.
They are case sensitive and don't forget the accents.
- start_date
series initial date.
Accepts ISO character formated date and Date
.
- end_date
series final date.
Accepts ISO character formated date and Date
.
- keep_names
if TRUE
keeps the column names returned by the API
(in portuguese), if FALSE
the columns are renamed to standardized
names (in english).
- ...
additional parameters to be passed to the API
type
defines the API used to fetch data.
selic
: refers to the API *Expectativas de Mercado Selic - Estatísticas* for SELIC rate expectations
annual
: refers to the API *Expectativas de Mercado Anuais* for annual market expectations
quarterly
: refers to the API *Expectativas de Mercado Trimestrais* for quarterly market expectations
monthly
: refers to the API *Expectativas de Mercado Mensais* for monthly market expectations
inflation-12-months
: refers to the API *Expectativas de mercado para inflação nos próximos 12 meses* for market expectations of inflation indexes for the next 12 months.
top5s-selic
: refers to the API *Expectativas de Mercado Selic Top5* for SELIC rate expectations of top 5's
top5s-monthly
: refers to the API *Expectativas de mercado mensais para os indicadores do Top 5* for monthly market expectations of top 5's
top5s-annual
: refers to the API *Expectativas de mercado anuais para os indicadores do Top 5* for annual market expectations of top 5's
indic
argument must be one of indicators listed in Details.
Respecting the case, blank spaces and accents.
The ...
is to be used with API's parameters. $top
to specify
the maximum number of rows to be returned, this returns the $top
rows,
in chronological order.
$skip
can be used to ignore the first rows.
If provided $filter
applies filters according to <https://olinda.bcb.gov.br/olinda/servico/ajuda>.