Form 3 is the initial statement of beneficial ownership required under Section 16(a) of the Securities Exchange Act of 1934, filed by corporate insiders—officers, directors, and greater-than-ten-percent beneficial owners—within ten calendar days of first becoming subject to Section 16 reporting obligations. The Form 3 Files Dataset contains all Form 3 and Form 3/A filings retrieved from SEC EDGAR, covering January 1996 to present. Each record is a folder identified by an 18-digit accession number and includes a metadata.json file, the primary ownership XML document, an XSL-rendered HTML presentation copy, and any non-image exhibit files from the original EDGAR submission. The dataset is distributed as monthly ZIP containers and covers every Section 12 registrant whose insiders have filed Form 3.
Programmatically retrieve the full list of dataset archive files, download URLs and dataset metadata.
Dataset Index JSON API
Download the entire dataset as a single archive file.
Download Entire Dataset:
Download a single container file (e.g. monthly archive) from the dataset.
Download Single Container:
The Form 3 Files Dataset is built from every Form 3 and Form 3/A filing submitted to SEC EDGAR from January 1996 to present. Form 3 is the initial ownership disclosure prescribed by SEC Rule 16a-3 under Section 16(a) of the Securities Exchange Act of 1934. It establishes a baseline: the securities beneficially owned by the reporting person as of the date the reporting obligation was triggered—typically appointment as an officer or director, or crossing the ten-percent beneficial ownership threshold. Form 3/A filings are amendments that restate and supersede a previously filed initial statement. Unlike Forms 4 and 5, which report changes in ownership, Form 3 is a static snapshot declaring holdings at a single point in time.
The form captures two categories of securities. Non-derivative securities are equity instruments held outright—common stock, preferred stock, and similar positions. Derivative securities are instruments conferring beneficial ownership of underlying equity—stock options, warrants, restricted stock units, convertible notes, and similar rights. For each position the form records the security title, quantity held, and whether ownership is direct or indirect (and, for indirect holdings, the nature of the arrangement). The filing also establishes the reporting relationship between the insider and the issuer, and records the insider's identity, address, and capacity.
A single record in the Form 3 Files Dataset is a folder corresponding to one SEC EDGAR filing of Form 3 or Form 3/A. The folder is named by the 18-digit zero-padded accession number (dashes removed) and contains a metadata.json file, the primary ownership XML document, an XSL-rendered HTML presentation copy, and zero or more exhibit files. Each record captures one initial statement of beneficial ownership filed by a corporate insider upon first becoming subject to Section 16(a) reporting obligations with respect to a particular issuer's registered equity securities.
Each record folder contains:
metadata.json — Structured filing-level metadata, entity identifiers, and EDGAR document links.ownershipDocument XML schema. The filename varies by filing agent: common names include ownership.xml, primary_doc.xml, and agent-specific patterns such as wk-form3_1764803333.xml, form3-12122025_021238.xml, tm2533395-1_3seq1.xml, or es250714212_3-puckett.xml.xslF345X02/ subfolder — Contains a file with the same name as the primary XML file. Despite the .xml extension, this is HTML output produced by applying the SEC's F345X02 XSL stylesheet to the ownership XML. It renders the filing as a human-readable tabular page matching the standard SEC visual layout..htm or .txt files, most commonly Exhibit 24 (Power of Attorney) authorizations. These files retain the SGML document wrapper headers from the original EDGAR submission.Image files from the original EDGAR submission are excluded. All other document types are preserved. The typical folder contains three files (metadata, XML, XSL-rendered copy) or four (those three plus one exhibit). A small number of filings include additional exhibits.
The metadata file provides filing-level identification, entity data, and EDGAR links. Key fields:
Filing identifiers and links:
formType: The string "3" or "3/A".accessionNo: The accession number in dashed format (e.g., 0001193125-25-303889), the unique filing identifier within EDGAR.id: A 32-character hexadecimal identifier assigned by the dataset provider.filedAt: ISO 8601 timestamp with timezone offset recording EDGAR acceptance time.periodOfReport: The date (YYYY-MM-DD) of the event triggering the reporting obligation.description: Human-readable form-type label.linkToFilingDetails: URL to the EDGAR rendered filing (typically the XSL-transformed view).linkToTxt: URL to the complete EDGAR submission text file.linkToHtml: URL to the EDGAR filing index page.linkToXbrl: Typically empty for Form 3 filings, which use a dedicated XML schema rather than XBRL taxonomies.Document arrays:
documentFormatFiles: An array enumerating each document in the filing with fields for sequence number, file size, document URL, MIME type, and description. This mirrors the EDGAR filing index page. Note that the XSL-rendered view and the raw XML often both appear as separate entries with sequence "1".dataFiles: Supplemental data file array; typically empty for Form 3.seriesAndClassesContractsInformation: Fund-related metadata array; always empty for ownership forms.Entities array:
The entities array contains one entry per party to the filing. A standard Form 3 has exactly two entries:
Issuer (identified by "(Issuer)" suffix on companyName): Carries the issuer's CIK, IRS employer identification number (irsNo), state of incorporation, SIC code with textual description, and fiscal year-end in four-digit MMDD format. Ticker symbols, when present, appear in a tickers field.
Reporting person (identified by "(Reporting)" suffix on companyName): Carries the reporting person's CIK, SEC file number (fileNo), film number (filmNo), form type (type), and the Exchange Act designation (act: "34"). Despite the field name companyName, this contains the individual insider's name for natural-person filers.
Joint filings add additional reporting-person entries to this array.
The core filing content resides in the XML document, structured according to the SEC's ownershipDocument schema (current version X0206). Elements appear in the following order:
Document header:
schemaVersion: Schema version identifier (e.g., X0206).documentType: Form type (3 or 3/A).periodOfReport: The event date that triggered the filing obligation.noSecuritiesOwned: A flag (0 or 1) indicating whether the reporting person holds no securities in the issuer. When 1, the holdings tables are either absent or present but empty, and the filing serves as a declaration of zero holdings.Issuer block (issuer):
issuerCik: The issuer's Central Index Key (zero-padded to 10 digits in the XML).issuerName: The issuer's legal name.issuerTradingSymbol: The issuer's ticker symbol, or NONE if not exchange-listed.Reporting owner block (reportingOwner, repeatable for joint filings):
Each reportingOwner element contains three sub-blocks:
reportingOwnerId: The owner's CIK (rptOwnerCik) and name (rptOwnerName). For natural persons, the name typically follows LAST FIRST format (e.g., Habner Pamela). For entity filers—trusts, funds, LLCs acting as ten-percent holders—this contains the entity name (e.g., Motive GM Holdings II, LLC).
reportingOwnerAddress: Mailing address fields: rptOwnerStreet1, rptOwnerStreet2, rptOwnerCity, rptOwnerState, rptOwnerZipCode, and rptOwnerStateDescription (used for non-US addresses). Values are typically uppercase.
reportingOwnerRelationship: Four flags indicating the capacity in which the person is a Section 16 insider—isDirector, isOfficer, isTenPercentOwner, and isOther. These flags use inconsistent encoding across filing agents: some filings use 0/1, others use true/false. When isOfficer is flagged, officerTitle specifies the role (e.g., "Head of U.S. Consumer Cards", "EVP, Chief Commercial Officer"). When isOther is flagged, otherText provides a description. Both officerTitle and otherText may be present but empty even when their corresponding flag is not set.
Non-derivative holdings table (nonDerivativeTable):
Contains zero or more nonDerivativeHolding elements, each representing a class of non-derivative equity security held at the time of filing. Each entry includes:
securityTitle/value: The security name (e.g., "Common Stock", "Series A Preferred Stock").postTransactionAmounts/sharesOwnedFollowingTransaction/value: The number of shares or units held. The element name reflects the Form 4 schema ancestry; for Form 3, this is simply the initial holdings quantity. Values may include decimals (e.g., 88194.62 for fractional shares).ownershipNature/directOrIndirectOwnership/value: D for direct ownership, I for indirect. When indirect, a sibling natureOfOwnership/value element describes the arrangement (e.g., "By Spouse", "By Trust", "By LLC").Individual holdings may carry footnoteId attributes linking to the footnotes section.
Derivative holdings table (derivativeTable):
Contains zero or more derivativeHolding elements, each representing a derivative security position. Each entry includes:
securityTitle/value: The instrument name (e.g., "Stock Option (Right to Buy)", "Restricted Stock Unit").conversionOrExercisePrice/value: The exercise or conversion price; may be empty for instruments like RSUs that convert without cash exercise.exerciseDate/value: The date the derivative becomes exercisable, if determinable.expirationDate/value: The expiration date of the derivative right.underlyingSecurity: Identifies the underlying equity security (underlyingSecurityTitle/value) and the number of shares obtainable upon conversion or exercise (underlyingSecurityShares/value).postTransactionAmounts/sharesOwnedFollowingTransaction/value: The number of derivative securities held.ownershipNature: Direct or indirect ownership, structured identically to non-derivative holdings.For many Form 3 filings—particularly newly appointed directors who have not yet received equity compensation—the derivative table is empty or absent.
Footnotes (footnotes):
Contains zero or more footnote elements, each with an id attribute (e.g., F1, F2) and free-text content. Footnotes provide qualitative explanations referenced from specific holdings entries: the identity of entities through which indirect ownership is held, vesting conditions, shared voting or dispositive power, disclaimers of beneficial ownership, or other context that the structured fields cannot capture. These footnotes frequently contain material information essential for accurate interpretation of the tabular data.
Remarks (remarks):
An optional free-text element for general notes about the filing not tied to specific holdings rows. Commonly used to reference attached exhibits (e.g., "Exhibit List: Exhibit 24 - Power of Attorney").
Owner signature block (ownerSignature):
One or more signature blocks, each containing:
signatureName: The typed signature, typically prefixed with /s/. When filed by an attorney-in-fact under a power of attorney, the signature identifies both the attorney and the reporting person (e.g., "/s/ Gary Magness, Motive GM Holdings II LLC" or "Pamela Habner by Joseph B. Wollard, Attorney-in-Fact").signatureDate: The date the form was signed.Joint filings include a separate ownerSignature block for each reporting person.
The xslF345X02/ subfolder contains a file named identically to the primary XML file. This is a complete HTML page generated by the SEC's F345X02 stylesheet, rendering the Form 3 data in the standard SEC tabular layout. The HTML includes inline CSS and replicates the traditional paper form structure: a header block identifying the SEC form number and the reporting person, the issuer identification section, Table I (non-derivative securities), Table II (derivative securities), the footnotes area, and the signature block. This file is useful for visual verification but contains no information beyond what the structured XML provides.
Approximately half of Form 3 filings include one or more exhibit documents. The dominant type is Exhibit 24 (EX-24), a Power of Attorney authorizing named attorneys-in-fact (typically corporate counsel or an external law firm) to sign and file Section 16 forms on behalf of the reporting person. These appear as .htm or .txt files.
Exhibit files retain the SGML document wrapper from the original EDGAR submission. The wrapper opens with header lines—<TYPE> (e.g., EX-24.HABNERPOA), <SEQUENCE>, <FILENAME>, and <DESCRIPTION>—followed by a <TEXT> block containing the actual exhibit content. For HTML exhibits, the <TEXT> block contains a full HTML document. For plain-text exhibits, it contains unformatted text. The wrapper is enclosed in <DOCUMENT>...</DOCUMENT> tags. Consumers parsing exhibit content must strip these SGML envelope elements to reach the document body.
Less commonly, filings may include cover letters, explanatory correspondence, or other exhibit types, but Exhibit 24 accounts for the vast majority of exhibit attachments in Form 3 submissions.
Included in each record folder:
metadata.json with filing identifiers, entity information, and EDGAR links.xslF345X02/ subfolder.Excluded from the dataset:
.gif, .jpg, .png) that may appear in the original EDGAR submission..txt combining all documents with SGML wrappers), accessible via linkToTxt in metadata.json.Pre-XML era (1996 through mid-2003): Form 3 filings submitted before the XML mandate were filed as flat text or HTML documents. These lack the ownershipDocument XML structure entirely. The primary document is a .txt or .htm file reproducing the paper form layout through monospaced text or basic HTML tables, and no xslF345X02/ subfolder is present. Extracting structured data from these filings requires parsing unstructured or semi-structured content.
XML mandate (June 30, 2003): SEC Rule 16a-3(l) required all Section 16 ownership forms to be filed in XML using the SEC's ownership document schema. This is the single most consequential structural change in the dataset. From this point forward, virtually all Form 3 filings use the structured XML format, enabling consistent machine parsing of holdings data, entity identifiers, and relationship flags.
Schema version evolution: The ownership XML schema has been revised through several versions (X0101 through X0206). Earlier versions may lack certain elements or structure certain fields differently. The schemaVersion element in each document identifies the applicable version. The detailed anatomy above describes version X0206, which is current for recent filings.
Inline XBRL: Section 16 ownership forms have never been subject to inline XBRL requirements. The ownership XML schema serves as the sole structured data format for these filings.
Amendments (Form 3/A): A Form 3/A restates the entire form, not just the changed fields. It supersedes the earlier Form 3 for the same reporting person, issuer, and event date. When processing longitudinally, the most recent accession number for a given reporting-person/issuer/period-of-report combination represents the operative disclosure.
Joint filings: A single Form 3 may cover multiple reporting persons sharing beneficial ownership (e.g., spouses filing jointly, or a fund and its control person). The XML contains multiple reportingOwner blocks, the entities array contains multiple reporting-person entries, and multiple ownerSignature blocks appear.
Zero-holdings filings: When noSecuritiesOwned is 1, the insider holds no securities of the issuer. The holdings tables may be absent entirely or present but empty—both patterns occur in practice. The filing still serves its purpose: establishing the insider's Section 16 reporting obligation.
Direct versus indirect ownership: The D/I flag on each holdings row distinguishes direct from indirect beneficial ownership. A single reporting person may have both directly held shares and shares held indirectly through family members, trusts, partnerships, LLCs, or other vehicles. Each arrangement appears as a separate row with a natureOfOwnership description on indirect rows.
Boolean encoding inconsistency: The reportingOwnerRelationship flags (isDirector, isOfficer, isTenPercentOwner, isOther) use different encodings depending on the filing agent. Some agents encode these as 0/1 integers; others use true/false strings. Consumers must handle both forms.
Fractional shares: The sharesOwnedFollowingTransaction value may contain decimals (e.g., 88194.62), reflecting fractional share positions from dividend reinvestment plans, stock splits, or other corporate actions.
Primary XML filename variation: The XML filename is not standardized. Common patterns include ownership.xml, primary_doc.xml, and agent-specific names incorporating form type, date stamps, or filer identifiers. The documentFormatFiles array in metadata.json and the folder contents identify the actual filename.
Footnote materiality: Footnotes frequently contain information essential for correct interpretation—such as disclaimers of beneficial ownership, identification of entities controlling indirect holdings, or explanations of shared voting and dispositive power. Ignoring footnotes risks misinterpreting the tabular holdings data.
Power of Attorney exhibits: The prevalence of Exhibit 24 reflects the common practice of corporate insiders authorizing agents to file Section 16 forms on their behalf. These are procedural authorization documents with no bearing on the substantive ownership disclosures. The remarks element in the XML often cross-references these exhibits.
SGML wrapper on exhibits: Exhibit files retain the SGML <DOCUMENT> envelope from the original EDGAR submission. The wrapper includes <TYPE>, <SEQUENCE>, <FILENAME>, <DESCRIPTION>, and <TEXT> elements. The actual exhibit content begins inside <TEXT> and ends at </TEXT>.
The filer is the reporting person—the individual or entity that has newly become subject to Section 16(a) of the Securities Exchange Act of 1934. Three categories of persons must file:
The issuer is identified on the form but is not the filer. Two or more persons who share beneficial ownership of the same securities may file jointly on a single Form 3, but each reporting person is identified separately.
Form 3 is entirely event-driven. It is not periodic and is not triggered by a transaction. The triggering event is the moment a person first becomes subject to Section 16 reporting. Specific triggers include:
Even a newly appointed director who holds zero shares of the issuer must file; the obligation is triggered by the insider relationship, not by ownership.
Form 3/A corrects or supplements a previously filed Form 3—for example, to fix omitted holdings, incorrect trigger dates, or reporting-person identification errors. There is no separate regulatory deadline; amendments are filed when errors are discovered. Both the original and the amendment appear in the dataset as separate records with distinct accession numbers.
Form 3 belongs to the Section 16 insider-ownership family and overlaps in subject matter with several other SEC ownership disclosures. The comparisons below are ordered from closest to most distant.
Form 4 is the nearest neighbor. Both share the same filer population (officers, directors, and greater-than-ten-percent holders) and the same issuer-specific scope. The core distinction is trigger: Form 3 is a one-time initial snapshot filed within ten calendar days of becoming a Section 16 insider; Form 4 is a transaction report filed within two business days of each subsequent change in beneficial ownership. Form 3 records what the insider already holds at the onset of the reporting obligation. Form 4 records each movement afterward, including transaction codes, prices, and execution dates that Form 3 does not carry.
Form 4 filings outnumber Form 3 filings by roughly an order of magnitude because one insider files a single Form 3 per issuer relationship but may file dozens of Form 4s. A complete insider-ownership timeline starts with the Form 3 baseline and chains Form 4s forward. Form 4 cannot substitute for Form 3 because it does not restate the full pre-existing holdings that Form 3 discloses.
Form 5 is the annual catch-all for the same filer population, due within 45 days of the issuer's fiscal year-end. It covers transactions eligible for deferred reporting or omitted from Form 4, typically small items such as gifts or benefit-plan acquisitions. Unlike Form 3's one-time initial trigger, Form 5 is periodic. It is also the least frequently filed Section 16 form because most insiders report everything on Form 4 and have nothing to defer.
Schedule 13D operates under Section 13(d), a separate statutory regime. It is triggered when any person or group crosses five percent beneficial ownership of a registered equity class and does not qualify for Schedule 13G. The overlap with Form 3 is narrow: a ten-percent holder may file both forms around the same time. Beyond that, almost everything differs.
| Dimension | Form 3 | Schedule 13D |
|---|---|---|
| Filer population | Section 16 insiders (officers, directors, 10%+ holders) | Any 5%+ beneficial owner lacking 13G eligibility |
| Content | Tabular holdings snapshot (direct and indirect) | Narrative: purpose, plans, source of funds, group membership |
| Amendment trigger | Correction of errors (Form 3/A) | Material fact change, including 1%+ ownership shifts |
| Typical filer profile | Corporate officers and directors | Activist investors, PE funds, strategic acquirers |
Schedule 13G is the short-form 13D alternative for passive, qualified institutional, or exempt investors above five percent. It overlaps with Form 3 less than 13D does: most 13G filers are mutual funds, pension funds, or index managers with no insider relationship. Schedule 13G reports only aggregate share counts and percentages, without the direct-versus-indirect breakdown Form 3 provides. Its amendment cadence (annual with threshold-triggered interim updates) is unrelated to Form 3's one-time trigger.
Form 13F is a quarterly portfolio-level filing by investment managers with at least $100 million in Section 13(f) securities. It covers all issuers in a single report, does not identify insider relationships, and does not distinguish direct from indirect ownership or disclose derivatives the way Form 3 does. The filer populations barely overlap: Form 13F filers are investment managers; Form 3 filers are corporate insiders. The two are complements for ownership research, not substitutes.
This dataset includes Form 3/A filings alongside original Form 3s. A Form 3/A corrects or updates a previously filed initial statement (e.g., fixing reported holdings, correcting names, or adding omitted securities). It does not represent a new insider relationship. Amendment rates are low, but researchers building ownership snapshots must link each 3/A to the original Form 3 it supersedes to avoid double-counting or using stale data.
Form 3 is the sole SEC filing that captures the moment a person becomes a Section 16 insider and records their ownership baseline at that moment. Forms 4 and 5 depend on it as a logical predecessor—they report changes from the baseline Form 3 establishes. The Section 13(d)/13(g) schedules and Form 13F address ownership from different statutory angles, different filer populations, and different thresholds. For identifying when insider relationships begin, what insiders held at the outset, and how an issuer's insider population evolves, Form 3 is the primary and often the only source.
Form 3 data supports workflows built around detecting new insider positions, mapping leadership changes, verifying compliance timing, and establishing baseline ownership.
Corporate compliance officers and outsourced Section 16 administrators use Form 3 data to confirm that every new insider files within the statutory deadline. They focus on the reporting-person name, relationship fields, triggering-event date, and filing timestamp—a late Form 3 must be disclosed in the issuer's proxy statement. The securities-owned table is checked against internal records to verify opening positions, including indirect holdings through trusts or entities. Amendments (Form 3/A) must be classified as substantive corrections or clerical fixes and reconciled in tracking systems.
Issuer-side disclosure counsel verify that new insiders filed on time and that reported holdings match the company's equity-grant records. Deal lawyers reviewing mergers or proxy contests examine Form 3 filings to pinpoint when a ten-percent holder first crossed the threshold—critical for short-swing profit analysis under Section 16(b). Litigation teams use the securities-owned table and triggering-event date to establish the baseline for Section 16(b) claims. Amendment frequency and filing delays also surface in enforcement matters and shareholder suits.
Governance teams at proxy advisory firms and institutional asset managers track Form 3 filings as a primary signal of board and executive turnover. A new director filing indicates a board appointment; a new officer filing indicates a leadership hire or promotion into a Section 16 role. The reporting-person name, issuer, relationship field, and triggering-event date feed board and executive rosters. The securities-owned table shows whether a new insider holds meaningful equity at the outset, which informs compensation-alignment analyses and proxy voting recommendations.
Sell-side and buy-side analysts monitor Form 3 filings for management and ownership signals. A cluster of new officer filings may indicate restructuring; a new ten-percent-holder filing signals the arrival of a concentrated outside investor, potentially foreshadowing activist campaigns or strategic transactions. Key fields are reporting-person identity, issuer ticker, relationship type, and the size and type of securities in the ownership table. Direct-versus-indirect holding breakdowns reveal the broader capital base behind a reported stake.
Quant teams ingest Form 3 data into signal-generation pipelines across the full public-company universe. The filing itself is a discrete, timestamped event that can be correlated with subsequent price behavior. Extracted features include filing date, relationship code, issuer CIK and ticker, and aggregate securities value. New ten-percent-holder filings are especially valuable event signals, often preceding significant corporate actions. The rate of new Form 3 filings at an issuer can also proxy for executive-turnover intensity in governance-scoring models.
Portfolio-intelligence teams at large asset managers and corporate advisory firms scan Form 3 filings to detect the initial appearance of a new large shareholder. A ten-percent-holder filing from a known activist principal can provide an early campaign signal—sometimes before a Schedule 13D appears. These teams match reporting-person names against databases of activist principals and flag new filings for portfolio managers and corporate boards.
During acquisition diligence, legal and financial teams review a target's Form 3 history to build a complete roster of current and former insiders since 1996. Filing timeliness, amendment frequency, and completeness of the reporting-person record all indicate the quality of the target's internal compliance infrastructure and help surface undisclosed related-party relationships.
Data vendors and in-house data engineering teams parse Form 3 XML and HTML to maintain structured insider-ownership databases. Extracted fields—reporting-person identifiers, issuer CIK and ticker, relationship codes, security titles, share counts, ownership nature, and filing dates—feed insider-activity dashboards, ownership aggregation tools, and compliance platforms. Amendment handling is critical to avoid duplicate entries. The dataset's 1996-to-present coverage supports both real-time ingestion and historical backfill.
Finance, accounting, and law researchers use Form 3 data to study initial insider ownership levels, Section 16 compliance patterns, and the information content of new insider designations. The structured ownership table, relationship field, triggering-event date, and filing date support panel-dataset construction. The time series from 1996 forward spans multiple regulatory regimes and market cycles.
Engineering teams building retrieval-augmented-generation systems for financial queries use Form 3 filings as a structured source corpus. Metadata fields (reporting person, issuer, date, relationship) support filtering; full filing text supports contextual retrieval. The consistent document structure across filings suits extraction-pipeline training, cross-filing entity resolution, and question-answering evaluation against verifiable SEC disclosures.
Each Form 3 filing signals a new officer, director, or ten-percent holder at a specific issuer. By monitoring the reportingOwnerRelationship flags and periodOfReport date across filings, governance analysts and equity researchers can build a real-time feed of leadership appointments, board additions, and new large-shareholder arrivals. Aggregating filing rates by issuer over time produces a turnover-intensity metric useful in governance scoring and proxy advisory work.
A ten-percent-holder Form 3 filing can surface before the filer submits a Schedule 13D, which has a longer filing window. Activist monitoring teams match the reporting-person name and CIK from the reportingOwner block against known activist principals to flag early campaign signals. The securities-owned table reveals the size and structure of the initial stake, including whether it is held directly or through entities disclosed in the natureOfOwnership field.
Compliance teams compare the periodOfReport (the date the insider obligation was triggered) against filedAt (the EDGAR acceptance timestamp) to identify late filings. Late Form 3s must be disclosed in the issuer's proxy statement. This check runs across the full dataset to flag delinquent filers, and Form 3/A amendments are tracked separately to distinguish substantive corrections from clerical fixes.
Litigation and deal counsel use the non-derivative and derivative holdings tables in Form 3 to fix the insider's opening position at the moment the Section 16 obligation began. This baseline is the starting point for any short-swing profit calculation under Section 16(b). The direct-versus-indirect ownership breakdown and footnotes identifying the entities behind indirect holdings are essential for determining which subsequent Form 4 transactions fall within the six-month matching window.
Data engineering teams parse the ownershipDocument XML to extract reporting-person identifiers, issuer CIK and ticker, relationship codes, security titles, share counts, and ownership nature into normalized tables. Form 3 records supply the initial row for each insider-issuer relationship; Form 4 and Form 5 records chain forward from that baseline. Amendment handling—linking each Form 3/A back to the original filing by matching reporting person, issuer, and period of report—prevents duplicate entries and ensures the operative disclosure is current.
Dataset Index JSON API: https://api.sec-api.io/datasets/form-3-files.json
This endpoint returns metadata about the Form 3 Files Dataset, including the dataset name, description, last updated timestamp, earliest sample date, total records and total size, covered form types (3, 3/A), container format (ZIP), and content file types (TXT, JSON, HTML, PDF, XML). It also returns the download URL for the entire dataset archive and a list of all individual container files with per-container metadata such as size, record count, last updated timestamp, and download URL. No API key is required to access this endpoint.
You can poll this endpoint daily to detect which containers have been updated in the most recent refresh run, then selectively download only the containers that changed.
1
{
2
"datasetId": "1f1333bd-dbdd-6a53-856b-698119f69b1b",
3
"datasetDownloadUrl": "https://api.sec-api.io/datasets/form-3-files.zip",
4
"name": "Form 3 Files Dataset",
5
"updatedAt": "2026-04-17T02:54:13.513Z",
6
"earliestSampleDate": "1996-01-01",
7
"totalRecords": 1021305,
8
"totalSize": 2525053053,
9
"formTypes": ["3", "3/A"],
10
"containerFormat": "ZIP",
11
"fileTypes": ["TXT", "JSON", "HTML", "PDF", "XML"],
12
"containers": [
13
{
14
"downloadUrl": "https://api.sec-api.io/datasets/form-3-files/2026/2026-04.zip",
15
"key": "2026/2026-04.zip",
16
"size": 8541230,
17
"records": 2187,
18
"updatedAt": "2026-04-17T02:54:13.513Z"
19
}
20
]
21
}
Download Entire Dataset: https://api.sec-api.io/datasets/form-3-files.zip?token=YOUR_API_KEY
Downloads the full dataset as a single ZIP archive containing all Form 3 and Form 3/A filing documents from January 1996 to present. This endpoint requires an API key passed via the token query parameter.
Download Single Container: https://api.sec-api.io/datasets/form-3-files/2026/2026-04.zip?token=YOUR_API_KEY
Downloads one monthly ZIP container instead of the full archive. Each container groups filings by month. Use the container URLs returned by the dataset index JSON API to identify and download specific months. This endpoint requires an API key passed via the token query parameter.
The dataset covers SEC Form 3 (Initial Statement of Beneficial Ownership of Securities) and Form 3/A (amendments to previously filed Form 3 statements). Both form types are filed under Section 16(a) of the Securities Exchange Act of 1934.
One record is a folder identified by an 18-digit accession number containing a metadata.json file, the primary ownership XML document, an XSL-rendered HTML copy, and any non-image exhibit files from the original EDGAR submission. Each record corresponds to a single Form 3 or Form 3/A filing on SEC EDGAR.
Officers (as defined by Rule 16a-1(f)), directors, and any person or entity beneficially owning more than ten percent of a class of equity securities registered under Section 12 of the Exchange Act must file Form 3 within ten calendar days of first becoming subject to Section 16 reporting obligations.
The Form 3 Files Dataset includes filings from January 1996 to present. Filings before the June 30, 2003 XML mandate are flat text or HTML documents rather than structured XML.
The dataset is distributed as monthly ZIP containers. Each container holds record folders containing TXT, JSON, HTML, PDF, and XML files. The full dataset can also be downloaded as a single ZIP archive.
Form 3 is a one-time initial ownership snapshot filed when a person first becomes a Section 16 insider. Form 4 is a transaction-level change report filed within two business days of each subsequent change in beneficial ownership. Form 4 includes transaction codes, prices, and execution dates that Form 3 does not carry. A complete insider-ownership timeline starts with the Form 3 baseline and chains Form 4 filings forward.
Each Form 3/A appears as a separate record with its own accession number. A Form 3/A restates the entire form and supersedes the original Form 3 for the same reporting person, issuer, and event date. Consumers should use the most recent accession number for a given reporting-person/issuer/period-of-report combination as the operative disclosure.