Skip to main content

Analyst Estimates


Implementation details

Class names

Model nameParameters classData class
AnalystEstimatesAnalystEstimatesQueryParamsAnalystEstimatesData

Import Statement

from openbb_core.provider.standard_models.analyst_estimates import (
AnalystEstimatesData,
AnalystEstimatesQueryParams,
)

Parameters

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

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.