SEC Form 13H: Large Trader Registration & LTID Engineer Guide 2026

SEC Form 13H: Large Trader Registration & LTID Engineer Guide 2026

Building FinanceTrackDaily on top of the SEC EDGAR API, I keep running into filings that are public, parseable, and easy to index β€” 10-K, 10-Q, 8-K, Form 4. Then there is a quieter form that sits outside the public dataset entirely: Form 13H, the Large Trader Registration form. From an engineering perspective, this is one of the more interesting filings to study, because it represents a piece of market structure that is deliberately invisible to the aggregator layer.

This guide walks through what Form 13H is, who has to file it, how the Large Trader Identification Number (LTID) system actually works, and what an engineer aggregating SEC data needs to know about its boundaries. As an engineer building a US stock data project covering 3,400+ tickers, I treat 13H less as something to scrape and more as something to understand: it explains why certain market data trails exist the way they do.

This article is for informational and educational purposes only and is not financial, legal, or tax advice. The author is a software engineer aggregating SEC EDGAR data, not a registered investment advisor, broker-dealer, CFA, or CFP. Always consult a licensed financial professional and the original SEC sources before making decisions.

What Form 13H actually is

Form 13H is the registration form for large traders under Section 13(h) of the Securities Exchange Act of 1934. The current framework was adopted by the SEC in Release No. 34-64976 on July 27, 2011, with the rule codified at 17 CFR Β§ 240.13h-1. The compliance date for initial filings fell in late 2011, and the form has been amended a handful of times since.

The purpose is straightforward: when a trader (a person, fund, or firm) moves enough size in National Market System (NMS) securities to meaningfully influence quotes or volume, the SEC wants to know who they are and to be able to reconstruct their activity if a market event triggers an inquiry. Form 13H is how the trader registers, and the LTID is how the SEC follows their trail across the broker-dealer chain.

Unlike 10-Ks or 13F filings, Form 13H submissions are confidential. They are filed through EDGAR but are not publicly disseminated. This is the single fact that matters most for anyone building a data product: you can find references to 13H rules and aggregate statistics from SEC and FINRA reports, but you cannot pull a specific firm's 13H from EDGAR the way you can pull its 10-K.

Who has to file: the large trader thresholds

Rule 13h-1 defines a "large trader" using two quantitative thresholds. A person becomes a large trader if their transactions in NMS securities (effected through a registered broker-dealer) equal or exceed:

  • Daily threshold: 2 million shares or $20 million in fair market value on any single calendar day, in NMS securities.
  • Monthly threshold: 20 million shares or $200 million in fair market value during any calendar month.

"Person" here is broad. It includes individual traders, partnerships, corporations, trusts, and investment funds. Activity is aggregated across all accounts that the person directly or indirectly controls, including separately managed accounts at multiple brokerage firms. This aggregation rule is the one that catches people off guard: a family office running ten sub-accounts is still one large trader for the purposes of the rule, and their combined activity is what counts against the thresholds.

NMS securities cover essentially all listed US equities and listed options on those equities. Treasury securities, municipal bonds, and most over-the-counter products fall outside the scope. The SEC's own guidance on Rule 13h-1 (available at sec.gov/divisions/marketreg/large-trader-faqs.htm) walks through edge cases.

The Large Trader Identification Number (LTID)

Once a person crosses the threshold and files Form 13H, the SEC assigns an eight-character Large Trader Identification Number (LTID). The first four characters identify the large trader; the last four identify a specific account or category of accounts the trader may want to tag separately.

The LTID is the data primitive that makes the whole framework function. The large trader is required to disclose its LTID to every registered broker-dealer that handles its trades. Broker-dealers are then required, under Rule 13h-1(d), to:

  1. Maintain transaction records that capture the LTID for every reportable transaction.
  2. Report those records to the SEC on request, typically by the morning after the request, in the Electronic Blue Sheets (EBS) format.
  3. Monitor accounts for "Unidentified Large Traders" β€” clients who appear to be hitting the thresholds but have not provided an LTID β€” and treat their activity as reportable anyway.

That last category is where the rule keeps its teeth. Even if a large trader fails to register, the broker-dealer's monitoring obligation effectively pulls their activity into the SEC's view, and the trader is exposed to enforcement risk for non-registration.

Filing timeline and amendment rules

The schedule is precise and easy to mis-state, so this section is worth a careful read:

  • Initial filing: Form 13H must be filed promptly after first crossing either the daily or monthly threshold. "Promptly" is interpreted as within 10 days.
  • Annual filing: An updated Form 13H is due within 45 days after the end of each calendar year, even if nothing has changed.
  • Amended filings: If any information on the form becomes inaccurate, an amendment is due promptly after the end of the calendar quarter in which the change occurred.
  • Inactive status: A large trader whose activity has fallen below thresholds for a full calendar year can file for inactive status. Activity that re-crosses thresholds triggers a return to active status.
  • Termination: A trader that will no longer engage in reportable transactions can file a termination request.

All filings are submitted through EDGAR using the Form 13H filer interface. Filers need an EDGAR CIK and access codes the same way any other EDGAR filer does, and the system supports the same XML-based form structure that powers the rest of the EDGAR pipeline.

Trading desk with multiple monitors showing market data

An engineer's view: aggregating around an invisible filing

