Tickerdevelopers
GET/references/exchanges/{mic}

Get exchange details

Returns detailed information for a single exchange by MIC.

Code samples

curl -X GET 'https://api.tickerapp.net/v2/references/exchanges/<mic>' \
  -H 'x-api-key: $TICKER_API_KEY'

Try it

Try it live
Send a real request to this endpoint with your API key. Sign in to try it from your browser.
Sign in to try →

Parameters

Path parameters

micrequired
string

Exchange MIC (e.g., XLON)

Responses

200Exchange details
404Resource not found
500Server error