AnnualReports {finreportr} | R Documentation |
Acquire listing of company annual reports.
Description
Extracts and displays listing of annual reports filed by a company in a data frame.
Usage
AnnualReports(symbol, foreign = FALSE)
Arguments
symbol |
A character vector specifying the stock symbol of the company of interest. |
foreign |
A logical vector indicating whether the company is domestic or foreign. |
Examples
## Not run:
AnnualReports("TSLA")
AnnualReports("BABA", foreign = TRUE)
## End(Not run)
[Package finreportr version 1.0.4 Index]