---
title: "Sugra Model Forward Estimates (own-XBRL extrapolation)"
method: GET
path: "/api/v1/estimates/{ticker}/model"
tags: ["Fundamentals"]
---

# Sugra Model Forward Estimates (own-XBRL extrapolation)

`GET /api/v1/estimates/{ticker}/model`

Forward fiscal-year fundamentals for a company, projected from its OWN SEC XBRL history (up to 37+ years) by transparent damped-trend extrapolation. Positive series project as a damped CAGR; sign-changing series use a damped linear trend. Each estimate carries a model band derived from the model's own one-step-ahead backtest error on this company (not invented analyst high/low), and margin lines are cross-checked against a revenue-anchored projection. DPS is an indicated forward run-rate from the latest declared dividends (near-fact). This is a MODEL with published methodology, NOT sell-side analyst consensus. Concepts without enough history return an honest unavailable flag. Cached 24h. Not investment advice.

## Path parameters

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

## Query parameters

- `horizon` integer — Forward fiscal years to project (1 or 2).

## Response `200`

Forward fiscal-year estimates per concept (revenue, gross profit, EBIT, pretax, net income, EBITDA, diluted EPS) with a model band + backtest, a revenue-anchored margin cross-check, and an indicated forward DPS.

- EnvelopeModelEstimatesData
  - `data` ModelEstimatesData, required
    - `symbol` string, required
    - `company_name` string, nullable
    - `cik` string, nullable
    - `annual_form` string, nullable
    - `horizon_years` integer, nullable
    - `estimates` object, required
    - `dividend_per_share` object, nullable
    - `methodology` object, nullable
    - `source` string, nullable
  - `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

- `400` — Invalid ticker symbol or horizon.
- `401` — Missing or invalid `x-api-key` header.
- `404` — Symbol not resolvable to an SEC filer with XBRL data.
- `422` — Insufficient XBRL history to model any concept.
- `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)
