get_sentiment
Get FinBERT-based sentiment analysis of recent headlines for a ticker. Returns per-headline label/confidence/score plus an average score. Real model inference, not a fabricated estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent headlines to analyze, 1-25. | |
| ticker | Yes | Ticker to analyze, e.g. 'AAPL'. | |
| api_key | No | XFINLAB Intelligence API key (X-API-Key). Omit if supplied via HTTP header instead. |