Skip to main content

Forward Sales Estimates


Implementation details

Class names

Model nameParameters classData class
ForwardSalesEstimatesForwardSalesEstimatesQueryParamsForwardSalesEstimatesData

Import Statement

from openbb_core.provider.standard_models.forward_sales_estimates import (
ForwardSalesEstimatesData,
ForwardSalesEstimatesQueryParams,
)

Parameters

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

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
namestrName of the entity.
dateUnion[date, str]The date of the data.
fiscal_yearintFiscal year for the estimate.
fiscal_periodstrFiscal quarter for the estimate.
calendar_yearintCalendar year for the estimate.
calendar_periodstrCalendar quarter for the estimate.
low_estimateintThe sales estimate low for the period.
high_estimateintThe sales estimate high for the period.
meanintThe sales estimate mean for the period.
medianintThe sales estimate median for the period.
standard_deviationintThe sales estimate standard deviation for the period.
number_of_analystsintNumber of analysts providing estimates for the period.