{"slug":"market-recap-2026-07-08","qid":"baseline_chip_prior_day","label":"Receipts: July 8 and July 7 green/red counts across the same fourteen names","post_title":"Market Recap: July 8, 2026, The Day in Numbers","post_url":"/blog/market-recap-2026-07-08#q-baseline_chip_prior_day","columns":["jul8_green","jul8_red","jul7_green","jul7_red","nvda_jul7_pct","names_counted"],"rows":[{"jul8_green":12,"jul8_red":2,"jul7_green":2,"jul7_red":12,"nvda_jul7_pct":0.67,"names_counted":14}],"shape":"scalar","sql":"SELECT\n    countIf(close_8 > close_7) AS jul8_green,\n    countIf(close_8 < close_7) AS jul8_red,\n    countIf(close_7 > close_6) AS jul7_green,\n    countIf(close_7 < close_6) AS jul7_red,\n    round(anyIf((close_7 / close_6 - 1) * 100, ticker = 'NVDA'), 2) AS nvda_jul7_pct,\n    count() AS names_counted\nFROM (\n    SELECT ticker,\n           toFloat64(argMaxIf(close, window_start, window_start >= '2026-07-06 13:30:00' AND window_start < '2026-07-06 20:00:00')) AS close_6,\n           toFloat64(argMaxIf(close, window_start, window_start >= '2026-07-07 13:30:00' AND window_start < '2026-07-07 20:00:00')) AS close_7,\n           toFloat64(argMaxIf(close, window_start, window_start >= '2026-07-08 13:30:00' AND window_start < '2026-07-08 20:00:00')) AS close_8\n    FROM global_markets.delayed_stocks_minute_aggs\n    WHERE ticker IN ('AMD', 'AVGO', 'INTC', 'KLAC', 'LRCX', 'MRVL', 'MU', 'NVDA', 'SNDK', 'SOXL', 'SOXS', 'STX', 'TER', 'WDC')\n      AND window_start >= '2026-07-06 13:30:00' AND window_start < '2026-07-08 20:00:00'\n    GROUP BY ticker\n)","computed_at":"2026-07-26T05:54:06.370314+00:00","elapsed":0.065667825}