Skip to main content

FORWARD_SALES

Get forward sales estimates.

Syntax

=OBB.EQUITY.ESTIMATES.FORWARD_SALES([symbol],[fiscal_year],[fiscal_period],[calendar_year],[calendar_period])

Examples

=OBB.EQUITY.ESTIMATES.FORWARD_SALES("AAPL")
=OBB.EQUITY.ESTIMATES.FORWARD_SALES(,2025,"fy")

Parameters

NameTypeDescriptionRequired
symbolTextSymbol to get data for. Multiple comma separated items allowed.False
fiscal_yearNumberThe future fiscal year to retrieve estimates for. When no symbol and year is supplied the current calendar year is used.False
fiscal_periodTextThe future fiscal period to retrieve estimates for. Options: fy, q1, q2, q3, q4.False
calendar_yearNumberThe future calendar year to retrieve estimates for. When no symbol and year is supplied the current calendar year is used.False
calendar_periodTextThe future calendar period to retrieve estimates for. Options: q1, q2, q3, q4.False

Data

NameDescription
symbolSymbol representing the entity requested in the data.
nameName of the entity.
dateThe date of the data.
fiscal_yearFiscal year for the estimate.
fiscal_periodFiscal quarter for the estimate.
calendar_yearCalendar year for the estimate.
calendar_periodCalendar quarter for the estimate.
low_estimateThe sales estimate low for the period.
high_estimateThe sales estimate high for the period.
meanThe sales estimate mean for the period.
medianThe sales estimate median for the period.
standard_deviationThe sales estimate standard deviation for the period.
number_of_analystsNumber of analysts providing estimates for the period.
revisions_1w_upNumber of revisions up in the last week.
revisions_1w_downNumber of revisions down in the last week.
revisions_1w_change_percentThe analyst revisions percent change in estimate for the period of 1 week.
revisions_1m_upNumber of revisions up in the last month.
revisions_1m_downNumber of revisions down in the last month.
revisions_1m_change_percentThe analyst revisions percent change in estimate for the period of 1 month.
revisions_3m_upNumber of revisions up in the last 3 months.
revisions_3m_downNumber of revisions down in the last 3 months.
revisions_3m_change_percentThe analyst revisions percent change in estimate for the period of 3 months.