Description Usage Arguments Value Author(s) Examples
View source: R/download_stocks_fundamentals.R
Download balance sheet and income statement from stocks listed in the Brazilian stock market.
1 2 | download_stocks_fundamentals(tickers,
folder = "temp/stocks/fundamentals/")
|
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. |
A data.frame containing data from the balance sheet and income statement.
Renato Dinhani
1 2 3 | ## Not run:
download_stocks_fundamentals("CIEL3")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.