gdfpd.get.bovespa.data {GetDFPData}R Documentation

Reads information for a company from B3 site

Description

Given a CVM code, this function scrapes information from the company page.

Usage

gdfpd.get.bovespa.data(my.id)

Arguments

my.id

A CVM id

Value

A list with several dataframes

Examples


## Not run:  # keep cran check fast
l.info.PETR <- gdfpd.get.dovespa.data(my.id = 9512)
str(l.info.PETR)

## End(Not run)

[Package GetDFPData version 1.6 Index]