AnnualReports: Acquire listing of company annual reports.

Description Usage Arguments Examples

View source: R/annual_reports.R

Description

Extracts and displays listing of annual reports filed by a company in a data frame.

Usage

1

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. foreign = FALSE by default.

Examples

1
2
3
4
5
## Not run: 
AnnualReports("TSLA")
AnnualReports("BABA", foreign = TRUE)

## End(Not run)

finreportr documentation built on Jan. 17, 2022, 9:07 a.m.