Skip to main content

Key Metrics


Implementation details

Class names

Model nameParameters classData class
KeyMetricsKeyMetricsQueryParamsKeyMetricsData

Import Statement

from openbb_core.provider.standard_models.key_metrics import (
KeyMetricsData,
KeyMetricsQueryParams,
)

Parameters

symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): finviz, fmp, intrinio, yfinance.

Data

symbol: str
Symbol representing the entity requested in the data.

period_ending: date | None
End date of the reporting period.

fiscal_year: int | None
Fiscal year for the fiscal period, if available.

fiscal_period: str | None
Fiscal period for the data, if available.

currency: str | None
Currency in which the data is reported.

market_cap: int | float | None