Skip to main content

latest_financial_reports

Get the newest quarterly, annual, and current reports for all companies.

Examples

from openbb import obb
obb.equity.discovery.latest_financial_reports(provider='sec')
obb.equity.discovery.latest_financial_reports(provider='sec', date=2024-09-30)

Parameters

NameTypeDescriptionDefaultOptional
;

Returns

OBBject
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

NameTypeDescription
filing_datedateThe date of the filing.
period_endingdateReport for the period ending.
symbolstrSymbol representing the entity requested in the data.
namestrName of the company.
cikstrCentral Index Key (CIK) for the requested entity.
sicstrStandard Industrial Classification code.
report_typestrType of filing.
descriptionstrDescription of the report.
urlstrURL to the filing page.