Skip to main content

historical

Get historical analyst estimates for earnings and revenue.

Examples

from openbb import obb
obb.equity.estimates.historical(symbol='AAPL', provider='fmp')

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): fmp.False

Returns

OBBject
results : List[AnalystEstimates]
Serializable results.

provider : Optional[Literal['fmp']]
Provider name.

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

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
dateUnion[date, str]The date of the data.
estimated_revenue_lowintEstimated revenue low.
estimated_revenue_highintEstimated revenue high.
estimated_revenue_avgintEstimated revenue average.
estimated_sga_expense_lowintEstimated SGA expense low.
estimated_sga_expense_highintEstimated SGA expense high.
estimated_sga_expense_avgintEstimated SGA expense average.
estimated_ebitda_lowintEstimated EBITDA low.
estimated_ebitda_highintEstimated EBITDA high.
estimated_ebitda_avgintEstimated EBITDA average.
estimated_ebit_lowintEstimated EBIT low.
estimated_ebit_highintEstimated EBIT high.
estimated_ebit_avgintEstimated EBIT average.
estimated_net_income_lowintEstimated net income low.
estimated_net_income_highintEstimated net income high.
estimated_net_income_avgintEstimated net income average.
estimated_eps_avgfloatEstimated EPS average.
estimated_eps_highfloatEstimated EPS high.
estimated_eps_lowfloatEstimated EPS low.
number_analyst_estimated_revenueintNumber of analysts who estimated revenue.
number_analysts_estimated_epsintNumber of analysts who estimated EPS.