STRASMORE/EXPLORE 2,469 QUERIES

Condition code families defined for US stocks

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-07, from Trade Condition Codes Explained.

as of ranking 8×2read in context →
Condition code families defined for US stocks — 8 rows by 2 columns, computed from US exchange, SIP and OPRA data.
condition_familycodes
sale condition40
quote condition32
financial status indicator10
short sale restriction indicator4
market condition2
sip generated flag2
settlement condition2
trade thru exempt1
Rows × columns
8 × 2
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for Condition code families defined for US stocks, derived from the stored result.
ColumnTypeRangeNotes
condition_family text 8 distinct values
codes number 1 to 40

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
    replaceAll(type, '_', ' ') AS condition_family,
    countDistinct(id)          AS codes
FROM global_markets.stocks_condition_codes
WHERE asset_class = 'stocks'
GROUP BY condition_family
ORDER BY codes DESC
⌘/Ctrl + Enter
More from this analysisTrade Condition Codes Explained
One AAPL session, every print grouped by its sale condition ranking 12×3 Share of a session's prints carrying price-ineligible conditions ranking 5×4 Two versions of the same AAPL session high, fifteen minutes at a time series 26×3 Biggest stock losers this week (names trading $1B+, leveraged/inverse ETFs excluded) ranking 10×4 Biggest stock gainers this week (names trading $1B+, leveraged/inverse ETFs excluded) ranking 10×4 Odd lots, round lots and sub-one-share prints across six names, July 8 to 10, 2026 ranking 6×4 See all 2,469 queries →