STRASMORE/EXPLORE 2,170 QUERIES

MU month by month, recomputed live: return, close, and regular-hours turnover

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-13, from MU: The Biggest Tape of June 2026.

as of ranking 6×4read in context →
MU month by month, recomputed live: return, close, and regular-hours turnover — 6 rows by 4 columns, computed from US exchange, SIP and OPRA data.
period_startmonth_return_pctmonth_closerth_dollar_bn
2026-01-0140.5414.73235.8
2026-02-010412.25236
2026-03-01-15.9337.62342.7
2026-04-0148.4517.63335
2026-05-0189.8971.58716.8
2026-06-01141151.01995.7
Rows × columns
6 × 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 MU month by month, recomputed live: return, close, and regular-hours turnover, derived from the stored result.
ColumnTypeRangeNotes
period_start date 2026-01-01 to 2026-06-01
month_return_pct number -15.9 to 89.8 percent
month_close number 337.62 to 1,151.01 US dollars
rth_dollar_bn number 235.8 to 995.7

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 toString(toStartOfMonth(toDate(toTimeZone(window_start, 'America/New_York')))) AS period_start,
    round((argMaxIf(toFloat64(close), window_start, (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) / argMinIf(toFloat64(open), window_start, (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) - 1) * 100, 1) AS month_return_pct,
    round(argMaxIf(toFloat64(close), window_start, (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959), 2) AS month_close,
    round(sumIf(toFloat64(close) * toFloat64(volume), (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) / 1e9, 1) AS rth_dollar_bn
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'MU'
  AND window_start >= toDateTime('2026-01-01 00:00:00') AND window_start < toDateTime('2026-07-01 00:00:00')
GROUP BY period_start
ORDER BY period_start

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 analysisMU: The Biggest Tape of June 2026
Where the contracts landed: call and put volume by strike bucket ranking 16×4 FINRA off-exchange short volume: MU's June coverage and marked-short share ranking 16×3 What June's MU coverage was about: the vendor's own article tags, counted ranking 10×3 The whole US tape ranked by June 2026 regular-hours dollar volume (one reused-symbol listing excluded pending entity verification) ranking 10×3 The spread by session: regular-hours median in cents and basis points series 21×5 The 21 sessions: close, close-over-close change, full-day volume series 21×4 See all 2,170 queries →