Skip to content

Squeeze Score

// 0-100 composite of short-side pressure on a US-listed equity

The Tapeboard Short Squeeze Score is a 0-100 composite that ranks a US-listed equity's short-side pressure relative to the universe of shortable names. Higher scores indicate more crowded short positioning.

// TL;DR
  • Five-input composite: SI %-of-float (35%), borrow fee (25%), float utilization (20%), days to cover (15%), 5-day momentum (5%). Weights last calibrated 2024-11-15.
  • Inputs route from FINRA bi-monthly short-interest reports, IBKR stock-loan inventory, and FINRA short-sale-volume data.
  • A high squeeze score is a setup signal, not a forecast. The score measures crowdedness; it does not predict timing.

How it is calculated

Squeeze Score = round( 0.35 * z(SI_pct_float) + 0.25 * z(borrow_fee_pct) + 0.20 * z(float_utilization) + 0.15 * z(days_to_cover) + 0.05 * z(5d_momentum) ), then clipped to [0, 100] z(.) is the cross-sectional z-score against the universe of shortable US-listed equities, computed daily.

Each input is z-scored against the same-day universe of shortable names so the composite is comparable across market regimes. The weights bias the score toward components with the slowest publication lag (SI is bi-monthly, borrow fee is daily) and the highest information value about positioning. Momentum is a small tilt to capture recent price compression. Calibration of the weights happens manually on a roughly quarterly cadence.

What traders use it for

Worked example

// WORKED_EXAMPLE: $GME
Squeeze score on $GME

Suppose $GME prints SI %-of-float of 21.4%, a borrow fee of 18.7%, float utilization of 92.1%, days to cover of 4.8, and 5-day momentum of +6.2%. Each input z-scores against the universe of shortable names; the GME composite lands in the top decile, mapping to a score of about 84 out of 100. As of 2026-05-02 16:00 ET. Score recomputes nightly after 9 PM ET when the borrow and utilization feeds settle.

Live data: /stocks/GME.

Common pitfalls

Where this metric appears on Tapeboard

Squeeze score appears on every `/stocks/{T}` page (numeric + 0-100 bar), the /scanner/squeeze leaderboard (top 25 daily), the /short-squeeze-stocks landing, and as a screener filter on /scanner.

Tapeboard surfaces this metric as a first-class screening filter. See the comparison pages at all Bloomberg alternatives for how Tapeboard's squeeze score surface compares against Koyfin, Finviz, TradingView, and Unusual Whales.

Related terms

Primary sources cited

Methodology last reviewed 2026-05-04 by Marcus Reilly, Editor at Tapeboard. Every claim on this page has a row in the citation registry. Glossary terms reverify on the Jan 15 / Apr 15 / Jul 15 / Oct 15 cron and any time the underlying primary-source publishes a methodology change. See methodology for the full fact-check process and corrections for the public correction log.

Disclaimer. This page is for educational and informational purposes only. Nothing on Tapeboard is investment advice. See the full risk disclaimer.