STRASMORE/EXPLORE 2,469 QUERIES

aapl_trace

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-22, from stock-splits-in-india-face-value.

as of series 10×2read in context →
aapl_trace — 10 rows by 2 columns, computed from US exchange, SIP and OPRA data.
session_dateclose_usd
2020-08-24125.86
2020-08-25124.82
2020-08-26126.52
2020-08-27125.01
2020-08-28124.81
2020-08-31129.04
2020-09-01134.18
2020-09-02131.4
2020-09-03120.88
2020-09-04120.96
Rows × columns
10 × 2
Period covered
to
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 aapl_trace, derived from the stored result.
ColumnTypeRangeNotes
session_date date 2020-08-24 to 2020-09-04
close_usd number 120.88 to 134.18 US dollars

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
    toString(date)                  AS session_date,
    round(toFloat64(any(close)), 2) AS close_usd
FROM global_markets.stocks_daily_aggs
WHERE ticker = 'AAPL'
  AND date >= '2020-08-24'
  AND date <= '2020-09-04'
GROUP BY date
ORDER BY date
⌘/Ctrl + Enter
More from this analysisstock-splits-in-india-face-value
splits_by_year ranking 11×3 ratio_mix ranking 8×3 split_record ranking 5×4 The 2s10s spread by month, full history series 604×5 One SPY $600 LEAPS call's price over two years (expired Jan 16 2026) series 470×2 3m10y and 2s10s spreads, monthly averages over twenty years series 241×4 See all 2,469 queries →