Skip to main content

Forward Eps Estimates


Implementation details

Class names

Model nameParameters classData class
ForwardEpsEstimatesForwardEpsEstimatesQueryParamsForwardEpsEstimatesData

Import Statement

from openbb_core.provider.standard_models.forward_eps_estimates import (
ForwardEpsEstimatesData,
ForwardEpsEstimatesQueryParams,
)

Parameters

symbol: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): fmp, intrinio, seeking_alpha.

Optional: True

Data

symbol: str

Symbol representing the entity requested in the data.

name: str

Name of the entity.

date: Union[date, str]

The date of the data.

fiscal_year: int

Fiscal year for the estimate.

fiscal_period: str

Fiscal quarter for the estimate.

calendar_year: int

Calendar year for the estimate.

calendar_period: str

Calendar quarter for the estimate.

low_estimate: float

Estimated EPS low for the period.

high_estimate: float

Estimated EPS high for the period.

mean: float

Estimated EPS mean for the period.

median: float

Estimated EPS median for the period.

standard_deviation: float

Estimated EPS standard deviation for the period.

number_of_analysts: int

Number of analysts providing estimates for the period.