Skip to main content

balance

Get the balance sheet for a given company.

Examples

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

Parameters

symbol: str

Symbol to get data for.

Optional: False


limit: Annotated[int, Ge(ge=0)]

The number of data entries to return.

Default: 5

Optional: True


Returns

results: list[BalanceSheet]

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

period_ending: date

The end date of the reporting period.

fiscal_period: str

The fiscal period of the report.

fiscal_year: int

The fiscal year of the fiscal period.