US equity exchanges that feed the consolidated tape
Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-08-09, from SIP Feeds vs Direct Exchange Feeds.
| venue | venue_code | market_identifier_code | sip_participant_code |
|---|---|---|---|
| 24X National Exchange LLC | 24X | 24EQ | G |
| Cboe BYX | BATY | Y | |
| Cboe BZX | BATS | Z | |
| Cboe EDGA | EDGA | J | |
| Cboe EDGX | EDGX | K | |
| Investors Exchange | IEXG | V | |
| Long-Term Stock Exchange | LTSE | L | |
| MIAX Pearl | EPRL | H | |
| Members Exchange | MEMX | U | |
| NYSE American, LLC | AMEX | XASE | A |
| NYSE Arca, Inc. | ARCX | P | |
| NYSE National, Inc. | NSX | XCIS | C |
| NYSE Texas, Inc. | XCHI | M | |
| Nasdaq | XNAS | T | |
| Nasdaq Philadelphia Exchange LLC | XPHL | X | |
| Nasdaq Texas, Inc. | XBOS | B | |
| New York Stock Exchange | XNYS | N | |
| Texas Stock Exchange LLC | TXSE | TXSE | F |
- Rows × columns
- 18 × 4
- Computed
- Completeness
- Some fields are partly empty — see the columns below
- Source
- US exchange, SIP and OPRA market data
- Licence
- Strasmore terms · free, no signup
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
venue |
text | 18 distinct values | |
venue_code |
text | 4 distinct values (24X, AMEX, NSX…) | 4 of 18 rows populated |
market_identifier_code |
text | 18 distinct values (24EQ, ARCX, BATS…) | |
sip_participant_code |
text | 18 distinct values (A, B, C…) |
Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.
Run it yourself
This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.
SELECT
name AS venue,
acronym AS venue_code,
mic AS market_identifier_code,
toString(participant_id) AS sip_participant_code
FROM global_markets.stocks_exchanges
WHERE lower(asset_class) = 'stocks'
AND lower(locale) = 'us'
AND lower(type) = 'exchange'
ORDER BY name
Work with this data in your AI assistant
Opens ready to query, with this page's data. Free, no account.