{"slug":"what-replaced-the-pdt-rule","qid":"aapl_worst_days","label":"The five widest AAPL sessions of August 2026 for the same $5,000 account","post_title":"What Replaced the PDT Rule? Intraday Margin","post_url":"/blog/what-replaced-the-pdt-rule#q-aapl_worst_days","columns":["label","range_pct","deficit_at_low_usd"],"rows":[{"label":"Mon Aug 3","range_pct":2.98,"deficit_at_low_usd":340},{"label":"Thu Aug 20","range_pct":3.03,"deficit_at_low_usd":322},{"label":"Mon Aug 31","range_pct":2.64,"deficit_at_low_usd":319},{"label":"Thu Aug 6","range_pct":2.25,"deficit_at_low_usd":244},{"label":"Fri Aug 21","range_pct":1.72,"deficit_at_low_usd":242}],"shape":"ranking","sql":"SELECT\n    formatDateTime(date, '%a %b %e')                                                                     AS label,\n    round(100 * (toFloat64(max(high)) - toFloat64(min(low))) / toFloat64(any(open)), 2)                  AS range_pct,\n    toInt64(round(greatest(0, 0.75 * 20000 * (1 - toFloat64(min(low)) / toFloat64(any(open)))), 0))    AS deficit_at_low_usd\nFROM global_markets.stocks_daily_aggs\nWHERE ticker = 'AAPL'\n  AND date >= '2026-08-01'\n  AND date <  '2026-09-01'\n  AND open > 0\nGROUP BY date\nORDER BY deficit_at_low_usd DESC\nLIMIT 5","computed_at":"2026-09-14T14:31:09.141055+00:00","elapsed":0.002459288}