GET /alerts
Alerts feed across companies.
Authentication
Use the apiKey (or apikey) query parameter.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| apiKey | string | yes | API key query parameter (case-insensitive). |
| ticker | string | no | Optional ticker filter. |
Example
curl "https://api.altindex.com/alerts?apiKey=YOUR_API_KEY"Response Shape
{
"status": 200,
"results": [
{
"ticker": "TSLA",
"name": "Tesla",
"logo": "https://dillibits.com/assets/images/tickers/TSLA.jpg",
"type": "reddit_mentions",
"date": "2026-01-27 00:00:00",
"value": "120",
"change": "-5",
"frequency": "daily"
}
]
}