{"slug":"lehman-collapse-market-crash-2008","qid":"dominoes","label":"The financials in Lehman week: Friday 9/12 close to Friday 9/19 close","post_title":"Lehman's Collapse: The 2008 Tape, Replayed","post_url":"/blog/lehman-collapse-market-crash-2008#q-dominoes","columns":["ticker","fri_close","mon_close","mon_pct","week_low_close","low_close_vs_fri_pct","fri19_close","week_pct"],"rows":[{"ticker":"AIG","fri_close":12.2,"mon_close":5.09,"mon_pct":-58.3,"week_low_close":2.06,"low_close_vs_fri_pct":-83.1,"fri19_close":4.22,"week_pct":-65.4},{"ticker":"MS","fri_close":37.15,"mon_close":32.4,"mon_pct":-12.8,"week_low_close":21.17,"low_close_vs_fri_pct":-43,"fri19_close":27,"week_pct":-27.3},{"ticker":"GS","fri_close":154.23,"mon_close":135.5,"mon_pct":-12.1,"week_low_close":107.88,"low_close_vs_fri_pct":-30.1,"fri19_close":126.02,"week_pct":-18.3},{"ticker":"WM","fri_close":2.76,"mon_close":2.01,"mon_pct":-27.2,"week_low_close":2.01,"low_close_vs_fri_pct":-27.2,"fri19_close":3.72,"week_pct":34.8},{"ticker":"C","fri_close":17.99,"mon_close":15.53,"mon_pct":-13.7,"week_low_close":14.04,"low_close_vs_fri_pct":-22,"fri19_close":20.3,"week_pct":12.8},{"ticker":"SPY","fri_close":125.75,"mon_close":120.34,"mon_pct":-4.3,"week_low_close":116.3,"low_close_vs_fri_pct":-7.5,"fri19_close":125.04,"week_pct":-0.6}],"shape":"table","sql":"WITH daily AS (\n    SELECT\n        ticker,\n        toDate(toTimeZone(window_start, 'America/New_York')) AS et_date,\n        argMaxIf(toFloat64(close), window_start, (toHour(toTimeZone(window_start, 'America/New_York')) * 60 + toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959) AS close_usd\n    FROM global_markets.delayed_stocks_minute_aggs\n    WHERE ticker IN ('AIG', 'MS', 'GS', 'WM', 'C', 'SPY')\n      AND window_start >= toDateTime('2008-09-12 00:00:00') AND window_start < toDateTime('2008-09-20 00:00:00')\n    GROUP BY ticker, et_date\n)\nSELECT\n    ticker,\n    round(maxIf(close_usd, et_date = toDate('2008-09-12')), 2) AS fri_close,\n    round(maxIf(close_usd, et_date = toDate('2008-09-15')), 2) AS mon_close,\n    round((maxIf(close_usd, et_date = toDate('2008-09-15')) / maxIf(close_usd, et_date = toDate('2008-09-12')) - 1) * 100, 1) AS mon_pct,\n    round(minIf(close_usd, et_date >= toDate('2008-09-15')), 2) AS week_low_close,\n    round((minIf(close_usd, et_date >= toDate('2008-09-15')) / maxIf(close_usd, et_date = toDate('2008-09-12')) - 1) * 100, 1) AS low_close_vs_fri_pct,\n    round(maxIf(close_usd, et_date = toDate('2008-09-19')), 2) AS fri19_close,\n    round((maxIf(close_usd, et_date = toDate('2008-09-19')) / maxIf(close_usd, et_date = toDate('2008-09-12')) - 1) * 100, 1) AS week_pct\nFROM daily\nGROUP BY ticker\nORDER BY low_close_vs_fri_pct ASC","computed_at":"2026-07-26T05:37:51.097106+00:00","elapsed":0.071841938}