---
title: "Forward estimates"
method: GET
path: "/api/v2/quotes/{symbol}/forward-estimates"
tags: ["Finance"]
---

# Forward estimates

`GET /api/v2/quotes/{symbol}/forward-estimates`

## Path parameters

- `symbol` string, required — Security ticker symbol.

## Response `200`

Analyst forward estimates.

- EnvelopeQuotesSymbolForwardEstimatesData
  - `data` QuotesSymbolForwardEstimatesData, required
    - `earnings_estimate` EarningsEstimateItem[], required — Earnings-estimate block.
      - `period` string, required — Time period identifier.
      - `avg` number, required — Average value.
      - `low` number, required — Period low value.
      - `high` number, required — Period high value.
      - `yearAgoEps` number, required — Earnings per share from the year-ago comparable period.
      - `numberOfAnalysts` integer, required — Number of analyst estimates.
      - `growth` number, required — Growth rate or percent change.
      - `earningsCurrency` string, required — Reporting currency for earnings estimates.
    - `revenue_estimate` RevenueEstimateItem[], required — Revenue-estimate block.
      - `period` string, required — Time period identifier.
      - `avg` integer, required — Average value.
      - `low` integer, required — Period low value.
      - `high` integer, required — Period high value.
      - `numberOfAnalysts` integer, required — Number of analyst estimates.
      - `yearAgoRevenue` integer, required — Revenue from the year-ago comparable period.
      - `growth` number, required — Growth rate or percent change.
      - `revenueCurrency` string, required — Reporting currency for revenue estimates.
    - `eps_trend` EpsTrendItem[], required — EPS-trend block.
      - `period` string, required — Time period identifier.
      - `current` number, required — Flag or value: currently applicable.
      - `7daysAgo` number, required — Value as of 7 days ago.
      - `30daysAgo` number, required — Value as of 30 days ago.
      - `60daysAgo` number, required — Value as of 60 days ago.
      - `90daysAgo` number, required — Value as of 90 days ago.
      - `epsTrendCurrency` string, required — Reporting currency for EPS trend.
    - `eps_revisions` EpsRevision[], required — EPS-revisions block.
      - `period` string, required — Time period identifier.
      - `upLast7days` integer, required — Upward revisions in the last 7 days.
      - `upLast30days` integer, required — Upward revisions in the last 30 days.
      - `downLast30days` integer, required — Downward revisions in the last 30 days.
      - `downLast7Days` integer, required — Downward revisions in the last 7 days.
      - `downLast90days` unknown, required
      - `epsRevisionsCurrency` string, required — Reporting currency for EPS revisions.
  - `meta` SugraMeta, required — Metadata attached to every /api/v1/* response envelope.
    - `endpoint` string, required — Requested endpoint path.
    - `data_time` string, required — ISO 8601 UTC timestamp of the source data, not of the request.
    - `response_time` string, required — ISO 8601 UTC timestamp when this response was produced.
    - `provider` string, required — API name and version.
    - `source` string, nullable — Identifier of the primary upstream source used for this response.
    - `attribution` string, nullable — Human-readable attribution mandated by an upstream source (e.g. a securities regulator or self-regulatory organization). Present only on responses whose source requires the owner and source to be clearly identified. Do not remove or alter it when using the response.
    - `fallback_used` boolean, nullable — True when the primary source failed and a fallback produced the data.
    - `fallback_chain` string[], nullable — Ordered list of sources attempted, in the order they were tried.
    - `cached` boolean, nullable — True when this response was served from the internal cache.
    - `stale` boolean, nullable — True when the cached response was returned after the upstream rate-limited or errored. Clients can use this to detect degraded data.

## Other responses

- `401` — Missing or invalid `x-api-key` header.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

[API](https://skmtc.net/sugra/apis/sugra-api.md) · [All operations](https://skmtc.net/sugra/apis/sugra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sugra/sugra-api/versions/4e2740743eb4/schema)
