v1

latestOpenAPI 3.0.32026-07-246185298.2 KB
Exchanges

Exchanges list

List of all the exchanges with their identifying symbol and MIC code that can be used in other Ortex APIs to identify the exchange

Available Data Points:

  • Exchange Name: The name of the exchange.
  • MIC Code: The Market Identifier Code of the trading exchange as defined by ISO 10383.
  • Exchange Symbol: The symbol that identifies the exchange.
  • Country: The country code of the exchange as defined by ISO 3166-1.

Try it out! You can test the API with the trial key TEST. Simply include it in your request headers; either here, or add the header "Ortex-Api-Key": "TEST" to your http request.

Trial key restrictions: A list of randomly selected rows will be returned

Get full access! Get a key at app.ortex.com/apis

get/api/v1/generics/exchanges

Query parameters

countrystring

Optional ISO 3166-1 alpha-2 country code to filter exchanges

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

Response

paginationLinksobject
lengthinteger required
creditsUsedinteger
creditsLeftinteger

Example response

{
  "paginationLinks": {
    "next": "http://api.example.org/accounts/?page=4",
    "previous": "http://api.example.org/accounts/?page=2"
  },
  "length": 123,
  "creditsUsed": 3,
  "creditsLeft": 999
}