Skip to content

Days To Cover

// short interest divided by 30-day average daily volume

Days to cover (DTC) is the ratio of total short interest to the 30-day average daily trading volume. It estimates how many trading days the short side would need to fully unwind its position at current liquidity.

// TL;DR
  • Higher DTC means a slower unwind. Above 5 days is a meaningful liquidity constraint on short covering; above 10 is severe.
  • Pairs with squeeze-score and utilization. High DTC plus high SI plus high borrow fee identifies names where a forced-cover event would move price violently.
  • DTC is a liquidity ratio, not a timing signal.

How it is calculated

Days_to_cover = total_short_interest / 30d_average_daily_volume total_short_interest from FINRA bi-monthly report (about 10 business-day lag) 30d_average_daily_volume = mean of last 30 trading sessions consolidated tape volume

The numerator is the same FINRA bi-monthly count that drives SI %-of-float. The denominator is a 30-session average of the consolidated-tape volume. DTC inherits the lag from FINRA SI reporting; a sudden volume spike updates the denominator daily but the numerator only refreshes on the next FINRA settle.

What traders use it for

Worked example

// WORKED_EXAMPLE: $GME
Days to cover on $GME during a stress window

Suppose GME short interest of 60.0M shares from the FINRA report dated 2026-04-15. The 30-day average daily volume on GME is 12.4M shares. Days to cover = 60.0 / 12.4 = 4.84. As of report date 2026-04-15. A DTC near 5 means a full short unwind would take a full trading week of typical volume; that is a meaningful liquidity constraint on short covering.

Live data: /stocks/GME.

Common pitfalls

Where this metric appears on Tapeboard

DTC renders on every `/stocks/{T}` page, on the /short-squeeze-stocks landing, and feeds the Tapeboard squeeze score with a 15% weighting.

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.