API Documentation

⌘K
GET/api/1/market/exchanges

Exchanges

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
}
]