GetDFPData2
is the second and backwards incompatible version of GetDPFData
, a R package for downloading annual financial reports from B3, the Brazilian financial exchange. Unlike its first iteration, GetDFPData2
imports data using a database of csv files from CVM, which makes it execute much faster than its predecessor. However, the output is slightly different.
A shiny app – web interface – is also available at https://www.msperlin.com/shiny/GetDFPData2/.
# available in cran (stable)
install.packages('GetDFPData2')
# github (dev version)
devtools::install_github('msperlin/GetDFPData2')
library(GetDFPData2)
# information about companies
df_info <- get_info_companies(tempdir())
print(df_info )
search_company('grendene', cache_folder = tempdir())