STRASMORE/EXPLORE 2,595 QUERIES

cap_by_price

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-09-25, from the-100k-rule-for-stock-options.

as of ranking 6×4read in context →
cap_by_price — 6 rows by 4 columns, computed from US exchange, SIP and OPRA data.
symbolas_of_labelgrant_priceshares_under_cap_count
MSFTSep 25, 2026497.22201
AAPLSep 25, 2026336.26297
JNJSep 25, 2026270.14370
AMZNSep 25, 2026251.16398
NVDASep 25, 2026226.1442
KOSep 25, 2026881136
Rows × columns
6 × 4
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 cap_by_price, derived from the stored result.
ColumnTypeRangeNotes
symbol text 6 distinct values (AAPL, AMZN, JNJ…)
as_of_label text 1 distinct value (Sep 25, 2026)
grant_price number 88 to 497.22 US dollars
shares_under_cap_count number 201 to 1,136 count

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
    ticker                                                   AS symbol,
    formatDateTime(max(date), '%b %e, %Y')                   AS as_of_label,
    round(toFloat64(argMax(close, date)), 2)                 AS grant_price,
    toUInt32(floor(100000 / toFloat64(argMax(close, date)))) AS shares_under_cap_count
FROM global_markets.stocks_daily_aggs
WHERE ticker IN ('AAPL', 'MSFT', 'KO', 'JNJ', 'AMZN', 'NVDA')
  AND date >= today() - 20
GROUP BY ticker
ORDER BY grant_price DESC
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.

More from this analysisthe-100k-rule-for-stock-options
msft_grant_years ranking 11×3 → form4_exercise_months series 24×3 → Top 25 weekly-options underlyings by distinct contracts traded, with expiration weekdays ranking 25×4 → Annualized volatility vs total return, 25 large caps, calmest to wildest (~2 years) ranking 25×3 → SPY options median spread by expiration date, near-the-money strikes only ranking 25×4 → In-sample rank versus out-of-sample Sharpe, same 24 cells ranking 24×4 → See all 2,595 queries →