GET /signals
Signals and scores across companies.
Authentication
Use the apiKey (or apikey) query parameter.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| apiKey | string | yes | API key query parameter (case-insensitive). |
Example
curl "https://api.altindex.com/signals?apiKey=YOUR_API_KEY"Response Shape
{
"status": 200,
"data": {
"1": {
"ticker": "TSLA",
"score": { "reddit_mentions": { "mom": 1 } }
}
}
}