{"slug":"when-is-short-interest-released","qid":"cycle_now","label":"The current state of the release cycle: the newest print on file and the settlement still pending","post_title":"When Is Short Interest Released?","post_url":"/blog/when-is-short-interest-released#q-cycle_now","columns":["latest_settlement_on_file","latest_label","latest_day_of_month","securities_in_that_print","its_publication_lag_days","rows_after_latest"],"rows":[{"latest_settlement_on_file":"2026-07-31","latest_label":"Jul 31, 2026","latest_day_of_month":31,"securities_in_that_print":22339,"its_publication_lag_days":11,"rows_after_latest":0}],"shape":"scalar","sql":"WITH (SELECT max(settlement_date) FROM global_markets.stocks_short_interest) AS latest\nSELECT toString(latest) AS latest_settlement_on_file,\n       formatDateTime(latest, '%b %e, %Y') AS latest_label,\n       toDayOfMonth(latest) AS latest_day_of_month,\n       (SELECT count() FROM global_markets.stocks_short_interest\n        WHERE settlement_date = latest) AS securities_in_that_print,\n       (SELECT dateDiff('day', latest, toDate(min(_ingest_time))) FROM global_markets.stocks_short_interest\n        WHERE settlement_date = latest) AS its_publication_lag_days,\n       (SELECT count() FROM global_markets.stocks_short_interest\n        WHERE settlement_date > latest) AS rows_after_latest","computed_at":"2026-08-22T04:35:57.234754+00:00","elapsed":0.02746367}