GET /api/v1/company/{ticker}/fundamentals
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}/fundamentals
Handler: app.company.routes.get_company_fundamentals
Methods: GET
Description
Quarterly fundamentals + deep quality-gate verdict.
Returns the last limit quarters from co_fundamentals, newest first.
The most-recent row carries gate_pass / gate_fails from the deep-gate
verdict written at scaffold time.
404 when the ticker has not been scaffolded. 200 with empty rows
when the ticker is known but the fundamentals family has no data yet.
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| path | ticker |
str |
PydanticUndefined |
|
| query | limit |
int |
12 |
Number of quarterly periods to return (newest-first). Default 12 β 3 years. |
Curl
curl -s https://bigclawd.com/api/v1/company/{ticker}/fundamentals