get_info_companies: Returns a up to date table with information about B3...

View source: R/fct_get_info_companies.R

get_info_companiesR Documentation

Returns a up to date table with information about B3 companies

Description

Imports a dataset from cvm <http://sistemas.cvm.gov.br/cadastro/SPW_CIA_ABERTA.ZIP>, containing up to date information about companies, active or not.

Usage

get_info_companies(cache_folder = "gfred_cache")

Arguments

cache_folder

Path of cache folder to keep cache and zip files

Value

A dataframe with several information about B3 companies

Examples


## Not run:  # keep cran check fast
df_info <- get_info_companies()
str(df_info)

## End(Not run)

GetFREData documentation built on June 13, 2022, 5:08 p.m.