{"slug":"the-best-and-worst-thousand-dollars-of-june-2026","qid":"entry_receipt","label":"The entry receipt: the winner's first print, its second, and every penny print of its June life (one row)","post_title":"The Best and Worst Thousand Dollars of June 2026","post_url":"/blog/the-best-and-worst-thousand-dollars-of-june-2026#q-entry_receipt","columns":["first_print_date","first_print_et","first_price","first_print_contracts","penny_prints_in_june","penny_contracts_in_june","second_price","seconds_to_second_print","month_last_price","second_print_multiple_to_last","thousand_at_second_print_end_usd"],"rows":[{"first_print_date":"2026-06-15","first_print_et":"09:49:30","first_price":0.01,"first_print_contracts":2,"penny_prints_in_june":1,"penny_contracts_in_june":2,"second_price":2.44,"seconds_to_second_print":101,"month_last_price":4.95,"second_print_multiple_to_last":2,"thousand_at_second_print_end_usd":1980}],"shape":"scalar","sql":"SELECT\n    toString(toDate(min(sip_timestamp))) AS first_print_date,\n    formatDateTime(toTimeZone(min(sip_timestamp), 'America/New_York'), '%H:%i:%S') AS first_print_et,\n    round(anyIf(price, rn = 1), 2) AS first_price,\n    toUInt64(anyIf(size, rn = 1)) AS first_print_contracts,\n    countIf(price <= 0.011) AS penny_prints_in_june,\n    toUInt64(sumIf(size, price <= 0.011)) AS penny_contracts_in_june,\n    round(anyIf(price, rn = 2), 2) AS second_price,\n    toUInt32(dateDiff('second', min(sip_timestamp), anyIf(sip_timestamp, rn = 2))) AS seconds_to_second_print,\n    round(argMax(price, (sip_timestamp, price)), 2) AS month_last_price,\n    round(argMax(price, (sip_timestamp, price)) / anyIf(price, rn = 2), 1) AS second_print_multiple_to_last,\n    round(floor(1000 / (anyIf(price, rn = 2) * 100)) * argMax(price, (sip_timestamp, price)) * 100, 0) AS thousand_at_second_print_end_usd\nFROM (\n    SELECT sip_timestamp, toFloat64(price) AS price, size,\n        row_number() OVER (ORDER BY sip_timestamp, price) AS rn\n    FROM global_markets.options_trades\n    WHERE ticker = 'O:NVDA260629P00200000'\n      AND sip_timestamp >= toDateTime64('2026-06-01 00:00:00', 9) AND sip_timestamp < toDateTime64('2026-07-01 00:00:00', 9)\n)","computed_at":"2026-07-26T06:15:07.631104+00:00","elapsed":0.093050118}