download_GDP_data: Downloads GDP data from the Brazilian Institute of Geography...

View source: R/utils.R

download_GDP_dataR Documentation

Downloads GDP data from the Brazilian Institute of Geography and Statistics

Description

Downloads GDP data from the Brazilian Institute of Geography and Statistics

Usage

download_GDP_data(yyyymm_start, yyyymm_end)

Arguments

yyyymm_start

Start calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'.

yyyymm_end

End calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'.

Value

A data.frame with quarters and the corresponding annual nominal GDP amounts in BRL million up to (and including) each quarter.


dkgaraujo/brazilianbanks documentation built on Jan. 12, 2025, 3:47 p.m.