API v1 (Legacy)
Reference
GET /instagram_followers

GET /instagram_followers

Instagram followers timeline for a ticker.

Authentication

Use the apiKey (or apikey) query parameter.

Parameters

NameTypeRequiredDescription
apiKeystringyesAPI key query parameter (case-insensitive).
tickerstringnoStock ticker symbol.
symbolstringnoStock ticker symbol (alias).

Behavior Notes

  • Either ticker or symbol is required.

Example

curl "https://api.altindex.com/instagram_followers?apiKey=YOUR_API_KEY&ticker=TSLA"

Response Shape

{
  "status": 200,
  "id": "1",
  "name": "Tesla",
  "ticker": "TSLA",
  "instagram_handle": "teslamotors",
  "timeline": [
    { "date": "2026-01-27", "instagram_followers": 9562981 }
  ]
}