latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

reference:exchanges

Exchanges

List all exchanges that Massive knows about.

get/v3/reference/exchanges

Query parameters

asset_class'stocks' | 'options' | 'crypto' | 'fx' | 'futures'

An identifier for a group of similar financial instruments.

Example:stocks

Filter by asset class.

locale'us' | 'global'

An identifier for a geographical location.

Example:us

Filter by locale.

Response

OK

countinteger

The total number of results for this request.

request_idstring required

A request ID assigned by the server.

statusstring required

The status of this request's response.

Example response

{
  "count": 1,
  "request_id": "31d59dda-80e5-4721-8496-d0d32a654afe",
  "results": [
    {
      "acronym": "AMEX",
      "asset_class": "stocks",
      "id": 1,
      "locale": "us",
      "mic": "XASE",
      "name": "NYSE American, LLC",
      "operating_mic": "XNYS",
      "participant_id": "A",
      "type": "exchange",
      "url": "https://www.nyse.com/markets/nyse-american"
    }
  ],
  "status": "OK"
}