{"slug":"price-time-priority-vs-pro-rata","qid":"equity_print_sizes","label":"AAPL trade prints by share count, 17 June 2026","post_title":"Price-Time Priority vs Pro-Rata Fills","post_url":"/blog/price-time-priority-vs-pro-rata#q-equity_print_sizes","columns":["size_bucket","share_pct"],"rows":[{"size_bucket":"under 100 shares","share_pct":88.9},{"size_bucket":"101 to 500 shares","share_pct":6.7},{"size_bucket":"exactly 100 shares","share_pct":4},{"size_bucket":"501 to 1,000 shares","share_pct":0.3},{"size_bucket":"over 1,000 shares","share_pct":0.1}],"shape":"ranking","sql":"SELECT\n    multiIf(size <  100,  'under 100 shares',\n            size =  100,  'exactly 100 shares',\n            size <= 500,  '101 to 500 shares',\n            size <= 1000, '501 to 1,000 shares',\n                          'over 1,000 shares')        AS size_bucket,\n    round(100.0 * count() / sum(count()) OVER (), 1)  AS share_pct\nFROM global_markets.stocks_trades\nWHERE ticker = 'AAPL'\n  AND sip_timestamp >= '2026-06-17 13:30:00'\n  AND sip_timestamp <  '2026-06-17 20:00:00'\nGROUP BY size_bucket\nORDER BY share_pct DESC","computed_at":"2026-08-08T15:20:56.294036+00:00","elapsed":0.003414874}