API v1 (Legacy)
Reference
GET /price_prediction

GET /price_prediction

AI-based target price and component scores for a ticker.

Authentication

Use the apiKey (or apikey) query parameter.

Parameters

NameTypeRequiredDescription
apiKeystringyesAPI key query parameter (case-insensitive).
symbolstringyesStock ticker symbol.

Example

curl "https://api.altindex.com/price_prediction?apiKey=YOUR_API_KEY&symbol=TSLA"

Response Shape

{
  "status": 200,
  "symbol": "TSLA",
  "ai_score": 62,
  "audience_score": 50,
  "employment_score": 68,
  "customer_score": 65,
  "fundamental_score": 57,
  "confidence": 0.8,
  "data": "{...}",
  "reason": "On January 27, ...",
  "updated": "2026-01-27"
}