🔗 REST API - HistoricalMetadata

List of symbols for the exchange

GET
/v1/symbols/{exchange_id}
Authorization<token>

API Key is required to access the endpoints

In: header

Path Parameters

exchange_id*string

Response Body

curl -X GET "https://api-historical.stock.finfeedapi.com/v1/symbols/string"
[
  {
    "symbol_id": "TSLA",
    "exchange_id": "IEXG",
    "security_category": "Common Stock",
    "name": "TESLA INC",
    "date": "2026-04-18"
  },
  {
    "symbol_id": "NVDA",
    "exchange_id": "IEXG",
    "security_category": "Common Stock",
    "name": "NVIDIA CORP",
    "date": "2026-04-18"
  }
]
Service StatusGitHub SDK