{"slug":"mu-june-2026-deep-dive","qid":"earnings_week","label":"MU's June SEC filings and the session that followed the quarterly 8-K","post_title":"MU: The Biggest Tape of June 2026","post_url":"/blog/mu-june-2026-deep-dive#q-earnings_week","columns":["earnings_8k_filed","eightk_on_jun24","tenq_filed","days_8k_to_10q","june_filings_total","eightk_filings","form4_filings","next_session_move_pct","next_session_shares_m","shares_lead_over_next_busiest_m","month_high_on_jun25"],"rows":[{"earnings_8k_filed":"2026-06-24","eightk_on_jun24":1,"tenq_filed":"2026-06-25","days_8k_to_10q":1,"june_filings_total":8,"eightk_filings":2,"form4_filings":3,"next_session_move_pct":15.8,"next_session_shares_m":77.2,"shares_lead_over_next_busiest_m":5.9,"month_high_on_jun25":1}],"shape":"scalar","sql":"WITH\n    (\n        SELECT maxIf(filing_date, form_type = '8-K')\n        FROM global_markets.stocks_sec_edgar_index\n        WHERE cik = '0000723125' AND filing_date >= toDate('2026-06-01') AND filing_date <= toDate('2026-06-30')\n    ) AS last_8k_date,\n    (\n        SELECT minIf(filing_date, form_type = '10-Q')\n        FROM global_markets.stocks_sec_edgar_index\n        WHERE cik = '0000723125' AND filing_date >= toDate('2026-06-01') AND filing_date <= toDate('2026-06-30')\n    ) AS tenq_date,\n    (\n        SELECT (count(), countIf(form_type = '8-K'), countIf(form_type = '4'))\n        FROM global_markets.stocks_sec_edgar_index\n        WHERE cik = '0000723125' AND filing_date >= toDate('2026-06-01') AND filing_date <= toDate('2026-06-30')\n    ) AS filing_census,\n    (\n        SELECT toDate(toTimeZone(min(window_start), 'America/New_York'))\n        FROM global_markets.delayed_stocks_minute_aggs\n        WHERE ticker = 'MU'\n          AND window_start >= toDateTime('2026-06-01 00:00:00') AND window_start < toDateTime('2026-07-01 00:00:00')\n          AND toFloat64(high) >= (\n              SELECT max(toFloat64(high)) FROM global_markets.delayed_stocks_minute_aggs\n              WHERE ticker = 'MU' AND window_start >= toDateTime('2026-06-01 00:00:00') AND window_start < toDateTime('2026-07-01 00:00:00')\n          ) - 0.011\n    ) AS month_high_date\nSELECT\n    toString(last_8k_date) AS earnings_8k_filed,\n    if(last_8k_date = toDate('2026-06-24'), 1, 0) AS eightk_on_jun24,\n    toString(tenq_date) AS tenq_filed,\n    dateDiff('day', last_8k_date, tenq_date) AS days_8k_to_10q,\n    filing_census.1 AS june_filings_total,\n    filing_census.2 AS eightk_filings,\n    filing_census.3 AS form4_filings,\n    round((anyIf(close_usd, et_date = toDate('2026-06-25')) / anyIf(close_usd, et_date = toDate('2026-06-24')) - 1) * 100, 1) AS next_session_move_pct,\n    round(anyIf(shares_m, et_date = toDate('2026-06-25')), 1) AS next_session_shares_m,\n    round(anyIf(shares_m, et_date = toDate('2026-06-25')) - maxIf(shares_m, et_date != toDate('2026-06-25')), 1) AS shares_lead_over_next_busiest_m,\n    if(month_high_date = toDate('2026-06-25'), 1, 0) AS month_high_on_jun25\nFROM (\n    SELECT toDate(toTimeZone(window_start, 'America/New_York')) AS et_date,\n        argMaxIf(toFloat64(close), window_start, (toHour(window_start) * 60 + toMinute(window_start)) BETWEEN 810 AND 1199) AS close_usd,\n        toFloat64(sum(volume)) / 1e6 AS shares_m\n    FROM global_markets.delayed_stocks_minute_aggs\n    WHERE ticker = 'MU'\n      AND window_start >= toDateTime('2026-06-01 00:00:00') AND window_start < toDateTime('2026-07-01 00:00:00')\n    GROUP BY et_date\n)","computed_at":"2026-07-13T06:26:50.091669+00:00","elapsed":0.006223241}