Skip to main content

Reported Financials


Implementation details

Class names

Model nameParameters classData class
ReportedFinancialsReportedFinancialsQueryParamsReportedFinancialsData

Import Statement

from openbb_core.provider.standard_models.reported_financials import (
ReportedFinancialsData,
ReportedFinancialsQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
periodstrTime period of the data to return.annualTrue
statement_typestrThe type of financial statement - i.e, balance, income, cash.balanceTrue
limitintThe number of data entries to return. Although the response object contains multiple results, because of the variance in the fields, year-to-year and quarter-to-quarter, it is recommended to view results in small chunks.100True
providerLiteral['intrinio']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'intrinio' if there is no default.intrinioTrue

Data

NameTypeDescription
period_endingdateThe ending date of the reporting period.
fiscal_periodstrThe fiscal period of the report (e.g. FY, Q1, etc.).
fiscal_yearintThe fiscal year of the fiscal period.