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
Name | Type | Description | Required |
---|---|---|---|
symbol | Text | Symbol to get data for. Multiple comma separated items allowed. | False |
fiscal_year | Number | The future fiscal year to retrieve estimates for. When no symbol and year is supplied the current calendar year is used. | False |
fiscal_period | Text | The future fiscal period to retrieve estimates for. Options: fy, q1, q2, q3, q4. | False |
calendar_year | Number | The future calendar year to retrieve estimates for. When no symbol and year is supplied the current calendar year is used. | False |
calendar_period | Text | The future calendar period to retrieve estimates for. Options: q1, q2, q3, q4. | False |