API v1 (Legacy)
Reference
GET /tipranks_followers

GET /tipranks_followers

TipRanks followers ranking across companies.

Authentication

Use the apiKey (or apikey) query parameter.

Parameters

NameTypeRequiredDescription
apiKeystringyesAPI key query parameter (case-insensitive).

Example

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

Response Shape

{
  "status": 200,
  "data": [
    {
      "display_name": "Tesla",
      "id": "1",
      "ticker": "TSLA",
      "price": "245.12",
      "price_change": "-1.23",
      "ai_score": "62",
      "link": "https://altindex.com/ticker/TSLA",
      "logo": "https://altindex.com/assets/images/tickers/TSLA.jpg",
      "tipranks_followers": 12345,
      "tipranks_followers_prev": 12000
    }
  ]
}