Enum - Stock Exchanges
- token (required)
This list contains all the stock exchanges.
{
code: 200,
status: "success",
data: [
"NONE",
"NASDAQ",
"NYSE",
"AMEX",
"AMX",
"ASX",
"B3",
"BME",
"BSE",
"FRA",
"ICEX",
"JPX",
"JSE",
"KRX",
"LON",
"NSE",
"OMX",
"SEHK",
"SGX",
"SSE",
"STO",
"SWX",
"SZSE",
"TSX",
"TWSE",
"VSE",
"OTHER"
]
}