latest_financial_reports
Get the newest quarterly, annual, and current reports for all companies.
Parameters
- standard
- sec
date
: Union[date, str]
A specific date to get data for. Defaults to today.
• Optional: True
report_type
: Union[str, list[str]]
Return only a specific form type. Default is all quarterly, annual, and current reports. Choices: 1-K, 1-SA, 1-U, 10-D, 10-K, 10-KT, 10-Q, 10-QT, 20-F, 40-F, 6-K, 8-K. Multiple items allowed for provider(s): sec.
Choices
1-K
1-SA
1-U
10-D
10-K
10-KT
10-Q
10-QT
20-F
40-F
6-K
8-K
• Optional: True
Returns
results
: list[LatestFinancialReports]
Serializable results.
provider
: Optional[Literal['sec']]
Provider name.
warnings
: Optional[list[Warning_]]
list of warnings.
chart
: Optional[Chart]
Chart object.
extra
: dict[str, Any]
Extra info.
Data
- standard
- sec
filing_date
: date
The date of the filing.
period_ending
: date
Report for the period ending.
symbol
: str
Symbol representing the entity requested in the data.
name
: str
Name of the company.
cik
: str
Central Index Key (CIK) for the requested entity.
sic
: str
Standard Industrial Classification code.
report_type
: str
Type of filing.
description
: str
Description of the report.
url
: str
URL to the filing page.
filing_date
: date
The date of the filing.
period_ending
: date
Report for the period ending.
symbol
: str
Symbol representing the entity requested in the data.
name
: str
Name of the company.
cik
: str
Central Index Key (CIK) for the requested entity.
sic
: str
Standard Industrial Classification code.
report_type
: str
Type of filing.
description
: str
Description of the report.
url
: str
URL to the filing page.
items
: str
Item codes associated with the filing.
index_headers
: str
URL to the index headers file.
complete_submission
: str
URL to the complete submission text file.
metadata
: str
URL to the MetaLinks.json file, if available.
financial_report
: str
URL to the Financial_Report.xlsx file, if available.