GET /instagram_followers
Instagram followers timeline for a ticker.
Authentication
Use the apiKey (or apikey) query parameter.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| apiKey | string | yes | API key query parameter (case-insensitive). |
| ticker | string | no | Stock ticker symbol. |
| symbol | string | no | Stock ticker symbol (alias). |
Behavior Notes
- Either
tickerorsymbolis 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 }
]
}