STRASMORE/EXPLORE 2,170 QUERIES

SPY by half-hour: March 9, 2009 regular session

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-07-26, from March 9, 2009: The Bottom, On the Tape.

as of series 13×4read in context →
SPY by half-hour: March 9, 2009 regular session — 13 rows by 4 columns, computed from US exchange, SIP and OPRA data.
et_timebucket_closebucket_lowshares_m
09:3068.9567.9540.5
10:0069.4968.931.8
10:3068.968.8225.6
11:0068.9968.621.6
11:3068.9568.7118.7
12:0069.1368.8314.5
12:3068.7968.6515.7
13:0068.3468.1321.1
13:3068.4868.2515.7
14:0068.5768.3325.9
14:3068.4367.9524.5
15:0068.0567.7328.3
15:3068.0767.7844.3
Rows × columns
13 × 4
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 SPY by half-hour: March 9, 2009 regular session, derived from the stored result.
ColumnTypeRangeNotes
et_time date 09:30 to 15:30
bucket_close number 68.05 to 69.49 US dollars
bucket_low number 67.73 to 68.9 US dollars
shares_m number 14.5 to 44.3 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.

the exact SQL behind every number
SELECT
    formatDateTime(toStartOfInterval(toTimeZone(window_start, 'America/New_York'), INTERVAL 30 MINUTE), '%H:%i') AS et_time,
    round(toFloat64(argMax(close, window_start)), 2) AS bucket_close,
    round(min(toFloat64(low)), 2) AS bucket_low,
    round(toFloat64(sum(volume)) / 1e6, 1) AS shares_m
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SPY'
  AND window_start >= toDateTime('2009-03-09 04:00:00') AND window_start < toDateTime('2009-03-09 23:59:00')
  AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959
GROUP BY et_time
ORDER BY et_time

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisMarch 9, 2009: The Bottom, On the Tape
The turn week: SPY, Citigroup, and the 10-year yield, March 9-13 series 5×6 Four major lows: SPY forward returns at three and twelve months series 4×4 Sixteen weeks after the low: weekly lows, closes, and the running minimum ranking 16×4 One year off the low: the crisis epicenter vs the broad market table 9×5 Peak to trough to round trip: the whole crisis in one row scalar 1×6 SPY on March 9, 2009: the generational low, receipted scalar 1×14 See all 2,170 queries →