API Documentation
⌘K
API Key
Get free key GET
/api/1/market/exchangesExchanges
Returns the full list of stock exchanges covered by our market data, including MIC codes, countries, trading hours, and data sources
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/market/exchanges' \
-H 'Accept: application/json'200 Response
[
{
"code": "XNYS",
"name": "New York Stock Exchange",
"country": "US",
"region": "Americas",
"timezone": "America/New_York",
"tradingHours": "09:30-16:00",
"holidays": true,
"liveQuotes": true,
"intraday": true
}
]