---
title: "GET /stocks/v1/exchanges"
method: GET
path: "/stocks/v1/exchanges"
tags: ["us_stocks_all"]
---

# GET /stocks/v1/exchanges

`GET /stocks/v1/exchanges`

US stock exchanges, trading venues, and reporting facilities including exchanges (NYSE, Nasdaq), Trade Reporting Facilities (TRF), Securities Information Processors (SIP), and OTC Reporting Facilities (ORF) for equity trading.

## Query parameters

- `limit` integer

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `acronym` string — Short acronym or abbreviation (may be null for some venues).
    - `id` string, required — Numeric identifier for the trading venue or exchange.
    - `locale` string — Geographic location code.
    - `mic` string — Market Identifier Code (MIC) - ISO 10383 standard four-character code for the market (may be empty for some venues).
    - `name` string, required — Full official name of the exchange, trading venue, or reporting facility.
    - `operating_mic` string — Operating Market Identifier Code - identifies the specific operating entity or parent organization.
    - `participant_id` string — Single-character participant identifier used in market data feeds and trade reporting.
    - `type` string, required — Type of trading venue: 'exchange' for stock exchanges, 'TRF' for Trade Reporting Facilities, 'SIP' for Securities Information Processors, 'ORF' for OTC Reporting Facility.
    - `url` string — Official website URL of the organization operating the venue.
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
