The Form N-8F ORDR Files Dataset assembles the U.S. Securities and Exchange Commission's deregistration orders for registered investment companies, as disseminated on EDGAR under form type N-8F ORDR. Each record is a single accession-numbered EDGAR submission carrying one Commission order issued under Section 8(f) of the Investment Company Act of 1940 — the order that finds an applicant fund has ceased to be an investment company and grants the requested deregistration. Because the SEC issues the document, every record is filed under the SEC's surrogate filer CIK (9999999997) rather than under the deregistering fund's own CIK; the deregistering fund is identified inside metadata.json by its CIK, company name, and 811-series Investment Company Act file number. Coverage runs from June 2009 — the operational rollout of EDGAR-based ORDR submissions — to the present, and the dataset is delivered as monthly ZIP containers, each accession appearing as its own folder containing a metadata.json descriptor and a PDF order document.
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 dataset captures the terminal legal act in the Section 8(f) lifecycle: the Commission's order declaring that a previously registered investment company has ceased to be an investment company within the meaning of the 1940 Act. It does not contain the underlying Form N-8F application filed by the fund, nor the procedural N-8F NTC notice that the Commission publishes between application and order. The substantive payload of every record is a short formal SEC release — typically a few pages of PDF — bundled with a structured JSON descriptor that exposes EDGAR's bibliographic facts about the filing.
The dataset covers the entire population of N-8F ORDR submissions on EDGAR from June 2009 forward. The 2009 boundary reflects when discrete EDGAR submissions under form type N-8F ORDR began; pre-2009 Section 8(f) orders existed but were disseminated through Commission release channels rather than as structured EDGAR submissions. Subjects span the full set of registered investment company structures: open-end management companies (mutual funds), closed-end management companies, unit investment trusts (UITs) including insurance separate accounts organized as UITs, face-amount certificate companies, and management-IC separate accounts.
The dataset is distributed as monthly ZIP containers. Inside each container, accessions appear as per-accession folders, and each folder holds two files: metadata.json and the order PDF (filename1.pdf). The order is delivered as a PDF (typically PDF-1.6) exactly as submitted to EDGAR; no OCR layer, text extraction, or structural parsing is added by the dataset.
One record in the Form N-8F ORDR Files Dataset is a single accession-numbered EDGAR submission that carries one Commission order deregistering a registered investment company under Section 8(f) of the Investment Company Act of 1940. The record is materialised as a per-accession folder whose name is the 18-digit, dash-stripped EDGAR accession number. That folder bundles two things: a structured metadata.json describing the filing, and the order document itself, distributed by EDGAR as a PDF. Each record therefore captures, in one compact unit, both the bibliographic facts about the filing (filer identity, 811 file number, filing timestamp, item codes, EDGAR URLs) and the legal instrument that effects the deregistration.
A Form N-8F ORDR submission on EDGAR is not a registrant-prepared form. The "ORDR" suffix marks it as a Commission order issued in response to a previously filed Form N-8F application. The substantive document is an SEC release: a formal order finding that an applicant — typically a registered investment company that has liquidated, merged into another registered fund, transferred its assets to an exempt entity, or otherwise ceased operating as an investment company — has ceased to be an investment company within the meaning of the 1940 Act, and granting the requested deregistration.
A typical order text contains, in order:
Because the SEC itself issues this document, the EDGAR submission is filed under the SEC's surrogate filer CIK rather than under the deregistering company's CIK.
The dataset is delivered as monthly ZIP containers. Decompressing one container yields a single month-named root folder (for example 2025-08/). Inside that folder, each accession appears as its own sub-directory whose name is the 18-digit numeric accession number with dashes removed (for example 999999999725003285). Every folder name begins with the prefix 9999999997 — the EDGAR convention for filings made under the SEC's own surrogate CIK. The deregistering company's CIK is not part of the folder name; it appears inside metadata.json and inside the archive path embedded in linkToFilingDetails.
Inside each accession folder, two artifacts appear:
metadata.json — a small structured JSON file (on the order of 1.5 KB) describing the filing as EDGAR sees it.filename1.pdf — the SEC's order document. The basename is opaque and not derived from the company; it is the literal filename used by EDGAR for the submitted document. PDFs are typically PDF-1.6 and run on the order of 100–120 KB.For Form N-8F ORDR, the original EDGAR submission carries only this single order PDF as substantive content. The aggregated <accession>.txt complete-submission wrapper that EDGAR exposes for every filing is referenced from metadata.json (linkToTxt) but is not redistributed inside the container. The <accession>-index.htm filing-index page is likewise referenced (linkToHtml) but not redistributed. Image files from the original submission are excluded by the dataset's collection rules; ORDR submissions do not carry XBRL or other structured-data instances, so none appear.
metadata.json — fields and shapemetadata.json is a flat JSON object with a stable set of top-level keys. The fields fall into three groups: filing-level identifiers and links, content descriptors, and the nested documentFormatFiles[] and entities[] arrays.
formType — always the string "N-8F ORDR".accessionNo — the dashed accession (for example "9999999997-25-003285"); the on-disk folder name is the same number with dashes stripped.filedAt — ISO-8601 timestamp with US Eastern offset (for example "2025-08-05T12:13:03-04:00"), recording when EDGAR ingested the order.id — a 32-character lowercase hexadecimal internal record identifier (an MD5-shaped string).linkToFilingDetails — direct URL to the order PDF on www.sec.gov/Archives/edgar/data/<companyCIK>/<accessionDigits>/filename1.pdf. The path segment after /data/ exposes the deregistering company's CIK even though the accession itself is filed under the SEC's surrogate CIK.linkToTxt — URL to EDGAR's complete-submission text wrapper <accession>.txt.linkToHtml — URL to the EDGAR filing-index page <accession>-index.htm.linkToXbrl — empty string for this dataset.description — a free-text string of the form "Form N-8F ORDR - N-8F Order - Item YYYYMMDD Item YYYYMMDD", embedding the order date and a second related date (typically the underlying notice or application date).items — an array of EDGAR Item code strings shaped like "Item 20250805: ", with the value after the colon left blank. The encoded dates mirror those in description and pin the order to specific procedural milestones.seriesAndClassesContractsInformation — present but empty for ORDR records (series/class structure is reported on the underlying registrant's own filings, not on the deregistration order).dataFiles — present but empty (no structured data files accompany an ORDR).documentFormatFiles[]This array enumerates the files that EDGAR's submission index lists for the accession. For an N-8F ORDR record there are typically two entries: the order PDF and the complete-submission text wrapper.
sequence: "1", type: "N-8F ORDR", size as a numeric string (for example "117545") that matches the on-disk filename1.pdf byte-for-byte, and documentUrl pointing into the EDGAR archive.sequence: " " and type: " " (single-space strings rather than null or empty, propagated verbatim from EDGAR), description: "Complete submission text file", and a documentUrl ending in <accession>.txt.All numeric-looking values in this array, including size, are stored as JSON strings.
entities[]entities[] describes the parties EDGAR associates with the filing. For an N-8F ORDR record the only entity that typically appears is the deregistering investment company itself, with the trailing (Filer) role suffix retained from EDGAR (for example "NB Private Markets Fund III (TI) LLC (Filer)"). Per-entity fields:
cik — the CIK of the deregistering investment company (a numeric string; not the surrogate 9999999997 from the accession). This is the canonical join key back to other EDGAR filings by the same fund.fileNo — the 811-series Investment Company Act file number (for example "811-22814"). This is the identifier the order operates on; deregistration removes this 811 file from active status.act — the string "40", denoting the Investment Company Act of 1940, the statute under which Section 8(f) relief is granted.companyName — full registrant name with the (Filer) suffix.stateOfIncorporation — two-letter state or jurisdiction code (commonly DE, MA, MD, or NY for fund vehicles).fiscalYearEnd — four-character MMDD string with leading zeros preserved (for example "0331").irsNo — IRS employer identification number as a string (leading zeros preserved).filmNo — EDGAR film number for the submission, as a string.type — the form type the entity is associated with on this submission, "N-8F ORDR".Co-applicants, sponsors, and successor entities are not generally enumerated as separate entities[] rows on the order itself.
The substantive content of every record is the order PDF stored as filename1.pdf. The basename is fixed and opaque, so the file cannot be identified outside its accession folder without consulting metadata.json. The PDFs are produced as PDF-1.6 documents and are typically a few pages of formal release text, following the standard SEC order template described above (caption, recitals, Section 8(f) finding, ordering paragraph, signature). The dataset stores the PDF as delivered by EDGAR; no OCR layer, text extraction, or structural parsing is added.
Included in each record:
metadata.json, the filing descriptor.filename1.pdf) as submitted to EDGAR.Excluded or not redistributed:
<accession>.txt complete-submission wrapper (referenced via linkToTxt).<accession>-index.htm filing-index page (referenced via linkToHtml).9999999997 surrogate-CIK conventionA defining feature of N-8F ORDR records is that they are filed under the EDGAR surrogate CIK 9999999997, which the SEC uses for filings made by Commission staff (orders, notices, and other Commission-issued documents) rather than by an outside registrant. The convention is visible in three places within a record: the accession-number prefix (9999999997-YY-NNNNNN, rendered dash-stripped as the folder name), the accessionNo field in metadata.json, and the EDGAR archive paths in linkToTxt and linkToHtml. The deregistering fund's own CIK does not appear in the accession; it is carried in entities[].cik and as the numeric segment after /edgar/data/ in linkToFilingDetails and in the per-document documentUrl values. Joining ORDR records back to the rest of an issuer's filing history therefore requires reading entities[].cik (or parsing the EDGAR archive URL), not the accession number.
The dataset spans EDGAR submissions from June 2009 to the present. The 2009 starting boundary reflects the operational rollout of EDGAR-based ORDR submissions for N-8F deregistrations; earlier deregistration orders were generally issued and disseminated outside the structured EDGAR submission flow. From 2009 onward the record anatomy has been substantively stable: each record consists of one PDF order plus a metadata.json descriptor, filed under the SEC's surrogate CIK, with the deregistering company's identifying information carried in entities[] and the 811 file number carried in entities[].fileNo. The order has consistently been delivered as a PDF over the entire coverage window — there is no historical migration through ASCII or HTML body formats — and the Item YYYYMMDD dating convention used in items[] and embedded in description is stable across the period.
metadata.json.accessionNo differ in dash treatment (999999999725003285 on disk versus "9999999997-25-003285" in JSON). Consumers normalising identifiers must strip or insert the dashes accordingly.size, cik, irsNo, filmNo, fileNo digits, fiscalYearEnd) are JSON strings, which preserves leading zeros (notably fiscalYearEnd like "0331").sequence and type values appear on the wrapper .txt row in documentFormatFiles[], propagated verbatim from EDGAR rather than coerced to null or empty.items[] entries follow the "Item YYYYMMDD: " shape with an empty value after the colon. The dates align with description and typically encode the order date alongside a related notice or application date; they are not free-form descriptive items.filename1.pdf is not a registrant-chosen filename and conveys no information beyond positional order in the submission. Identifying which fund an order pertains to requires reading metadata.json (specifically entities[] and linkToFilingDetails) or the body of the PDF itself.entities[].cik (or the CIK embedded in the EDGAR archive URL), not the surrogate-CIK accession number. The 811 file number in entities[].fileNo provides a secondary join key against the SEC's investment-company registration register.linkToXbrl is empty and dataFiles is an empty array on every record.Each record in this dataset is an order issued by the U.S. Securities and Exchange Commission, not a filing prepared by a registrant. The SEC grants deregistration of a registered investment company under Section 8(f) of the Investment Company Act of 1940, and the resulting order is disseminated on EDGAR as form type N-8F ORDR. This produces a filer/subject split that is essential to working with the data:
9999999997) for Commission-issued orders, notices, and releases.The subjects of N-8F ORDR records are entities that previously held an active Investment Company Act registration under Section 8(a):
Out-of-scope deregistrations include operating companies terminating only Exchange Act reporting (Form 15), private funds relying on Section 3(c)(1) or Section 3(c)(7) (never registered), and exchange-traded products organized as commodity pools or grantor trusts (not registered as ICs).
N-8F ORDR records arise from a three-step Section 8(f) procedure:
This dataset captures only the terminal granting order, not the underlying application or the intervening notice. The application is a separate EDGAR submission filed under the fund's own CIK; the notice is disseminated as a different form type (N-8F NTC).
A fund typically pursues a Section 8(f) order after one of:
Issuance is event-driven, not periodic:
Records are therefore spread continuously through time rather than clustered around fiscal-year ends, with a long-run average near 140 orders per year and variation driven by industry consolidation and waves of series liquidations.
9999999997); the analytically meaningful party is the named investment company, identified by CIK and 811-number.Form N-8F ORDR is unusual on EDGAR: it is a Commission-issued order, not a registrant filing, and it operates only under Section 8(f) of the Investment Company Act of 1940 to terminate a fund's registered investment company status. The closest comparison points fall into three groups: the other documents in the N-8F sequence, parallel exit mechanisms under different statutes, and the registration and periodic filings that bracket a fund's active life.
Three attributes together make Form N-8F ORDR distinct and non-substitutable:
Related filings complement N-8F ORDR: the application supplies reasoning, the NTC supplies pendency, registration statements and N-CEN/N-PORT supply operating history, and Form 15 variants cover any parallel 1934 Act reporting obligations. None of them carry the deregistration order itself.
The audience for the Form N-8F ORDR Files Dataset is narrow and legal-operational. Across roles, users treat the order as authoritative evidence of fund termination and pull from a small set of fields: entities[].cik, entities[].fileNo, entities[].companyName, filedAt, the Item YYYYMMDD codes, and the body of the order PDF.
1940 Act partners and associates use the dataset to confirm that an N-8F application they filed has produced a granted order, to measure application-to-order elapsed time, and to build precedent files. They join entities[].cik and entities[].fileNo back to their docket, read the order PDF for findings and any imposed conditions, and cite recent orders when advising trustees on expected timing or drafting comparable applications.
Fund secretaries and 1940 Act compliance officers archive the order as proof that an 811 file has been formally retired. They use entities[].cik, entities[].fileNo, entities[].companyName, and the order date for board minutes, compliance testing logs, exam responses, and entity-register closeout. The PDF itself is filed in the fund's permanent legal record.
Service providers trigger contract close-out, EDGAR access termination, and final tax and shareholder reporting on the order date. They key on entities[].cik and entities[].fileNo to drive automated cleanup of filing calendars and client masters. Where the order recites a merger, the PDF identifies the surviving fund, telling the administrator where to send residual books and records.
Auditors performing final-period audits of liquidated or merged funds retain the order PDF in workpapers as third-party termination evidence supporting subsequent-events analysis and final N-CEN or N-CSR sign-off. They reconcile entities[].fileNo and the order date against management representations about wind-down completion.
Commercial fund-database teams use the dataset to date fund-death events precisely and to distinguish liquidations from mergers in classification schemas. entities[].cik, entities[].fileNo, and filedAt mark a fund as definitively terminated rather than merely inactive; the PDF body supplies the closure rationale (asset distribution, merger, cessation), which feeds survivorship flags, flow series, and family change logs.
Researchers studying fund attrition, family reorganization, and survivorship bias use the order date as a regulator-confirmed endpoint when constructing unbiased panels. They join entities[].cik and entities[].fileNo to broader fund datasets and parse the PDF for cessation reason in hazard models and consolidation studies.
Backtesting and product-rationalization teams use the order date as the authoritative point at which a fund leaves the investable universe, preventing look-ahead in simulations and competitor peer-group construction. The cessation reason in the PDF lets them tag exits as voluntary liquidation, intra-family merger, or strategic restructuring for competitive intelligence.
Vendors maintaining searchable corpora of Commission orders ingest metadata.json for normalized indices on CIK, file number, accession, and order date, and OCR the PDFs for full-text search and citation linking. Their downstream users are the same law firms and in-house teams above.
Advisors on asset-manager transactions use recent orders to map which complexes are actively rationalizing product lines, informing target screening. Post-deal, they confirm that deregistration of merged-away funds has closed by matching entities[].fileNo and the order date against transaction covenants and integration milestones.
Reporters covering asset-management consolidation cite entities[].companyName, entities[].fileNo, and the order date to verify fund closures, and quote the PDF's narrative when describing the regulatory finality of an exit. Aggregated across years, the dataset supports coverage of attrition trends and ETF-versus-mutual-fund substitution.
The dataset supports a narrow set of operational and analytical workflows centered on confirmed fund deregistrations under Section 8(f) of the 1940 Act. Each workflow below is pinned to specific record fields and a concrete deliverable.
Researchers and quant teams construct a panel of definitive fund-death events by extracting entities[].cik, entities[].fileNo, entities[].companyName, and filedAt from every record, then joining entities[].cik against CRSP, Morningstar, or N-CEN/N-PORT histories. The order date becomes the regulator-confirmed exit timestamp, replacing heuristics like "last N-PORT filed plus six months." The deliverable is a CIK-keyed termination table that drives hazard models, attrition rates, and unbiased return panels.
Database operations teams parse the order PDF body to tag each exit as voluntary liquidation, intra-family merger, asset transfer to an exempt entity, or other cessation, and write the resulting label back against entities[].cik and entities[].fileNo. The merger cases yield surviving-fund pointers, which feed family change logs and "fund X became fund Y" linkage tables. Output: an enriched fund-master row carrying a closure-reason code and, where applicable, a successor CIK.
Investment-company lawyers join the dataset's filedAt and entities[].fileNo to their internal docket of Form N-8F applications (or to public N-8F and N-8F NTC filings under the same 811 number) to compute application-to-order and notice-to-order elapsed days. Aggregating across hundreds of orders produces percentile timing curves used in client memos, board pre-reads, and deregistration project plans. The order PDFs themselves populate a precedent library indexed by cessation rationale.
Fund administrators, transfer agents, and custodians ingest new monthly ZIPs and match entities[].cik plus entities[].fileNo against client and filing-calendar masters. A match triggers automated workflows: removing N-CEN, N-PORT, and N-CSR obligations from the calendar, closing EDGAR filer access, finalizing tax and shareholder reporting, and archiving the order PDF to the fund's permanent legal record. The deliverable is an exception-free monthly reconciliation showing every retired 811 file is closed in internal systems.
Strategy and corporate-development teams aggregate entities[].companyName and filedAt by sponsor family across rolling windows to identify complexes actively retiring product. Combined with the merger-versus-liquidation tag from the PDF, the output is a per-complex attrition dashboard showing rationalization velocity, useful in target screening, peer benchmarking, and post-deal integration tracking against deal covenants that require deregistration of merged-away funds.
Legal-research vendors index metadata.json (CIK, fileNo, accessionNo, filedAt, items[] date codes) into normalized tables and OCR every filename1.pdf to populate a full-text-searchable order corpus. linkToFilingDetails is preserved as the canonical citation URL. End users query by fund name, 811 number, date range, or order language, and link directly back to the SEC archive copy.
The Form N-8F ORDR Files Dataset is available through three access patterns: a JSON metadata endpoint, a full-archive download, and per-container downloads. Authenticated download endpoints accept the API key either as a ?token=YOUR_API_KEY query parameter or via an Authorization: YOUR_API_KEY header.
Dataset Index JSON API: https://api.sec-api.io/datasets/form-n8f-ordr-files.json
This endpoint returns dataset-level metadata (name, description, last updated timestamp, earliest sample date, total records, total size, form types, container format, and file types), the full-dataset download URL, and the list of all monthly container files with their individual download URLs, sizes, record counts, and updated timestamps. Use it to discover available containers and to monitor which monthly archives changed in the most recent refresh, so you can selectively re-download only the containers that were updated. This endpoint does not require an API key.
Example response:
1
{
2
"datasetId": "1f13365b-9ae0-6985-993f-24bb5b3e2da6",
3
"datasetDownloadUrl": "https://api.sec-api.io/datasets/form-n8f-ordr-files.zip",
4
"name": "Form N-8F ORDR Files Dataset",
5
"updatedAt": "2026-04-24T03:02:46.337Z",
6
"earliestSampleDate": "2009-06-01",
7
"totalRecords": 2246,
8
"totalSize": 71616026,
9
"formTypes": ["N-8F ORDR"],
10
"containerFormat": "ZIP",
11
"fileTypes": ["PDF", "JSON"],
12
"containers": [
13
{
14
"downloadUrl": "https://api.sec-api.io/datasets/form-n8f-ordr-files/2026/2026-04.zip",
15
"key": "2026/2026-04.zip",
16
"size": 1048576,
17
"records": 12,
18
"updatedAt": "2026-04-24T03:02:46.337Z"
19
}
20
]
21
}
Download Entire Dataset: https://api.sec-api.io/datasets/form-n8f-ordr-files.zip?token=YOUR_API_KEY
Downloads the complete dataset as a single ZIP archive covering all filings from 2009-06 to the present. Once extracted, the archive contains monthly folders, each holding per-accession subfolders with a metadata.json file and the associated PDF order document(s). This endpoint requires an API key.
Download Single Container: https://api.sec-api.io/datasets/form-n8f-ordr-files/2026/2026-04.zip?token=YOUR_API_KEY
Downloads a single monthly container ZIP instead of the full archive. Each monthly ZIP contains per-accession folders with metadata.json and the PDF document(s) for that month's filings. Use the containers array from the dataset index JSON to enumerate available months. This endpoint requires an API key.
The dataset covers EDGAR form type N-8F ORDR: orders issued by the U.S. Securities and Exchange Commission deregistering registered investment companies under Section 8(f) of the Investment Company Act of 1940. It does not include the underlying Form N-8F application or the procedural N-8F NTC notice.
One record is a single accession-numbered EDGAR submission carrying one Commission deregistration order. On disk, the record is a per-accession folder containing a metadata.json descriptor and the order document itself as a PDF (filename1.pdf).
The SEC issues the order, filing it on EDGAR under its surrogate filer CIK 9999999997 rather than under any registrant's CIK. The legal subject of the order — the deregistering investment company — is identified inside metadata.json by entities[].cik, entities[].companyName, and the 811-series Investment Company Act file number in entities[].fileNo.
9999999997?9999999997 is EDGAR's surrogate CIK for filings made by Commission staff (orders, notices, and other Commission-issued documents). Because the SEC, not the fund, files the order, every N-8F ORDR accession number begins with that prefix. To join an order back to the deregistering fund's other EDGAR filings, use entities[].cik, not the accession number.
Coverage runs from June 2009 to the present. The 2009 boundary reflects when discrete EDGAR submissions under form type N-8F ORDR began; pre-2009 Section 8(f) orders existed but were disseminated through Commission release channels rather than as structured EDGAR submissions.
The dataset is distributed as monthly ZIP containers. Each ZIP unpacks to a month-named folder containing per-accession subfolders, and each subfolder holds a metadata.json (JSON) and the order document as a PDF. The dataset also exposes a JSON metadata endpoint for discovering and selectively re-downloading individual monthly containers.
Form N-8F is the application the fund files under its own CIK requesting deregistration; Form N-8F NTC is the Commission's notice opening a 25-day hearing window; Form N-8F ORDR is the Commission's terminal granting order. Only the ORDR is the legal act that ends registered investment company status, and only the ORDR is in this dataset. The exit becomes legally effective on the ORDR date, not the application date.