Skip to main content

FORWARD_EPS

Get forward EPS estimates.

Syntax

=OBB.EQUITY.ESTIMATES.FORWARD_EPS([symbol],[provider],[fiscal_period],[limit],[include_historical],[fiscal_year],[calendar_year],[calendar_period])

Examples

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

Parameters

NameTypeDescriptionRequired
symbolTextSymbol to get data for. Multiple comma separated items allowed.False
providerTextOptions: fmp, intrinio, defaults to fmp.False
fiscal_periodTextThe future fiscal period to retrieve estimates for. Options: annual, quarter.The future fiscal period to retrieve estimates for. Options: fy, q1, q2, q3, q4.False
limitNumberThe number of data entries to return.False
include_historicalBooleanIf True, the data will include all past data and the limit will be ignored.False
fiscal_yearNumberThe future fiscal year to retrieve estimates for. When no symbol and year is supplied the current calendar year is used.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_estimateEstimated EPS low for the period.
high_estimateEstimated EPS high for the period.
meanEstimated EPS mean for the period.
medianEstimated EPS median for the period.
standard_deviationEstimated EPS standard deviation for the period.
number_of_analystsNumber of analysts providing estimates for the period.
revisions_change_percentThe earnings per share (EPS) percent change in estimate for the period.
mean_1wThe mean estimate for the period one week ago.
mean_1mThe mean estimate for the period one month ago.
mean_2mThe mean estimate for the period two months ago.
mean_3mThe mean estimate for the period three months ago.