download_stocks_fundamentals: Download Stocks Fundamentals

Description Usage Arguments Value Author(s) Examples

View source: R/download_stocks_fundamentals.R

Description

Download balance sheet and income statement from stocks listed in the Brazilian stock market.

Usage

1
2
download_stocks_fundamentals(tickers,
  folder = "temp/stocks/fundamentals/")

Arguments

tickers

Character. Tickers of one or more brazilian stocks to download its fundamentals.

folder

Character. Path to a folder where the downloaded data (ZIP file and Excel sheet) will be stored.

Value

A data.frame containing data from the balance sheet and income statement.

Author(s)

Renato Dinhani

Examples

1
2
3
## Not run: 
download_stocks_fundamentals("CIEL3")
## End(Not run)

dinhani/BRStocksAndHedgeFunds documentation built on March 12, 2021, 1:52 p.m.