get_summary
Return daily aggregated sentiment for ticker over the last days.
Each entry has `avg_sentiment` (unweighted mean of that day's scores),
`article_count`, and a directional `label` (positive / negative /
neutral, thresholded at ±0.1). Costs 1 API credit per day actually
returned — same as GET /v1/summary/{ticker}. A window with no coverage
costs nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||