annual_reports
Download and retrieves annual reports for the specified stock tickers.
Analysis
Bases: AnalysisInterface
Class for collecting and processing annual report data.
Source code in src/stocktracer/analysis/annual_reports.py
create_normalized_sec_table(sec_filter, tickers, normalize=True)
Create a normalized SEC table with all NA values removed.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
sec_filter |
Sec.Filter
|
filter to use for grabbing results |
required |
tickers |
list[str]
|
tickers to retrieve |
required |
normalize |
bool
|
Remove all columns that contain at least one NA value |
True
|
Returns:
Type | Description |
---|---|
Sec.Results.Table
|
Sec.Results.Table: An SEC table with normalized results |
Source code in src/stocktracer/analysis/annual_reports.py
Last update:
July 3, 2023