latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

Symbol Lookup

Batch lookup by symbols

Free Starter Stock ETF Pro

Returns enriched profiles for multiple ticker symbols in a single request. Up to 50 symbols per request.

get/api/lookup/batch

Query parameters

symbolsstring required

Comma-separated list of ticker symbols (max 50)

Response

Map of symbol to profile. Missing symbols are omitted from the response.

object required

Example response

{
  "AAPL": {
    "symbols": [
      "AAPL"
    ],
    "exchanges": [
      "Nasdaq"
    ],
    "name": "Apple Inc.",
    "cik": 320193,
    "seriesId": 0,
    "type": "stock",
    "sector": "Technology",
    "industry": "Consumer Electronics",
    "status": "operating",
    "priorTickers": []
  }
}