get_sentiment
Return the most recent FinBERT-scored headlines for ticker.
Each headline has a `sentiment_score` in [-1, +1] (positive_prob -
negative_prob) and a categorical `sentiment_label`. Costs 1 API credit
per 25 headlines actually returned — same billing as
GET /v1/sentiment/{ticker}. An empty result costs nothing.
`limit` is capped at 100. Titles come back reverse-chronological so the
first item is the freshest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||