GET /api/v1/company/{ticker}/sentiment
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}/sentiment
Handler: app.company.routes.get_company_sentiment
Methods: GET
Description
Sentiment panel for the company dashboard.
Returns the recent co_sentiment_daily series β FinRep-AI article sentiment aggregated by ticker mention. Includes around-earnings delta for guidance-tone context.
404 when the ticker has not been scaffolded. 200 with empty rows
when the ticker is known but no sentiment data exists yet.
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| path | ticker |
str |
PydanticUndefined |
|
| query | limit |
int |
30 |
Number of daily sentiment snapshots to return (newest-first). Default 30. |
Curl
curl -s https://bigclawd.com/api/v1/company/{ticker}/sentiment