Skip to content

Failures-To-Deliver (FTD)

// SEC bi-monthly dataset of trades that failed to settle on T+2

A failure-to-deliver (FTD) is a trade that did not settle on its expected settlement date (T+2 for US equities until 2024, T+1 since May 2024). The SEC publishes aggregated FTD counts bi-monthly per ticker.

// TL;DR
  • Bi-monthly SEC dataset, lag of about two weeks. Counts unsettled share volume per ticker per day.
  • Persistent FTDs above the Reg SHO threshold (0.5% of total shares outstanding for five consecutive settlement days) put a ticker on the SEC threshold list, triggering a forced buy-in window.
  • High FTDs are a signal of stress in the short-locate or settlement pipeline. They are not the same as short interest.

How it is calculated

FTD_count = aggregated unsettled share volume per ticker per settlement date Reg SHO threshold list inclusion: FTD_count >= 0.5% * shares_outstanding for 5 consecutive settlement days AND aggregated fail position >= 10,000 shares

The SEC publishes the per-ticker daily FTD count as part of its FOIA fails dataset. Exchanges and self-regulatory organizations also publish a daily Reg SHO threshold list for tickers that meet the persistence-and-size test above. A name on the threshold list triggers SRO close-out requirements, which means broker-dealers must purchase securities to close out the fail.

What traders use it for

Worked example

// WORKED_EXAMPLE: $GME
FTDs on $GME during a stress period

In a hypothetical bi-monthly publication covering the first half of January, GME prints FTD counts of 1.2M shares on day 1, 0.8M on day 2, 1.4M on day 3, 0.6M on day 4, and 1.1M on day 5. Total shares outstanding is 280M, so the 0.5% threshold is 1.4M. Day 3 hits the threshold but the other days do not, so the persistence test (5 consecutive days at threshold) fails. GME would not land on the Reg SHO threshold list from this window despite the absolute count being elevated. Always read FTDs against the threshold rule, not the absolute number.

Live data: /stocks/GME.

Common pitfalls

Where this metric appears on Tapeboard

FTD counts and Reg SHO threshold-list status appear on every `/stocks/{T}` page when the data is available. FTDs feed directly into the Tapeboard squeeze score as a stress confirmation input.

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.