{"slug":"finra-short-interest-data","qid":"depth","label":"History depth of both FINRA short-sale datasets in this warehouse","post_title":"FINRA Short Interest Data, Explained","post_url":"/blog/finra-short-interest-data#q-depth","columns":["settlement_file_start","settlement_prints","daily_file_start","daily_files"],"rows":[{"settlement_file_start":"2017-12-29","settlement_prints":206,"daily_file_start":"2024-02-06","daily_files":618}],"shape":"scalar","sql":"SELECT toString(min(settlement_date)) AS settlement_file_start,\n       uniqExact(settlement_date) AS settlement_prints,\n       (SELECT toString(min(date)) FROM global_markets.stocks_short_volume) AS daily_file_start,\n       (SELECT uniqExact(date) FROM global_markets.stocks_short_volume) AS daily_files\nFROM global_markets.stocks_short_interest","computed_at":"2026-07-26T05:29:29.307816+00:00","elapsed":0.202471829}