API v1 (Legacy)
Reference
GET /dtiq

GET /dtiq

DTIQ alerts feed across companies.

Authentication

Use the apiKey (or apikey) query parameter.

Parameters

NameTypeRequiredDescription
apiKeystringyesAPI key query parameter (case-insensitive).

Example

curl "https://api.altindex.com/dtiq?apiKey=YOUR_API_KEY"

Response Shape

{
  "status": 200,
  "alerts": [
    {
      "id": "abc123",
      "symbol": "TSLA",
      "company_id": "1",
      "type": "job_posts",
      "change_percentage": 12.5,
      "event_title": "Hiring spike",
      "event_url": "https://...",
      "price": "245.12",
      "price_change": "-1.23",
      "display_name": "Tesla",
      "prio": 1,
      "inserted": "2026-01-27 10:00:00"
    }
  ]
}