The Form 40-8F-L Files Dataset is a closed corpus of EDGAR filings of submission types 40-8F-L and 40-8F-L/A — applications by registered investment companies for an SEC order under Section 8(f) of the Investment Company Act of 1940 declaring that the company has ceased to be an investment company because it has liquidated and distributed substantially all of its assets to shareholders. Each record represents one such application (or one amendment to a prior application), identified by its 18-digit EDGAR accession number and packaged as a self-contained folder containing the per-document files of the original submission together with a metadata.json descriptor. The legal filer is the registered investment company itself, acting through its board and signed by an authorized principal officer, and the underlying form embedded inside the submission is Form N-8F, "Application Filed Pursuant to Section 8(f) of the Investment Company Act of 1940 and Rule 8f-1 Thereunder for Order Declaring that Company Has Ceased to Be an Investment Company." The dataset covers EDGAR submissions from June 1999, when the reason-specific 40-8F-* routing codes were introduced, through August 2004, when the SEC consolidated the four variants into a single N-8F submission type. It is delivered as monthly ZIP archives following the path layout <year>/<year>-<month>.zip.
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 every EDGAR-native filing submitted under the 40-8F-L (initial application) and 40-8F-L/A (amendment) submission types during the lifetime of those codes. Form 40-8F-L was the EDGAR submission type used between June 1999 and August 2004 for Section 8(f) deregistration applications driven by liquidation — applications filed when an investment company had distributed substantially all of its assets to shareholders and was asking the Commission for an order declaring that it had ceased to be an investment company. The companion code 40-8F-L/A denotes amendments to a previously submitted 40-8F-L application. In August 2004 the SEC consolidated the four reason-specific deregistration submission types — 40-8F-L for liquidations, 40-8F-M for mergers, 40-8F-A for abandonments of registration, and 40-8F-B for elections as business development companies — into a single submission type, N-8F, after which 40-8F-L was no longer accepted. The dataset is therefore a fixed historical corpus, not a live feed.
A subtle but important convention applies to the document body: although the EDGAR submission type is 40-8F-L, the actual application form embedded in the submission is titled Form N-8F. The "L" suffix described the EDGAR routing channel (liquidation-driven), while the underlying paper form has always been Form N-8F. Rule 8f-1 is the procedural rule that operationalizes Section 8(f) and prescribes the contents of Form N-8F. The dataset is shipped as monthly ZIP archives following the pattern <year>/<year>-<month>.zip, and each archive expands into one folder per filing. The file types inside the archives are TXT (the EDGAR-wrapped submission documents), JSON (the per-record metadata.json), and occasionally HTML or PDF for exhibits — though in practice the overwhelming majority of 40-8F-L filings consist of plain-text documents only, because the form is short, formulaic, and was filed during the ASCII-dominant EDGAR era.
One record is a single EDGAR filing of submission type 40-8F-L or 40-8F-L/A, identified by its 18-digit accession number and materialized as a folder named with the accession digits with dashes removed (for example 000095012304000690). Each folder is a self-contained snapshot of one application for deregistration of a registered investment company under Section 8(f) of the Investment Company Act of 1940 — or an amendment to such an application — and contains a metadata.json descriptor together with the per-document files extracted from the original EDGAR submission.
Each accession folder contains two layers:
metadata.json — a JSON descriptor produced from the EDGAR header of the submission, identifying the filing, its filer entities, and each document attached to it.<DOCUMENT>, <TYPE>, <SEQUENCE>, <FILENAME>, <DESCRIPTION>, <TEXT> ... </TEXT>, </DOCUMENT>). The primary document carries <TYPE>40-8F-L (or 40-8F-L/A) and <SEQUENCE>1 and is the Form N-8F application itself; additional sequenced documents, when present, are typically supporting exhibits or referenced organizational documents.Every document from the original EDGAR submission is included except image files, which are stripped at extraction. The "complete submission text file" — the single concatenated .txt that EDGAR exposes at the URL stored in linkToTxt — is not redistributed as a separate artifact in the folder; only the per-document files that compose it are present.
metadata.jsonThe descriptor carries the fields needed to identify the filing, locate the source documents on EDGAR, and describe the filer:
formType — "40-8F-L" or "40-8F-L/A".accessionNo — hyphenated EDGAR accession number (e.g. 0000950123-04-000690); the folder name is the same digits without dashes.filedAt — ISO-8601 timestamp with timezone offset (Eastern Time at acceptance).description — human-readable form description, typically "Form 40-8F-L - Application for deregistration, liquidation"; amendments append : [Amend].linkToFilingDetails — URL of the primary document on sec.gov.linkToTxt — URL of the complete-submission text file on sec.gov.linkToHtml — URL of the EDGAR filing index page.linkToXbrl — empty for this form type.documentFormatFiles — array describing each document in the original submission, with sequence, size, documentUrl, description, and type. The primary application carries sequence "1"; the wrapper entry pointing at the complete-submission file has a blank sequence.dataFiles — array of structured data files; consistently empty for 40-8F-L.entities — array of filer-side entities. For 40-8F-L this is normally a single fund entity with:
cik — 10-digit zero-padded Central Index Key.companyName — fund name with role suffix, e.g. "NEW YORK LIFE INVESTMENT MANAGEMENT INSTITUTIONAL FUNDS (Filer)".fileNo — Investment Company Act file number in 811-NNNNN format. The 811- prefix designates investment companies registered under the 1940 Act; this identifier is the canonical key for tracking the fund across its registration lifecycle, including its deregistration.filmNo — EDGAR film number assigned at acceptance.type — same as the top-level formType.act — "40", denoting the Investment Company Act of 1940.stateOfIncorporation — two-letter state code (Delaware, Massachusetts, and Maryland are common for fund entities).fiscalYearEnd — MMDD.irsNo — IRS employer identification number, present when EDGAR captured it.id — 32-character hex content hash used as a dataset-internal identifier.The primary *.txt document opens with the EDGAR SGML envelope (<DOCUMENT>, <TYPE>, <SEQUENCE>, <FILENAME>, <DESCRIPTION>, <TEXT>), then the form banner identifying the issuing authority ("UNITED STATES SECURITIES AND EXCHANGE COMMISSION, Washington, D.C. 20549") together with the form title and statutory citation. The body itself follows a fixed numbered questionnaire (Questions 1 through 26) organized into six sections, followed by a signed verification block. Pages inside the body are separated by <PAGE> markers — an artifact of EDGAR's plain-text pagination convention. The body closes with </TEXT> and </DOCUMENT>. Typical bodies run on the order of 10–15 KB of plain text.
The six fixed sections of Form N-8F, in order, are:
811-NNNNN), principal executive office address, the attorney designated as contact, the custodian of the fund's records (and the location where records will be kept after deregistration), the fund's classification (management company, unit investment trust, or face-amount certificate company) and subclassification (open-end vs. closed-end), state of organization, every investment adviser and principal underwriter who served the fund during the prior five years, the date of the board resolution approving the deregistration, and either the date of shareholder approval of the liquidation or an explanation of why a shareholder vote was not required (typically by reference to the fund's Declaration of Trust or charter).A record includes the per-document files of the EDGAR submission (the SGML-wrapped Form N-8F application as <SEQUENCE>1, plus any subsequent sequenced documents such as supporting exhibits or organizational-document references) and the metadata.json descriptor. The metadata captures the EDGAR header information needed to identify the filing — accession number, filed timestamp, links to the filing on sec.gov, document inventory — together with filer attributes such as CIK, the 811-NNNNN Investment Company Act file number, state of organization, fiscal year end, and IRS number when EDGAR captured it. The body of the form surfaces all six numbered sections of Form N-8F, the verification, and any narrative explanations the filer chose to include in answer to specific questions.
Image files attached to the original submission are stripped at extraction and are not present in the folder. The complete-submission text file (the concatenated .txt that linkToTxt references on EDGAR) is not redistributed as a standalone artifact; the constituent per-document files are included instead. The full EDGAR header block (filer street addresses, filing-agent identity, mailing-address segments) is not preserved as a separate header file — only the portion lifted into metadata.json is retained. Scanned signature pages and graphical attachments referenced in the original submission, where they existed, are absent from the redistributed record.
40-8F-L/A)A 40-8F-L/A record has the same physical anatomy as a 40-8F-L record — accession folder, metadata.json, SGML-wrapped Form N-8F document — and is treated as an independent filing with its own accession number and filedAt timestamp. Amendments do not embed a diff against the original; they re-file the relevant portions (or the entire form) and rely on cross-reference. EDGAR does not encode the link to the prior 40-8F-L accession in the submission header, so the amendment-to-original linkage must be reconstructed by the consumer using the filer's CIK, the Investment Company Act file number (811-NNNNN), and the chronology of filings. The description field in metadata.json flags amendments by appending : [Amend], and formType distinguishes them from initial applications.
Because Form 40-8F-L existed only between June 1999 and August 2004, its required content was effectively static: the underlying Form N-8F questionnaire and verification block did not change materially during that window. Two structural shifts bracket the dataset:
40-8F-* submission types and consolidated them into a single submission type, N-8F, with the deregistration reason captured by a checkbox inside the form body rather than by the EDGAR routing code. From that point forward, equivalent filings appear under N-8F.Within the 1999–2004 window, the Questions 1–26 / Sections I–VI / Verification template prescribed by Rule 8f-1 was the operative form layout and remained stable.
40-8F-L filings sit entirely within EDGAR's plain-text era for short investment-company applications. The dominant body format is ASCII text wrapped in EDGAR SGML document markers (<DOCUMENT>, <TYPE>, <SEQUENCE>, <FILENAME>, <DESCRIPTION>, <TEXT> ... </TEXT>, </DOCUMENT>), with <PAGE> markers separating logical pages of the original paper layout. A minority of late-period filings include HTML or PDF documents for supporting exhibits, which is why the dataset's file-type set spans TXT, JSON, HTML, and PDF, but the Form N-8F body itself is consistently plain text.
Several details matter for accurate extraction and interpretation of these records:
40-8F-L) and the form-body title (Form N-8F) differ. Tools that key on the in-document title rather than the submission code will mistakenly group these records with later N-8F filings, and vice versa. The clean discriminator is formType in metadata.json together with the <TYPE> value inside the SGML envelope.811-NNNNN as the durable join key. The Investment Company Act file number is the stable identity of the fund across its registration history. A successful deregistration terminates that file number once the Commission issues the order, but the number remains the canonical join key against earlier filings by the same fund (N-1A, N-2, N-CSR, N-SAR, N-SAR-A, etc.) and against any preceding 40-8F-L/A amendments.40-8F-M rather than 40-8F-L. In the L-routed dataset Section VI is normally marked not applicable; an L-filing that does populate Section VI usually indicates a hybrid liquidation-and-merger structure.filmNo and filedAt fields of metadata.json, is the legal filing event.<PAGE> markers and fixed-width column alignment are preserved from the original ASCII layout. Tabular content (expense breakdowns in Section IV, distribution dates in Section II, lists of advisers and underwriters in Section I) is rendered as space-aligned text rather than as structured tables, which matters for any downstream parsing that wants to lift dollar amounts, dates, or party names cleanly.811-NNNNN), even when the filings are submitted on the same day by the same filing agent. There is no series-level aggregation in this dataset.The filer is a registered investment company previously registered under Section 8(a) of the Investment Company Act of 1940 that is applying to the SEC for an order declaring it has ceased to be an investment company. The "-L" suffix flags the deregistration basis as liquidation: the fund has distributed substantially all assets to shareholders and no longer has investors, holdings, or operations.
Reporting entities span the full 1940 Act registrant population:
The legal filer is the registered investment company itself, acting through its board and signed by an authorized principal officer (typically the President, Treasurer, or Secretary) or, for UITs, an authorized representative of the sponsor or trustee. The adviser, underwriter, custodian, transfer agent, and counsel are described in the application as service providers but are not filers and do not sign in their own capacity.
The submission is event-driven, not periodic. A 40-8F-L is filed once the fund has effectively ceased to exist as an operating fund through liquidation. The typical sequence:
The Commission's order is the legal act that terminates registration; until it issues, the entity remains subject to 1940 Act obligations even with no remaining assets. Section 8(f) sets no statutory deadline tied to the final distribution date, but funds typically file within a few months because carrying an empty registrant offers no benefit and incurs ongoing compliance costs.
A 40-8F-L/A amendment is triggered when:
Amendments supplement or correct the record before the deregistration order; once the order issues, no further amendments are filed.
Form 40-8F-L was one of three EDGAR submission-type variants used to apply for Section 8(f) deregistration. The "40-8F" stem referred to the underlying paper application; the single-letter suffix encoded the basis for deregistration:
Each variant requested the same Section 8(f) order; the suffix simply told staff which facts to review. EDGAR began accepting electronic 40-8F-L submissions in June 1999; earlier deregistrations were paper-only and are not in the EDGAR-native record set.
In August 2004, the Commission consolidated -L, -M, and -N into a single unified submission type, N-8F, on which the applicant indicates the basis for deregistration within the form rather than via the submission-type suffix. From that point forward, all Section 8(f) applications flow through N-8F (and N-8F/A). The 40-8F-L dataset is therefore closed: the submission type no longer exists in EDGAR intake, and no new records can be added.
40-8F-L vs. 40-8F-M vs. 40-8F-N. This dataset contains only liquidation-basis applications. Mergers used -M; other grounds (including never-commenced funds) used -N.
40-8F-L vs. N-8F. Section 8(f) applications filed on or after August 2004 appear under N-8F, not in this dataset. A liquidation that straddled the cutover may have an original 40-8F-L paired with later activity under N-8F.
40-8F-L vs. Form 15. Form 15 terminates Exchange Act reporting under Section 12(g) or 15(d). It does not terminate 1940 Act registration. A listed closed-end fund typically needs both: Form 15 for Exchange Act reporting and a Section 8(f) order for 1940 Act registration.
BDCs. A BDC withdrawing its election files Form N-54C under Section 54(c). A 40-8F-L applies only if the entity remained a registered investment company at liquidation.
Series of series trusts. Section 8(f) operates at the level of the registered investment company (the trust), not the individual series. Liquidation of a single series within a continuing multi-series trust does not generate a 40-8F-L.
Foreign issuers. 40-8F-L is unrelated to Form 40-F used by certain Canadian filers under the Multijurisdictional Disclosure System; the numbering overlap is coincidental.
Form 40-8F-L sits inside a tightly defined family of investment-company deregistration applications under Section 8(f) of the Investment Company Act of 1940. The most useful comparisons are the other Section 8(f) suffix variants, the consolidated successor that replaced them in 2004, the Exchange Act termination forms researchers most often confuse with deregistration, the operating-life fund disclosures that 40-8F-L brings to an end, and a small number of forms that share only a name pattern.
Direct sibling within the pre-2004 Section 8(f) suffix scheme. Same statutory hook, same filer population, but a different deregistration pathway: 40-8F-M is filed when the registrant ceases to exist because it merged into or transferred substantially all of its assets to another entity. 40-8F-L is filed only when the registrant liquidates and distributes assets directly to its own shareholders. 40-8F-M filings center on the acquirer, exchange ratios, and consolidation mechanics; 40-8F-L filings center on per-share liquidating distributions and final asset disposition. A complete 1999-2004 fund-termination universe must combine both.
The third Section 8(f) pathway: the registrant continues to exist but no longer meets the 1940 Act definition of an investment company (e.g., redomesticated abroad, changed business, fell below asset-composition thresholds). No liquidating distribution and no merger — the legal narrative explains why the entity is no longer an investment company. The -L, -M, and -N variants together exhaust the pre-2004 deregistration universe.
In August 2004, N-8F replaced 40-8F-L, 40-8F-M, and 40-8F-N with a single application covering all three pathways, with the pathway indicated inside the form rather than encoded in the submission-type suffix. 40-8F-L is therefore a closed historical corpus (June 1999 through August 2004); N-8F is the live regime. They are continuous in subject matter but disjoint in time — substitution is appropriate only at the cutover boundary.
The most common point of confusion: these forms also "end" SEC reporting, but under a different statute. The Form 15 family terminates or suspends registration of a class of securities under Sections 12(g) or 12(b) of the 1934 Act, or suspends Section 15(d) reporting. No liquidating-distribution disclosure, no fund-level asset accounting, no 1940 Act representations. An operating company exiting public reporting files a Form 15; an investment company winding down files 40-8F-L (now N-8F). A fund with separately registered securities may file both, but the regimes are not substitutes.
Withdraws a business development company's election to be regulated under Sections 55-65 of the 1940 Act. Narrower than 40-8F-L: BDCs only, and only the BDC election — not full deregistration. A winding-down BDC may file N-54C alongside a Section 8(f) application, but N-54C does not itself deregister the company and contains no liquidation-distribution disclosure.
A general-purpose application form for orders under the 1940 Act, typically exemptive relief (fund-of-funds structures, affiliated transactions, co-investment). Shares the "40-" prefix and the 1940 Act statutory base with 40-8F-L, but operates during a fund's operating life to obtain regulatory accommodations — not to exit registration.
The operating-life disclosures that 40-8F-L terminates. Form N-1A is the open-end fund registration statement and prospectus; Form N-CSR and N-CSRS are certified shareholder reports; Form N-PORT is the monthly portfolio-holdings report. A plan of liquidation typically first surfaces in a prospectus supplement or N-CSR, well before the 40-8F-L is filed. These are sequential, not redundant: shareholder reports carry the fund-level wind-down narrative; 40-8F-L is the post-distribution closeout to the SEC.
Shares only a numeric prefix with 40-8F-L. Form 40-F is the annual report under the U.S.-Canada Multijurisdictional Disclosure System filed by eligible Canadian foreign private issuers. No statutory, substantive, or filer-population overlap — listed only because the visual resemblance generates search confusion.
The Form 40-8F-L Files Dataset is distinguished along four operative axes:
Researchers should treat 40-8F-L as one of three pre-2004 inputs that feed forward into N-8F, and should not conflate it with Exchange Act termination filings even though both appear at the end of an issuer's reporting life.
A closed corpus of deregistration applications filed between June 1999 and August 2004 attracts users who need historical precedent, fixed-cohort exit data, or legacy-record retrieval rather than a live monitoring feed.
Counsel preparing modern N-8F deregistration applications mine the corpus as a precedent library. Associates pull analogues by fact pattern (series-trust partial liquidation, closed-end tender-then-deregister, fund-of-funds in-kind unwind) from the General Identifying Info, Distributions, Events Leading to Deregistration, and Conclusion of Fund Business sections, and use the Mergers Only section when the predecessor exited via reorganization. CIK and the 811-... file number link the filing to the entity's EDGAR registration history. Output: precedent memos and section-by-section drafting templates for current N-8F engagements.
Fund-return panel maintainers need exact exit timestamps and identifiers for funds that dropped out of the universe. The metadata's CIK, 811-... file number, and filedAt anchor each exit; the Distributions section supports terminal-value estimates. Output: a survivorship-corrected return panel with documented exit dates joined by CIK.
Researchers code each filing as an exit event, extracting organizational state and adviser/custodian identity from General Identifying Info, the cited reason from Events Leading to Deregistration, and distribution mechanics from Distributions and Conclusion of Fund Business. The fixed cohort is itself a methodological asset. Output: working papers on fund lifecycle, sponsor consolidation, and the pre-N-8F exit pathway, including density analysis around the 2000-2002 downturn.
Staff studying historical liquidation cohorts read Events Leading to Deregistration for cited rationale, Distributions for timing, and General Identifying Info for adviser and custodian patterns. Combining filedAt with file number reconstructs exit cohorts and flags advisers that closed multiple funds in compressed windows. Output: retrospective sweep memos and policy work informing the current N-8F regime.
In-house counsel and legal-ops staff at fund-platform organizations retrieve original 40-8F-L records when sponsorship of a long-deregistered predecessor passes through advisory-contract assignments or platform consolidations. CIK and 811-... link to the predecessor's broader EDGAR trail; General Identifying Info confirms the adviser and custodian at exit; Conclusion of Fund Business confirms the deregistration record. Output: status memos supporting audit, tax, and indemnification questions on inherited entities.
Engineers at financial-data vendors stitch the 40-8F-L, 40-8F-L/A, and N-8F submission types into one logical deregistration event class so backward queries do not silently miss pre-September-2004 exits. They map legacy section labels to the consolidated N-8F schema and key on CIK and 811-.... Output: a normalized deregistration lineage table joined to entity-master records.
Analysts assembling productions in residual-shareholder, indemnification, or terminal-distribution tax disputes bulk-index the metadata and non-image documents into review platforms. They filter on CIK, 811-..., and filedAt, then pull text from Distributions, Events Leading to Deregistration, and Conclusion of Fund Business. Output: review-ready document sets and chronologies.
Practitioners building reference points for terminal distributions and final tax-year mechanics read Distributions and Conclusion of Fund Business, then compare filedAt to the stated deregistration date to test whether the final distribution and legal exit fell in the same tax year. Output: tax memos and reference exhibits supporting current-engagement liquidations.
Consultants advising boards on wind-down mechanics build comparison sets from Distributions (asset-distribution duration), Events Leading to Deregistration (cited rationale), General Identifying Info (adviser, custodian), and Mergers Only where applicable. Output: benchmarking exhibits and board memos for current liquidation deliberations.
Different roles read different parts of the same closed record. Attorneys and consultants work the narrative sections (Events Leading to Deregistration, Conclusion of Fund Business, Mergers Only); quants, engineers, and e-discovery analysts work the metadata keys (CIK, 811-..., filedAt); examiners, tax practitioners, and academics combine both. The dataset's value is its completeness over a fixed historical window rather than any ongoing event flow.
Six concrete workflows the Form 40-8F-L Files Dataset supports. Each is grounded in specific record fields or form sections.
1940 Act counsel index the records by fact pattern using Section I (classification, subclassification, state of organization, adviser and underwriter history) and Section IV (cited rationale, expense allocation, treatment of unamortized organizational expenses) to assemble drafting precedents for current N-8F applications. Section II language on in-kind versus cash distributions and Section V representations on absence of pending litigation are lifted as analogues for the same questions on the consolidated N-8F. Output: section-by-section template banks keyed to liquidation archetype (series-trust, closed-end tender-then-deregister, fund-of-funds unwind).
Quant teams join the dataset to CRSP, Morningstar, or Lipper return histories on the 811-NNNNN file number and CIK to recover exit dates for funds that disappeared from live universes. The filedAt timestamp anchors the deregistration event, while Section II distribution dates and Section III residual-asset disclosures support terminal-value imputation for the final return observation. Output: a survivorship-corrected monthly return panel with documented exit timestamps and a final-period NAV proxy.
Bucket records by adviser name parsed from Section I (Question on investment advisers in the prior five years) and group filedAt into rolling windows to identify sponsors that wound down multiple series in compressed periods. Cross-reference Section IV expense-bearer disclosures to flag adviser-funded liquidations and Section V to confirm absence of continuing business. Output: a sponsor-level attrition matrix covering the dot-com drawdown, with per-adviser fund counts and median time between board resolution date (Section I) and filedAt.
Data engineers union 40-8F-L, 40-8F-L/A, 40-8F-M, 40-8F-N, and post-August-2004 N-8F filings into a single deregistration-event table keyed on CIK and 811-NNNNN, mapping the pre-2004 routing-suffix semantics to the N-8F internal pathway checkbox. Amendment-to-original linkage is reconstructed from (cik, 811-NNNNN, filedAt) chronology since EDGAR does not encode the parent accession. Output: an entity-master deregistration view that does not silently drop pre-September-2004 exits from backward queries.
Tax counsel and fund accountants extract Section II distribution dates, calculation basis (NAV, pro-rata across share classes), and in-kind details together with Section III retained-asset reserves and Section IV total deregistration expenses to reconstruct the terminal cash and in-kind flows of a liquidated fund. Comparing filedAt against the Section I shareholder-approval date and the Section II final-distribution date tests whether the final distribution and legal exit fell within the same tax year. Output: reference exhibits for current-engagement liquidations and academic studies of terminal distribution mechanics.
E-discovery analysts bulk-index metadata.json and the SGML-wrapped Form N-8F text into review platforms, filtering on CIK, 811-NNNNN, and filedAt to scope productions for residual-shareholder, indemnification, or terminal-distribution tax disputes. Section II (distribution mechanics and remaining-shareholder status), Section IV (expense bearer and prior Section 8(f) applications), and Section V (pending litigation representation) supply the substantive text; the verification block identifies the signing officer and date. Output: review-ready document sets and signed-officer chronologies for matters involving long-deregistered funds.
Dataset Index JSON API: https://api.sec-api.io/datasets/form-408fl-files.json
This endpoint returns dataset-level metadata and a complete listing of available container files. The response includes the dataset name, description, last updated timestamp, earliest sample date, total record count, total size, form types covered (40-8F-L and 40-8F-L/A), container format (ZIP), and file types contained in each archive (TXT, JSON, HTML, PDF). It also returns the download URL for the full dataset and a containers array, where each item describes a monthly archive with its size, record count, last updated timestamp, and individual download URL. A programmatic consumer can iterate this array to detect which monthly containers were updated in the most recent refresh and selectively download only those that changed. This endpoint does not require an API key.
Example response:
1
{
2
"datasetId": "1f13365b-9ae0-69b7-983d-67cc0521da52",
3
"datasetDownloadUrl": "https://api.sec-api.io/datasets/form-408fl-files.zip",
4
"name": "Form 40-8F-L Files Dataset",
5
"updatedAt": "2026-04-15T12:14:13.110Z",
6
"earliestSampleDate": "1999-06-01",
7
"totalRecords": 634,
8
"totalSize": 3350382,
9
"formTypes": ["40-8F-L", "40-8F-L/A"],
10
"containerFormat": "ZIP",
11
"fileTypes": ["TXT", "JSON", "HTML", "PDF"],
12
"containers": [
13
{
14
"downloadUrl": "https://api.sec-api.io/datasets/form-408fl-files/2004/2004-01.zip",
15
"key": "2004/2004-01.zip",
16
"size": 142883,
17
"records": 27,
18
"updatedAt": "2026-04-15T12:14:13.110Z"
19
}
20
]
21
}
Download Entire Dataset: https://api.sec-api.io/datasets/form-408fl-files.zip?token=YOUR_API_KEY
The full dataset is delivered as a single ZIP archive covering all 40-8F-L and 40-8F-L/A filings from June 1999 through August 2004. Because the dataset is small, downloading the entire archive in one request is the simplest access pattern for most users. This endpoint requires an API key.
Download Single Container: https://api.sec-api.io/datasets/form-408fl-files/2004/2004-01.zip?token=YOUR_API_KEY
Containers are organized by filing month using a year/year-month.zip path layout (for example, 2004/2004-01.zip contains all filings submitted in January 2004). Use this endpoint to fetch one monthly archive at a time, typically driven by URLs read from the containers array of the dataset index JSON. This endpoint requires an API key.
The dataset covers EDGAR submission types 40-8F-L (initial application) and 40-8F-L/A (amendment). The body of each filing is the underlying Form N-8F application, "Application Filed Pursuant to Section 8(f) of the Investment Company Act of 1940 and Rule 8f-1 Thereunder for Order Declaring that Company Has Ceased to Be an Investment Company," routed through the liquidation-specific submission code.
One record represents one EDGAR filing of submission type 40-8F-L or 40-8F-L/A — that is, one application (or one amendment to an application) for an SEC order under Section 8(f) of the Investment Company Act of 1940 declaring that a registered investment company has ceased to be an investment company because it has liquidated and distributed substantially all assets to its shareholders. Each record is materialized as a folder named with the 18-digit accession number (dashes removed) containing a metadata.json descriptor and the per-document files of the original submission.
The filer is a registered investment company previously registered under Section 8(a) of the Investment Company Act of 1940 — including open-end mutual funds, closed-end funds, unit investment trusts, and other 1940 Act registrants — that has liquidated and is asking the Commission to declare that it has ceased to be an investment company. The application is filed by the company itself, acting through its board and signed by an authorized principal officer (commonly the President, Treasurer, or Secretary), or by an authorized representative of a UIT's sponsor or trustee.
The dataset is a closed corpus spanning EDGAR submissions from June 1999, when the SEC introduced the reason-specific 40-8F-* submission codes, through August 2004, when the Commission consolidated 40-8F-L, 40-8F-M, 40-8F-A, and 40-8F-B into the unified N-8F submission type. No new records can be added because the submission type no longer exists in EDGAR intake.
The dataset is distributed as monthly ZIP archives following the path layout <year>/<year>-<month>.zip, plus a single full-corpus ZIP. Inside each archive, every record is a folder containing a metadata.json descriptor and one or more per-document files; document file types are TXT (the EDGAR SGML-wrapped Form N-8F body and any plain-text exhibits), JSON (the per-record metadata), and occasionally HTML or PDF for late-period exhibits.
In August 2004, the SEC replaced the four reason-specific 40-8F-* submission types with a single consolidated submission type, N-8F, on which the deregistration basis is recorded by a checkbox inside the form rather than by the EDGAR routing code. 40-8F-L and N-8F are continuous in subject matter but disjoint in time: 40-8F-L is the closed June 1999 to August 2004 corpus for liquidation-driven deregistrations, while N-8F is the live regime for all Section 8(f) deregistrations from August 2004 onward.
Form 15 terminates or suspends Exchange Act reporting for a class of securities under Sections 12(g), 12(b), or 15(d) of the Securities Exchange Act of 1934. Form 40-8F-L is a Section 8(f) application under the Investment Company Act of 1940 that ends the entity's status as a registered investment company. The two regimes are not substitutes: a listed closed-end fund winding down typically files both — Form 15 to end Exchange Act reporting and a Section 8(f) application (40-8F-L, now N-8F) to terminate 1940 Act registration.