GET /api/v1/company/{ticker}/estimates
Last verified
Auto-generated. This article is rebuilt from FastAPI route introspection by
scripts/build_api_kb.py. Edit the route docstring inapp/and re-run the script β do not edit this file directly.
GET /api/v1/company/{ticker}/estimates
Handler: app.company.routes.get_company_estimates
Methods: GET
Description
Estimates and analyst revisions panel.
Returns the latest co_estimates snapshot plus a trailing history window for revision-velocity charts.
404 when the ticker has not been scaffolded. 200 with null latest
and empty history when the ticker is known but no estimates data
exists yet.
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| path | ticker |
str |
PydanticUndefined |
|
| query | history_limit |
int |
30 |
Number of daily snapshots to include in history (newest-first). Default 30. |
Curl
curl -s https://bigclawd.com/api/v1/company/{ticker}/estimates