Skip to main content

income

Get the income statement for a given company.

Examples

from openbb import obb
obb.equity.fundamental.income(symbol='AAPL', provider='fmp')
obb.equity.fundamental.income(symbol='AAPL', period=annual, limit=5, provider='intrinio')

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
limitAnnotated[int, Ge(ge=0)]The number of data entries to return.5True

Returns

OBBject
results : List[IncomeStatement]
Serializable results.

provider : Optional[Literal['fmp', 'intrinio', 'polygon', 'yfinance']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

NameTypeDescription
period_endingdateThe end date of the reporting period.
fiscal_periodstrThe fiscal period of the report.
fiscal_yearintThe fiscal year of the fiscal period.