API v1 (Legacy)
Reference
GET /alerts

GET /alerts

Alerts feed across companies.

Authentication

Use the apiKey (or apikey) query parameter.

Parameters

NameTypeRequiredDescription
apiKeystringyesAPI key query parameter (case-insensitive).
tickerstringnoOptional 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"
    }
  ]
}