List of symbols for the exchange
GET/v1/symbols/:exchange_id
List of symbols for the exchange
Request
Path Parameters
exchange_id stringrequired
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
symbol_id stringnullable
exchange_id stringnullable
security_category stringnullable
name stringnullable
date stringnullable
asset_class stringnullable
[
{
"symbol_id": "string",
"exchange_id": "string",
"security_category": "string",
"name": "string",
"date": "string",
"asset_class": "string"
}
]
[
{
"symbol_id": "TSLA",
"exchange_id": "IEXG",
"security_category": "Common Stock",
"name": "TESLA INC",
"date": "2025-04-29"
},
{
"symbol_id": "NVDA",
"exchange_id": "IEXG",
"security_category": "Common Stock",
"name": "NVIDIA CORP",
"date": "2025-04-29"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
symbol_id stringnullable
exchange_id stringnullable
security_category stringnullable
name stringnullable
date stringnullable
asset_class stringnullable
[
{
"symbol_id": "string",
"exchange_id": "string",
"security_category": "string",
"name": "string",
"date": "string",
"asset_class": "string"
}
]
[
{
"symbol_id": "TSLA",
"exchange_id": "IEXG",
"security_category": "Common Stock",
"name": "TESLA INC",
"date": "2025-04-29"
},
{
"symbol_id": "NVDA",
"exchange_id": "IEXG",
"security_category": "Common Stock",
"name": "NVIDIA CORP",
"date": "2025-04-29"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
symbol_id stringnullable
exchange_id stringnullable
security_category stringnullable
name stringnullable
date stringnullable
asset_class stringnullable
[
{
"symbol_id": "string",
"exchange_id": "string",
"security_category": "string",
"name": "string",
"date": "string",
"asset_class": "string"
}
]
[
{
"symbol_id": "TSLA",
"exchange_id": "IEXG",
"security_category": "Common Stock",
"name": "TESLA INC",
"date": "2025-04-29"
},
{
"symbol_id": "NVDA",
"exchange_id": "IEXG",
"security_category": "Common Stock",
"name": "NVIDIA CORP",
"date": "2025-04-29"
}
]
Loading...
Was this section helpful?