{"slug":"market-recap-2026-07-09","qid":"baseline_chip_receipts","label":"Receipts: July 9 green/red counts across the fourteen names, and NVDA's two-day turn","post_title":"Market Recap: July 9, 2026, The Day in Numbers","post_url":"/blog/market-recap-2026-07-09#q-baseline_chip_receipts","columns":["jul9_green","jul9_red","jul8_green","nvda_jul9_pct","nvda_jul8_pct","names_counted"],"rows":[{"jul9_green":12,"jul9_red":2,"jul8_green":12,"nvda_jul9_pct":-0.68,"nvda_jul8_pct":3.66,"names_counted":14}],"shape":"scalar","sql":"SELECT\n    countIf(close_9 > close_8) AS jul9_green,\n    countIf(close_9 < close_8) AS jul9_red,\n    countIf(close_8 > close_7) AS jul8_green,\n    round(anyIf((close_9 / close_8 - 1) * 100, ticker = 'NVDA'), 2) AS nvda_jul9_pct,\n    round(anyIf((close_8 / close_7 - 1) * 100, ticker = 'NVDA'), 2) AS nvda_jul8_pct,\n    count() AS names_counted\nFROM (\n    SELECT ticker,\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           toFloat64(argMaxIf(close, window_start, window_start >= '2026-07-09 13:30:00' AND window_start < '2026-07-09 20:00:00')) AS close_9\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-07 13:30:00' AND window_start < '2026-07-09 20:00:00'\n    GROUP BY ticker\n)","computed_at":"2026-07-26T06:01:34.465653+00:00","elapsed":0.002993885}