GET /v3/reference/exchanges

Reference Exchanges (Forex uses same endpoint)

List known exchanges and attributes.

Endpoint Details

HTTP Method GET
Path /v3/reference/exchanges
Version v3
Minimum Plan free

Query Parameters

Parameter Type Required Description
api_key string Required Your API key for authentication
asset_class string Optional Filter by asset class (stocks, options, forex, crypto)
locale string Optional Filter by locale/market (default: us)
limit integer Optional Maximum number of results
cursor string Optional Pagination cursor for next page

Example Request

curl "https://mail.tradeiqai.com/api/v3/reference/exchanges?api_key=YOUR_API_KEY"

Note: Replace YOUR_API_KEY with your actual API key.

Response Attributes

Attribute Type Description
okbooleanIndicates if the request was successful (e.g., 1)
dataobjectResponse data object
data.statusstringResponse status (typically "OK") (e.g., OK)
data.resultsarrayArray of 46 items
Array items contain:
data.results[].idintegerInteger (e.g., 1)
data.results[].typestringString value (e.g., exchange)
data.results[].asset_classstringString value (e.g., stocks)
data.results[].localestringString value (e.g., us)
data.results[].namestringString value (e.g., NYSE American, LLC)
data.results[].acronymstringString value (e.g., AMEX)
data.results[].micstringString value (e.g., XASE)
data.results[].operating_micstringString value (e.g., XNYS)
data.results[].participant_idstringString value (e.g., A)
data.results[].urlstringString value (e.g., https://www.nyse.com/markets/nyse-american)

Example Response

{
    "ok": true,
    "data": {
        "status": "OK",
        "count": 46,
        "results": [
            {
                "id": 1,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "NYSE American, LLC",
                "acronym": "AMEX",
                "mic": "XASE",
                "operating_mic": "XNYS",
                "participant_id": "A",
                "url": "https://www.nyse.com/markets/nyse-american"
            },
            {
                "id": 2,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Nasdaq OMX BX, Inc.",
                "mic": "XBOS",
                "operating_mic": "XNAS",
                "participant_id": "B",
                "url": "https://www.nasdaq.com/solutions/nasdaq-bx-stock-market"
            },
            {
                "id": 3,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "NYSE National, Inc.",
                "acronym": "NSX",
                "mic": "XCIS",
                "operating_mic": "XNYS",
                "participant_id": "C",
                "url": "https://www.nyse.com/markets/nyse-national"
            },
            {
                "id": 4,
                "type": "TRF",
                "asset_class": "stocks",
                "locale": "us",
                "name": "FINRA Alternative Display Facility",
                "mic": "XADF",
                "operating_mic": "FINR",
                "participant_id": "D",
                "url": "https://www.finra.org"
            },
            {
                "id": 5,
                "type": "SIP",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Unlisted Trading Privileges",
                "operating_mic": "XNAS",
                "participant_id": "E",
                "url": "https://www.utpplan.com"
            },
            {
                "id": 6,
                "type": "TRF",
                "asset_class": "stocks",
                "locale": "us",
                "name": "International Securities Exchange, LLC - Stocks",
                "mic": "XISE",
                "operating_mic": "XNAS",
                "participant_id": "I",
                "url": "https://nasdaq.com/solutions/nasdaq-ise"
            },
            {
                "id": 7,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Cboe EDGA",
                "mic": "EDGA",
                "operating_mic": "XCBO",
                "participant_id": "J",
                "url": "https://www.cboe.com/us/equities"
            },
            {
                "id": 8,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Cboe EDGX",
                "mic": "EDGX",
                "operating_mic": "XCBO",
                "participant_id": "K",
                "url": "https://www.cboe.com/us/equities"
            },
            {
                "id": 9,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "NYSE Chicago, Inc.",
                "mic": "XCHI",
                "operating_mic": "XNYS",
                "participant_id": "M",
                "url": "https://www.nyse.com/markets/nyse-chicago"
            },
            {
                "id": 10,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "New York Stock Exchange",
                "mic": "XNYS",
                "operating_mic": "XNYS",
                "participant_id": "N",
                "url": "https://www.nyse.com"
            },
            {
                "id": 11,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "NYSE Arca, Inc.",
                "mic": "ARCX",
                "operating_mic": "XNYS",
                "participant_id": "P",
                "url": "https://www.nyse.com/markets/nyse-arca"
            },
            {
                "id": 12,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Nasdaq",
                "mic": "XNAS",
                "operating_mic": "XNAS",
                "participant_id": "T",
                "url": "https://www.nasdaq.com"
            },
            {
                "id": 13,
                "type": "SIP",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Consolidated Tape Association",
                "operating_mic": "XNYS",
                "participant_id": "S",
                "url": "https://www.nyse.com/data/cta"
            },
            {
                "id": 14,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Long-Term Stock Exchange",
                "mic": "LTSE",
                "operating_mic": "LTSE",
                "participant_id": "L",
                "url": "https://www.ltse.com"
            },
            {
                "id": 15,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Investors Exchange",
                "mic": "IEXG",
                "operating_mic": "IEXG",
                "participant_id": "V",
                "url": "https://www.iextrading.com"
            },
            {
                "id": 16,
                "type": "TRF",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Cboe Stock Exchange",
                "mic": "CBSX",
                "operating_mic": "XCBO",
                "participant_id": "W",
                "url": "https://www.cboe.com"
            },
            {
                "id": 17,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Nasdaq Philadelphia Exchange LLC",
                "mic": "XPHL",
                "operating_mic": "XNAS",
                "participant_id": "X",
                "url": "https://www.nasdaq.com/solutions/nasdaq-phlx"
            },
            {
                "id": 18,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Cboe BYX",
                "mic": "BATY",
                "operating_mic": "XCBO",
                "participant_id": "Y",
                "url": "https://www.cboe.com/us/equities"
            },
            {
                "id": 19,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Cboe BZX",
                "mic": "BATS",
                "operating_mic": "XCBO",
                "participant_id": "Z",
                "url": "https://www.cboe.com/us/equities"
            },
            {
                "id": 20,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "MIAX Pearl",
                "mic": "EPRL",
                "operating_mic": "MIHI",
                "participant_id": "H",
                "url": "https://www.miaxoptions.com/alerts/pearl-equities"
            },
            {
                "id": 21,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "Members Exchange",
                "mic": "MEMX",
                "operating_mic": "MEMX",
                "participant_id": "U",
                "url": "https://www.memx.com"
            },
            {
                "id": 22,
                "type": "exchange",
                "asset_class": "stocks",
                "locale": "us",
                "name": "24X National Exchange LLC",
                "acronym": "24X",
                "mic": "24EQ",
                "operating_mic": "24EQ",
                "participant_id": "G",
                "url": "https://24exchange.com/"
            },
            {
                "id": 62,
                "type": "ORF",
                "asset_class": "stocks",
                "locale": "us",
                "name": "OTC Equity Security",
                "mic": "OOTC",
                "operating_mic": "FINR",
                "url": "https://www.finra.org/filing-reporting/over-the-counter-reporting-facility-orf"
            },
            {
                "id": 201,
                "type": "TRF",
                "asset_class": "stocks",
                "locale": "us",
                "name": "FINRA NYSE TRF",
                "mic": "FINY",
                "operating_mic": "FINR",
                "url": "https://www.finra.org"
            },
            {
                "id": 202,
                "type": "TRF",
                "asset_class": "stocks",
                "locale": "us",
                "name": "FINRA Nasdaq TRF Carteret",
                "mic": "FINN",
                "operating_mic": "FINR",
                "url": "https://www.finra.org"
            },
            {
                "id": 203,
                "type": "TRF",
                "asset_class": "stocks",
                "locale": "us",
                "name": "FINRA Nasdaq TRF Chicago",
                "mic": "FINC",
                "operating_mic": "FINR",
                "url": "https://www.finra.org"
            },
            {
                "id": 300,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "NYSE American Options",
                "mic": "AMXO",
                "operating_mic": "XNYS",
                "participant_id": "A",
                "url": "https://www.nyse.com/markets/american-options"
            },
            {
                "id": 301,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Boston Options Exchange",
                "mic": "XBOX",
                "operating_mic": "XBOX",
                "participant_id": "B",
                "url": "https://www.boxoptions.com"
            },
            {
                "id": 302,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Chicago Board Options Exchange",
                "mic": "XCBO",
                "operating_mic": "XCBO",
                "participant_id": "C",
                "url": "https://www.cboe.com"
            },
            {
                "id": 303,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "MIAX Emerald, LLC",
                "mic": "EMLD",
                "operating_mic": "MIHI",
                "participant_id": "D",
                "url": "https://www.miaxoptions.com/alerts/emerald"
            },
            {
                "id": 304,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Cboe EDGX Options",
                "mic": "EDGO",
                "operating_mic": "XCBO",
                "participant_id": "E",
                "url": "https://www.cboe.com/us/options"
            },
            {
                "id": 307,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Nasdaq Global Markets Exchange Group",
                "acronym": "GEMX",
                "mic": "GEMX",
                "operating_mic": "GEMX",
                "participant_id": "H",
                "url": "https://www.nasdaq.com/solutions/nasdaq-gemx"
            },
            {
                "id": 308,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "International Securities Exchange, LLC",
                "acronym": "ISE",
                "mic": "XISX",
                "operating_mic": "XISX",
                "participant_id": "I",
                "url": "https://www.nasdaq.com/solutions/nasdaq-ise"
            },
            {
                "id": 309,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Nasdaq MRX Options Exchange",
                "mic": "MCRY",
                "operating_mic": "XISX",
                "participant_id": "J",
                "url": "https://www.nasdaq.com/solutions/nasdaq-mrx"
            },
            {
                "id": 310,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Nasdaq GMNI Options Exchange",
                "mic": "GMNI",
                "operating_mic": "XISX",
                "url": "https://www.nasdaq.com/"
            },
            {
                "id": 312,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "MIAX International Securities Exchange, LLC",
                "mic": "XMIO",
                "operating_mic": "MIHI",
                "participant_id": "M",
                "url": "https://www.miaxoptions.com/alerts"
            },
            {
                "id": 313,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "NYSE Arca, Inc. - Options",
                "mic": "ARCO",
                "operating_mic": "XNYS",
                "participant_id": "N",
                "url": "https://www.nyse.com/markets/arca-options"
            },
            {
                "id": 314,
                "type": "SIP",
                "asset_class": "options",
                "locale": "us",
                "name": "Options Price Reporting Authority",
                "mic": "OPRA",
                "operating_mic": "OPRA",
                "participant_id": "O",
                "url": "http://www.opraplan.com"
            },
            {
                "id": 315,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "MIAX Pearl, LLC - Options",
                "mic": "MPRL",
                "operating_mic": "MIHI",
                "participant_id": "P",
                "url": "https://www.miaxoptions.com/alerts/pearl"
            },
            {
                "id": 316,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Nasdaq Options Market",
                "mic": "XNDQ",
                "operating_mic": "XNAS",
                "participant_id": "Q",
                "url": "https://www.nasdaq.com/solutions/nasdaq-nom"
            },
            {
                "id": 318,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "MIAX SAPPHIRE, LLC",
                "mic": "SPHR",
                "operating_mic": "MIHI",
                "participant_id": "S",
                "url": "https://www.miaxglobal.com/markets/us-options/sapphire-options"
            },
            {
                "id": 319,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Nasdaq BX - Options",
                "mic": "XBXO",
                "operating_mic": "XNAS",
                "participant_id": "T",
                "url": "https://www.nasdaq.com/solutions/nasdaq-bx"
            },
            {
                "id": 320,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Members Options Exchange",
                "mic": "MXOP",
                "operating_mic": "MEMX",
                "participant_id": "U",
                "url": "https://www.memx.com"
            },
            {
                "id": 322,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Cboe C2 Options Exchange",
                "mic": "C2OX",
                "operating_mic": "XCBO",
                "participant_id": "W",
                "url": "https://www.cboe.com/us/options"
            },
            {
                "id": 323,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Nasdaq Philadelphia Exchange, LLC - Options",
                "mic": "XPHO",
                "operating_mic": "XNAS",
                "participant_id": "X",
                "url": "https://www.nasdaq.com/solutions/nasdaq-phlx"
            },
            {
                "id": 325,
                "type": "exchange",
                "asset_class": "options",
                "locale": "us",
                "name": "Cboe BZX Options Exchange",
                "mic": "BATO",
                "operating_mic": "XCBO",
                "participant_id": "Z",
                "url": "https://www.cboe.com/us/options"
            }
        ]
    }
}