rbcb_get: Gets data from BCB open data services

View source: R/rbcb_get.R

rbcb_getR Documentation

Gets data from BCB open data services

Description

Gets SGS, currency, market expectations and many other datasets from the Brazilian Central Bank open data services.

Usage

rbcb_get(x, ...)

## S3 method for class 'sgs'
rbcb_get(x, from = NULL, to = NULL, last = 0, ...)

Arguments

x

an object that represents the kind of data to be downloaded

...

others arguments

from

series initial date. Accepts ISO character formated date and Date.

to

series final date. Accepts ISO character formated date and Date.

last

last items of the series

To use the SGS API a 'sgs' object should be passed.

Value

a dataset with the corresponding data (usually a 'tibble')

Examples

## Not run: 
x <- sgs(USD = 1, SELIC = 1178)
rbcb_get(x, from = Sys.Date() - 10)

## End(Not run)

rbcb documentation built on Oct. 13, 2023, 1:10 a.m.