Here is where the data design problem gets interesting. FinanceTrackDaily indexes EDGAR filings, normalises tickers against the 3,400+ US-listed stocks in the database, and exposes filing trails per company. For most filings, the pipeline is symmetric: a CIK files something, EDGAR exposes the submission, my ingestion job parses it, and the result is searchable.

Form 13H breaks that symmetry. The filer side is real β€” there are thousands of registered large traders β€” but the EDGAR full-text search API and the standard submission feeds do not return their 13H content. From an aggregator engineering perspective, three observations are worth keeping in mind:

  1. Counts vs. content. The SEC has, in past Office of Analytics reports, published aggregated counts of registered large traders. As of the most recent disclosures I have been able to source, the number sits in the low thousands of registered persons β€” a small population relative to the broader investor base, but responsible for an outsized share of NMS volume. Engineers building dashboards can surface counts and structural facts without ever touching individual filings.
  2. Downstream signals. Because broker-dealers must capture LTID-tagged transactions, the existence of 13H is one of the reasons that EBS reports, FINRA's CAT (Consolidated Audit Trail), and SEC Market Information Data Analytics System (MIDAS) products exist and are populated. Building a model of market structure means tracing how 13H feeds these downstream systems, not trying to read 13H itself.
  3. API hygiene. If you are building tools that prompt users to upload SEC filings, never accept a Form 13H submission as input to a public tool. The form contains confidential identifiers (CIK, LTID, control structure, affiliated firms) that should not transit a third-party pipeline. In my own ingestion stack, I keep a deny-list of form type identifiers, and 13H is on it.

How Form 13H interacts with CAT and market surveillance

FINRA's Consolidated Audit Trail (CAT) was approved by the SEC in 2016 under Rule 613 and went live in phases starting 2018. CAT was, in many ways, designed to absorb and extend the surveillance function that Rule 13h-1 introduced. CAT captures every order, route, modification, cancellation, and execution in NMS securities across all reporting firms, tagged at the customer level.

So why does 13H still exist when CAT covers more ground? Two reasons:

  • CAT customer identifiers are not the same as LTIDs. They serve different surveillance workflows and have different access controls.
  • 13H is statutory, anchored in Section 13(h) of the Exchange Act. CAT is regulatory infrastructure built under the statute. Removing 13H would require legislative or significant regulatory change.

The practical result is that a large trader sits inside two overlapping surveillance systems: 13H/LTID for the SEC's direct view, and CAT for the cross-market reconstruction view. From an engineering standpoint, this redundancy is feature, not bug β€” different access patterns serve different investigative needs.

What this means for retail investors

Retail investors are almost never large traders. Hitting 2 million shares or $20 million in NMS securities in a single day is not a retail scale. So the direct filing question β€” "do I need to file?" β€” has a quick answer for almost everyone: no.

The indirect knowledge is more useful. Understanding that 13H exists, and that LTID-tagged surveillance data feeds the SEC's ability to investigate market events, gives retail investors a clearer picture of why disclosures around large trades, rapid volume spikes, and concentrated positions exist in the form they do. When a major filing like a 13D activist position appears, it is part of the same disclosure ecosystem that 13H quietly anchors at the trading level.

FAQ

Is Form 13H public?

No. Unlike most EDGAR filings, Form 13H submissions are treated as confidential by the SEC and are not disseminated through public EDGAR feeds.

Does the threshold include short sales and options?

Yes. Transactions in NMS securities β€” including buys, sells, short sales, and listed options on NMS securities β€” count toward the share and dollar thresholds.

What happens if a large trader does not file?

Broker-dealers are required to identify "Unidentified Large Traders" and report their activity to the SEC regardless. The trader remains exposed to enforcement action for non-registration under Section 13(h) and Rule 13h-1.

Can foreign traders be large traders under Rule 13h-1?

Yes, if their transactions in NMS securities, effected through a US registered broker-dealer, meet the thresholds. The form has fields for non-US filers.

How does Form 13H differ from Form 13F?

Form 13F is a quarterly public disclosure of long equity positions for institutional managers exercising investment discretion over at least $100 million. Form 13H is a confidential registration tied to trading activity, not holdings, and triggered by share and dollar thresholds on a daily or monthly basis. The two forms answer different surveillance questions.

Authoritative sources

  • SEC Final Rule, Release No. 34-64976: Large Trader Reporting (July 27, 2011) β€” sec.gov/rules/final/2011/34-64976.pdf
  • 17 CFR Β§ 240.13h-1 β€” Large Trader Reporting
  • SEC Division of Trading and Markets, Large Trader FAQs β€” sec.gov/divisions/marketreg/large-trader-faqs.htm
  • FINRA, Consolidated Audit Trail (CAT) β€” finra.org/rules-guidance/key-topics/cat
  • SEC Office of Analytics and Research, MIDAS β€” sec.gov/marketstructure/midas.html

Disclaimer

This article is for informational and educational purposes only and is not financial, legal, or tax advice. It reflects a software engineer's view of SEC market structure based on public SEC and FINRA documents. Rules, thresholds, and filing procedures change over time β€” always verify the current text of Rule 13h-1 and the SEC's published guidance before acting, and consult a licensed financial advisor, attorney, or compliance professional for decisions specific to your situation. The author has no client relationship with readers and does not provide recommendations to buy or sell any security.

Found this helpful?

Subscribe to our newsletter for more in-depth reviews and comparisons delivered to your inbox.

Related Articles