The Form N-14AE Files Dataset is a closed historical corpus of registration statements filed by open-end management investment companies (mutual funds) to register shares issued in business-combination transactions that qualified for automatic effectiveness under Securities Act Rule 488. One record is a single Form N-14AE or Form N-14AE/A submission to EDGAR, captured as an accession-numbered folder containing a metadata.json header, the combined prospectus/proxy registration statement, and every original exhibit (plan of reorganization, powers of attorney, proxy materials, auditor consents, opinions of counsel, and miscellaneous exhibits) except image binaries. The acquiring fund is the registrant; target-fund shareholders vote on the reorganization but the target itself does not sign as registrant. The dataset spans the form's full operational lifespan, from October 1997 through the SEC's April 2008 retirement of the form, after which Rule 488 reorganizations were redirected onto the standard Form N-14. Filings are distributed as monthly ZIP containers in TXT, JSON, HTML, and PDF file formats.
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:
Form N-14AE was a specialized variant of Form N-14, the combined prospectus/proxy registration statement used by open-end management investment companies to register securities issued in business combination transactions under the Investment Company Act of 1940 and the Securities Act of 1933. The "AE" suffix denoted "automatic effectiveness" under Securities Act Rule 488: when the proposed transaction met Rule 488's conditions — principally that the acquiring fund was an open-end investment company already registered under the 1940 Act and that the transaction was structured as a tax-free reorganization — the registration statement became effective automatically on the thirtieth day after filing without staff review, eliminating the standard pre-effective amendment cycle. The form was used for fund mergers, fund-of-funds reorganizations, master/feeder restructurings, and acquisitions of one fund's assets by another.
The SEC discontinued Form N-14AE in April 2008 and folded its function back into the standard Form N-14, after which a Rule 488 transaction is filed on Form N-14 with a Rule 488 box checked on the cover page rather than under a distinct form code. The dataset covers the form's full operational lifespan from October 1997 through its April 2008 retirement and includes both initial Form N-14AE registration statements and Form N-14AE/A amendments. The amendment variant is the same registration statement re-filed with revisions — corrections to the prospectus or proxy disclosures, updated financial highlights, restated fee tables, supplementary exhibits, or revised plans of reorganization. Amendments share the parent filing's structure but receive a new accession number and are treated as independent records here.
The dataset is distributed as monthly ZIP containers; the file types found inside an accession folder are JSON (the metadata header), HTML/HTM (SGML-wrapped HTML documents containing the prospectus/proxy and most modern exhibits), TXT (plain-text submissions used heavily through the late 1990s and early 2000s), and PDF (occasional ancillary attachments).
One record is a single Form N-14AE or Form N-14AE/A registration statement as it was submitted to EDGAR, materialized on disk as a folder keyed by the 18-digit zero-padded EDGAR accession number with no dashes (e.g. 000139834408000047). The folder bundles a metadata.json header that flattens EDGAR's filing-level information together with every original submission document EDGAR received — the main registration statement, every numbered exhibit, and the consolidated SGML submission wrapper — with the single exception of image binaries (logos, chart graphics, scanned signatures), which remain catalogued in the metadata but are excluded from the archive payload. The unit of observation is the accession-level filing. An N-14AE that registers shares for several reorganizations or fund pairs at once is still one record. An amendment (N-14AE/A) to a previously filed registration is a separate record under its own accession number, not an overlay on the parent.
Each monthly archive expands to a YYYY-MM/ folder containing one subfolder per filing, named with the 18-digit zero-padded accession number and no dashes. The dashed canonical form (e.g. 0001398344-08-000047) appears only inside metadata.json and in EDGAR URLs. Every accession folder contains exactly one metadata.json plus one main N-14AE document; the number of additional exhibit files varies from zero to roughly fifteen depending on the complexity of the transaction, the number of fund pairs involved, and whether the registrant attached opinions of counsel, auditor consents, and powers of attorney.
metadata.json schemaThe metadata file is a JSON object that flattens EDGAR's filing-level header into a stable structured form:
formType — either N-14AE or N-14AE/A.accessionNo — the dashed accession number.filedAt — ISO-8601 timestamp with timezone offset capturing the EDGAR filing receipt time (e.g. 2008-02-21T14:52:36-05:00).description — the human-readable EDGAR form description, e.g. "Form N-14AE - Registration statement for open-end investment company (business combinations) [Rule 488]".linkToFilingDetails — canonical SEC URL for the primary document.linkToTxt — URL of the consolidated EDGAR .txt submission, the SGML wrapper containing every document concatenated.linkToHtml — URL of the EDGAR filing-index page.linkToXbrl — empty for this form. N-14AE pre-dated and was discontinued before the fund-level XBRL/iXBRL mandates that later applied to N-1A risk/return summaries, so no record carries an XBRL instance.documentFormatFiles — an array describing every document in the submission. Each entry carries sequence (the SGML document order, with 1 reserved for the main registration statement), size in bytes encoded as a string, documentUrl, type (the EDGAR exhibit code such as N-14AE, EX-4.A, EX-4.B, EX-16, EX-17, EX-23, EX-99, GRAPHIC), and an optional description populated when the registrant supplied one. The trailing array entry, which has a blank sequence and type, points to the consolidated EDGAR .txt submission wrapper.dataFiles — typically empty for N-14AE filings.entities — an array of one or more filer entity objects. Each carries cik (zero-padded), companyName with a parenthetical role suffix such as (Filer), fiscalYearEnd in MMDD form, stateOfIncorporation, act (the registration act, 33 for Securities Act of 1933 registrations), fileNo (the SEC file number, e.g. 333-149332 for Securities Act registrations), irsNo (EIN with no dashes), filmNo (the SEC film/registration number assigned at receipt), and type mirroring the form type.id — a 32-character hex content hash used as a stable internal record identifier..htm and .txt documentsFiles inside an accession folder are not bare HTML or bare text. Each one is an EDGAR <DOCUMENT> block, the same SGML envelope that appears inside the consolidated submission file. The first lines of every document follow the pattern:
1
<DOCUMENT>
2
<TYPE>N-14AE
3
<SEQUENCE>1
4
<FILENAME>firsthand_n14-0208.htm
5
<TEXT>
6
<html> ... full HTML body of the prospectus / proxy / exhibit ... </html>
7
</TEXT>
8
</DOCUMENT>
<TYPE> mirrors the type field in documentFormatFiles and identifies the role of the document (the main N-14AE registration statement, an exhibit code, or GRAPHIC). <SEQUENCE> reflects the order of the document in the original EDGAR submission. <FILENAME> repeats the on-disk filename. An optional <DESCRIPTION> line may appear after <FILENAME> when the registrant supplied an exhibit description. <TEXT> opens the document body, which for the main filing and most modern exhibits is HTML, but for late-1990s and early-2000s filings is plain ASCII text. Plain-text bodies use no HTML markup, render fee schedules and financial highlights as fixed-width ASCII tables, and may include uuencoded segments for embedded graphics.
The set of documents inside an accession folder mirrors Form N-14's three-part structure (Part A prospectus/proxy, Part B Statement of Additional Information, Part C other information) and the exhibit list required by Item 16:
<TYPE>N-14AE or N-14AE/A, sequence 1). The combined prospectus/proxy statement filed under Rule 488. This is the largest document in the filing, frequently 100 KB to several megabytes of HTML, and contains the substantive disclosure about the proposed reorganization. Internally it follows the Item structure of Form N-14 (see section-by-section breakdown below).EX-4.A, EX-4.B, and so on, each carrying the agreement that applies to one fund pair. The agreement is also typically reproduced as an appendix to the prospectus, but the EX-4 exhibit is the executed legal copy.documentFormatFiles with their original filenames and sizes but their binary payloads are excluded from the archive per dataset policy..txt wrapper. Referenced via linkToTxt and as the trailing entry in documentFormatFiles. This is the single SGML file EDGAR received containing all documents concatenated; in modern filings it is functionally redundant with the per-document .htm files but remains the canonical EDGAR artifact.Document filenames are filer-controlled with no enforced convention; common patterns are <sponsor>_n14<MMYY>.htm, <sponsor>_ex<n>.htm, and <sponsor>_proxy.htm.
Form N-14 (and its automatic-effectiveness variant N-14AE) organizes its disclosures into three Parts. The main <TYPE>N-14AE document inside an accession folder typically contains all three sequentially, separated by internal navigation captions rather than emitted as separate files.
Part A — Information Required in the Prospectus / Proxy Statement.
Part B — Statement of Additional Information.
A continuation of the main document or a separate exhibit containing the SAI for the reorganization. The SAI incorporates by reference the audited financial statements of both the acquiring and acquired funds, includes pro forma combined financial statements showing the post-reorganization balance sheet and schedule of investments, and provides additional disclosure on fund history, fundamental and non-fundamental investment policies, the board of trustees, principal officers, share ownership, the investment advisory contract, brokerage practices, and the custodian, transfer agent, and independent registered public accounting firm.
Part C — Other Information.
The administrative back end of the registration statement:
A record contains the JSON metadata header, the SGML-wrapped main N-14AE registration statement, every text and HTML exhibit submitted with the filing, any PDF attachments included in the original EDGAR submission, and the consolidated .txt submission wrapper when present. The metadata entities block fully identifies every filer and co-registrant on the submission with CIK, EIN, file number, film number, state of incorporation, and fiscal year end.
Image binaries listed under <TYPE>GRAPHIC in the original EDGAR submission — logos, charts, scanned signatures — are excluded from the archive payload but remain catalogued in documentFormatFiles so that any reference to them in the prospectus body can be traced back to a known filename and size. Content that the registration statement merely incorporates by reference — the underlying funds' most recent N-1A prospectuses, their N-CSR annual and semi-annual reports, and the standalone audited financial statements those reports contain — is not bundled into the record. Only the inline excerpts and pro forma statements that the registrant chose to print into the N-14AE itself are present.
Across the October 1997 through April 2008 coverage window the substantive Item structure of Form N-14 (and therefore N-14AE) was relatively stable, but several disclosure overlays affected typical content:
The underlying filings span the EDGAR transition from plain-text to HTML submissions:
<TYPE>N-14AE document body is ASCII text inside <TEXT> SGML tags, with fee tables and financial highlights rendered as fixed-width ASCII tables and embedded graphics encoded as uuencoded blocks inside <TYPE>GRAPHIC documents.<TEXT> tags. PDF appears occasionally for ancillary attachments and scanned materials.linkToXbrl is empty and dataFiles is empty across the corpus.Practical considerations when working with these records:
.htm extension is misleading. The file is a single SGML <DOCUMENT> block whose <TEXT> body happens to contain HTML. Strict HTML parsers will choke on the leading SGML header lines. Either strip everything outside <TEXT>...</TEXT> first or use a parser tolerant of leading non-HTML preamble.fileNo (the 333-NNNNNN Securities Act file number in the entity block) across multiple accession-numbered records.entities array enumerates every co-registrant; the companyName role suffix distinguishes the primary filer from co-registrants.<img src="..."> tags inside the HTML body. These references will resolve to missing files when the HTML is rendered locally; the filename and size remain available in documentFormatFiles for traceability.Form N-14AE was filed exclusively by registered open-end management investment companies (mutual funds) registering shares to be issued to the shareholders of another investment company in a fund-level business combination. The "AE" suffix signaled that the registrant was claiming automatic effectiveness under Rule 488 of the Securities Act of 1933, rather than awaiting an explicit acceleration order from the SEC staff.
The registrant is the acquiring fund — the technical issuer of the shares being registered. In practice the filing entity is the legal-entity registrant under the Investment Company Act of 1940 (a Massachusetts business trust, Delaware statutory trust, Maryland corporation, or similar vehicle), filing on behalf of the affected series. The target fund whose shareholders are voting is described in the filing but is not itself the registrant.
Each accession number in this dataset corresponds to one EDGAR submission — either an initial Form N-14AE registration statement or a Form N-14AE/A amendment — by one such registrant.
The filing is transactional and event-driven, not periodic. It is triggered when an acquiring open-end fund must register the shares it will issue as consideration in a fund-level reorganization. Typical triggering transactions:
To file on Form N-14AE specifically (rather than the regular Form N-14), the transaction had to satisfy Rule 488: both funds had to be registered investment companies eligible under the rule, the deal had to be structured as a qualifying tax-free reorganization, target-fund shareholder approval had to be sought as required, and no discretionary acceleration could be requested outside the rule's automatic mechanics.
An initial Form N-14AE registers the shares and packages a combined prospectus/proxy statement, the Agreement and Plan of Reorganization, pro forma and audited financial statements, and the Part B Statement of Additional Information.
A Form N-14AE/A amendment updates that registration statement, typically to:
Amendments could be filed pre-effectively or, less commonly, post-effectively to update the prospectus used in connection with the share issuance.
Filing timing is driven backward from the target-fund shareholder meeting and the planned closing date:
A given fund complex may file no N-14AE submissions in a year, or many, depending on its reorganization activity.
The SEC discontinued Form N-14AE in April 2008 and consolidated all investment-company business-combination registration statements onto the standard Form N-14. The Rule 488 automatic-effectiveness mechanism was preserved as a procedural option within Form N-14 itself, removing the need for a separate form-type label. After April 2008, filings that would have previously been N-14AE were submitted on Form N-14, with Rule 488 reliance indicated through the form's mechanics rather than the form type.
This dataset therefore covers a closed historical window: EDGAR submissions from October 1997 through the April 2008 discontinuation. The N-14AE/A amendment population is fully contained within that same window.
Form N-14AE sits at the intersection of Securities Act share registration, Investment Company Act regulation, and proxy disclosure for fund reorganizations. Several adjacent datasets cover overlapping slices of that same transaction. The closest comparisons are Form N-14, Form N-14EI, Form S-4, Form N-1A, Schedule 14A / DEF 14A, and Form 425.
Form N-14 (the unified successor). N-14 and N-14AE share the same substantive content: combined prospectus/proxy, fee and capitalization tables, pro forma financials, audited statements of acquirer and target, and the reorganization agreement. The distinction is procedural. N-14AE was reserved for filings that qualified for automatic effectiveness under Rule 488 (typically intra-complex open-end fund reorganizations with no material change in fundamental policies and no advisory-fee increase outside the shareholder vote). Those filings became effective on the 30th day post-filing without staff review. Standard N-14 filings went through staff review and required an acceleration request. In April 2008 the SEC eliminated N-14AE and folded Rule 488 reliance into a checkbox on a unified Form N-14. N-14AE is therefore a closed historical corpus (October 1997 – April 2008); for any reorganization filed after April 2008, use the Form N-14 dataset.
Form N-14EI. A parallel pre-2008 automatic-effectiveness variant, but for registration tied to exchange-listed (closed-end) fund reorganizations and specified exchange-offer mechanics. N-14AE applies to open-end management investment companies (mutual funds); N-14EI applies to closed-end and exchange-offer transactions. Both were consolidated into the unified N-14 in 2008. Use N-14EI for closed-end fund mergers in the same window; do not substitute N-14AE.
Form S-4. The operating-company analog. Same disclosure trigger (securities issued in a business combination) and same combined prospectus/proxy character, but S-4 is governed by Regulation S-K and S-X line items: MD&A, business descriptions, segment data, and operating-company financial statements. N-14AE follows the investment-company schedule: investment objectives, strategies, fee tables, advisory and distribution arrangements, and portfolio-level disclosure. S-4 deals are typically arm's-length combinations between independent operating companies; N-14AE deals are predominantly intra-complex consolidations between funds sharing an adviser. Use S-4 for corporate M&A registration, N-14AE for fund-level reorganizations.
Form N-1A. The standard registration and ongoing prospectus form for open-end funds. Overlaps with N-14AE on fund-level content (objectives, strategies, fees, financial highlights, risks). The distinction is purpose: N-1A is the evergreen prospectus, updated annually, registering shares offered in the ordinary course. N-14AE registers a finite block of shares issued as merger consideration to target-fund shareholders, filed once per transaction, and includes content N-1A never carries (plan of reorganization, board considerations, comparative fee/performance tables, pro forma combined financials). N-1A for continuous prospectus history; N-14AE for specific merger events.
Schedule 14A / DEF 14A. Proxy solicitation under the Exchange Act. Direct content overlap because N-14AE filings are usually combined prospectus/proxy documents reusing the same merger description, board recommendation, and voting mechanics. The differences: 14A is filed under Exchange Act proxy rules and governs the solicitation itself; N-14AE is filed under the Securities Act and governs the issuance of new shares. When a fund reorganization uses the N-14AE combined prospectus/proxy to satisfy Rule 14a, a standalone DEF 14A is often not filed. Where both exist, N-14AE carries the registration-grade financials (audited statements, pro formas) that 14A typically lacks. Schedule 14A datasets also span far broader topics (director elections, advisory contract approvals, plan amendments); N-14AE is reorganization-only.
Form 425. The wrapper for prospectus-related communications and written soliciting materials around a business combination (Rule 425 / Rule 14a-12): press releases, investor presentations, employee communications, shareholder letters. N-14AE is the formal registration statement; Form 425 is the stream of surrounding communications. Form 425 will not yield financial statements, fee tables, or pro formas; N-14AE will not yield the contemporaneous press and investor materials. For a complete picture of a pre-2008 fund merger, pair the two.
The Form N-14AE Files Dataset is a narrow, time-bounded historical corpus (October 1997 – April 2008) of registration statements for open-end fund reorganizations that qualified for Rule 488 automatic effectiveness. It is not interchangeable with any of the comparisons above: N-14 supersedes it after April 2008, N-14EI covers a different fund structure, S-4 covers operating companies, N-1A serves a different (continuous) registration purpose, Schedule 14A is a different statutory regime, and Form 425 captures the surrounding communications rather than the registration document itself. For fund mergers inside this window, N-14AE is the primary source; outside it, redirect to Form N-14.
The Form N-14AE corpus is now a closed historical record of fund-merger prospectuses, plans of reorganization, and audited financials. The professions below work with it most directly, and each one anchors on a different part of the record.
Investment-company attorneys use the dataset as a precedent library when structuring current Form N-14 reorganizations. They mine the EX-4 plan of reorganization for representations and warranties, closing conditions, expense allocation, indemnification carve-outs, and termination rights, and the proxy/prospectus for tax-free reorganization language, Rule 488 representations, and fee-waiver continuity. Output: drafting memos, deal documents, and disclosure language.
CCOs reviewing a contemplated combination or auditing inherited compliance posture pull predecessor N-14AE filings to confirm continuity of advisory contracts, 12b-1 plans, and Rule 17a-8 affiliated-merger conditions. They reconcile historical disclosures against current Form ADV, N-1A, and trustee minutes.
Researchers studying fund-industry consolidation, scale economies, and survivorship over 1997-2008 treat the corpus as a primary source. Investment-objective text, fee tables, financial highlights, and AUM disclosures support quantitative work on whether merged-out funds were systematically smaller, more expensive, or underperforming relative to their acquirers.
Quants building long-horizon mutual-fund return panels use N-14AE filings to map acquired funds to their successors. The critical fields are target and acquirer CIK, series and class IDs, effective date, and the share-exchange ratio in the EX-4 plan. The output is a fund-merger crosswalk used to splice return series, recompute time-weighted performance, and apply survivorship-bias corrections in factor and persistence studies.
Vendors maintaining fund identifier histories use the metadata and prospectus text to keep CIK, series ID, class ID, ticker, and CUSIP relationships consistent across reorganizations. This feeds clean identifier crosswalks for analytics platforms, recordkeeping systems, and benchmark constituent files, preventing double-counting of flows or holdings on the effective date.
Board secretaries supporting fund trustees pull precedent N-14AE disclosures to model expected disclosure for a current deal: how prior filings articulated Section 15(c) findings, comparative trustee analyses, surviving advisory-contract approval, and affiliated-party conflicts. Pro forma combined fee tables and audited financials feed board decks and 15(c) memoranda.
Litigation-support analysts reconstruct the merger chain that produced a present-day fund for shareholder-suit defense, Section 36(b) excessive-fee cases tracing fee history through predecessors, regulatory inquiries into affiliated transactions, and pre-acquisition diligence on fund advisors. Stated business purpose, predecessor financials, EX-4 plan terms, and disclosed related-party arrangements are the load-bearing content.
Forensic accountants use the embedded audited financials, financial highlights, and side-by-side current/pro forma fee tables to reconstruct pre-merger expense ratios, advisory-fee schedules, and 12b-1 arrangements that changed at reorganization. This supports fee-litigation expert reports and historical advisory-economics benchmarking.
Teams building retrieval and Q&A systems on fund regulation and 1940-Act precedent use the corpus as a stable, finite training and evaluation set. Plain-English prospectus narrative, structured EX-4 legal language, and tabular financials tied to identifiable funds and dates support indexing, citation grounding, and domain-specific eval suites.
The Form N-14AE corpus supports a small set of well-defined workflows around open-end fund reorganizations that closed under Rule 488 automatic effectiveness.
Map every acquired fund to its acquirer to splice mutual-fund return series across reorganizations. The workflow consumes the entities array in metadata.json (acquirer and target CIKs, file numbers, EINs), the filedAt timestamp, and the EX-4 Agreement and Plan of Reorganization (closing date, share-exchange ratio, surviving share class). Output is a target-CIK -> acquirer-CIK crosswalk with effective dates and exchange ratios, used to recompute time-weighted returns and rebuild survivorship-corrected mutual-fund panels for factor and persistence studies.
Investment-company counsel drafting a current Form N-14 reorganization pull the EX-4.A / EX-4.B plan exhibits across the corpus to compare representations and warranties, closing conditions, expense-allocation clauses, termination rights, and indemnification carve-outs. The synopsis and tax-consequences sections of the main <TYPE>N-14AE document supply Section 368(a) tax-free reorganization language and Rule 17a-8 affiliated-merger representations. Output is a clause library and redline templates fed into deal drafting.
Forensic accountants and fee-litigation experts extract the comparative current/pro forma fee tables and the side-by-side financial highlights printed inside the main N-14AE document to reconstruct pre-merger expense ratios, advisory-fee schedules, and 12b-1 arrangements that changed at reorganization. For pre-2003 filings the tables are fixed-width ASCII; for later filings they are HTML. Output supports Section 36(b) expert reports and historical advisory-economics benchmarks.
Litigation-support analysts and due-diligence teams trace a current fund back through every predecessor reorganization. The workflow links N-14AE/A amendments to their parent registrations via the 333-NNNNNN Securities Act file number in the entity block, then chains accession-level records by acquirer CIK across years. Output is a per-fund lineage graph showing every prior merger date, target fund, advisory contract, and EX-4 plan, used in shareholder-suit defense and acquirer diligence.
Index providers and analytics vendors use each filing's entities block (CIK, series and class identifiers referenced in the prospectus, file number) together with the effective date to update CIK / series ID / class ID / ticker / CUSIP relationships on reorganization. The plan of reorganization specifies which classes survive and which are retired. Output is clean identifier crosswalks that prevent double-counting of flows, AUM, and holdings on merger effective dates.
LLM teams use the dataset as a closed, citation-stable corpus for retrieval and evaluation on 1940-Act fund-merger questions. Plain-English Q&A and synopsis sections of the main document support narrative retrieval, EX-4 plans support structured legal-clause retrieval, and audited financial highlights support tabular grounding. The fixed October 1997 – April 2008 window gives a frozen evaluation set with stable accession-level citations.
The Form N-14AE Files Dataset is available through three access methods: a JSON metadata endpoint, a full archive download, and per-container monthly ZIP downloads. Filings are organized into monthly ZIP containers, where each container holds one subfolder per 18-digit accession number containing a metadata.json file alongside the original EDGAR documents (image files excluded).
Dataset Index JSON API: https://api.sec-api.io/datasets/form-n14ae-files.json
This endpoint returns dataset-level metadata (name, description, last update timestamp, earliest sample date, total record count, total size, form types covered, container format, and file types) along with the full dataset download URL and the complete list of container files. Each container entry includes its key, size, record count, last updated timestamp, and download URL. Polling this endpoint allows you to monitor which monthly containers were refreshed in the most recent run and download only those that changed. This endpoint does not require an API key.
1
{
2
"datasetId": "1f13365b-9ae0-69a0-9072-820fc43011ab",
3
"datasetDownloadUrl": "https://api.sec-api.io/datasets/form-n14ae-files.zip",
4
"name": "Form N-14AE Files Dataset",
5
"updatedAt": "2026-04-15T12:04:04.404Z",
6
"earliestSampleDate": "1997-10-01",
7
"totalRecords": 6737,
8
"totalSize": 292805127,
9
"formTypes": ["N-14AE", "N-14AE/A"],
10
"containerFormat": "ZIP",
11
"fileTypes": ["TXT", "JSON", "HTML", "PDF"],
12
"containers": [
13
{
14
"downloadUrl": "https://api.sec-api.io/datasets/form-n14ae-files/2008/2008-04.zip",
15
"key": "2008/2008-04.zip",
16
"size": 4185342,
17
"records": 31,
18
"updatedAt": "2026-04-15T12:04:04.404Z"
19
}
20
]
21
}
Download Entire Dataset: https://api.sec-api.io/datasets/form-n14ae-files.zip?token=YOUR_API_KEY
Downloads the complete dataset as a single ZIP archive covering all Form N-14AE and N-14AE/A filings from October 1997 through April 2008. This endpoint requires an API key.
Download Single Container: https://api.sec-api.io/datasets/form-n14ae-files/2008/2008-04.zip?token=YOUR_API_KEY
Downloads one monthly ZIP container instead of the full dataset. Replace the year and month segments with the container key returned by the dataset index API. This endpoint requires an API key.
The dataset covers Form N-14AE and its amendment variant Form N-14AE/A — registration statements filed by open-end management investment companies (mutual funds) to register shares issued in business-combination transactions that qualified for automatic effectiveness under Securities Act Rule 488. The form was a specialized variant of Form N-14, distinguished by the "AE" suffix for "automatic effectiveness."
One record is a single Form N-14AE or N-14AE/A submission to EDGAR, materialized as a folder keyed by the 18-digit zero-padded EDGAR accession number. Each folder contains a metadata.json header plus every document EDGAR received with the submission: the main prospectus/proxy registration statement, every numbered exhibit (EX-4 plan of reorganization, EX-16 power of attorney, EX-17 proxy materials, EX-23 auditor consents, EX-99 miscellaneous), and the consolidated SGML submission wrapper. Image binaries are excluded from the archive but remain catalogued in documentFormatFiles.
Form N-14AE was filed exclusively by registered open-end management investment companies (mutual funds) acting as the acquiring fund in a fund-level business combination. The acquiring fund is the registrant — the technical issuer of the shares being registered — while the target fund whose shareholders vote on the reorganization is described in the filing but does not itself sign as registrant. Closed-end funds, BDCs, UITs, and operating companies did not use this form.
The dataset covers the form's full operational lifespan, from October 1997 (the earliest sample date and the EDGAR phase-in for investment companies) through April 2008, when the SEC discontinued Form N-14AE and consolidated business-combination registration statements onto the standard Form N-14. This is a closed historical window with no new records being added.
N-14 and N-14AE share identical substantive content — combined prospectus/proxy, fee and capitalization tables, pro forma financials, and the reorganization agreement. The distinction is procedural: N-14AE was reserved for filings that qualified for automatic effectiveness under Rule 488 (effective on the 30th day post-filing without staff review), while standard N-14 filings went through staff review and required an acceleration request. After April 2008, all such filings, including those relying on Rule 488, are submitted on Form N-14 with a Rule 488 cover-page checkbox.
The dataset is distributed as monthly ZIP containers. Each archive expands to a YYYY-MM/ folder containing one subfolder per filing, and the file types found inside an accession folder are JSON (the metadata header), HTML/HTM (SGML-wrapped HTML for the main document and most modern exhibits), TXT (plain-text submissions used heavily through the late 1990s and early 2000s), and PDF (occasional ancillary attachments).
No. Form N-14AE pre-dated and was discontinued before the fund-level XBRL/iXBRL mandates that later applied to N-1A risk/return summaries, so linkToXbrl is empty and dataFiles is empty across the corpus. Tabular content such as fee tables and financial highlights appears as fixed-width ASCII in pre-2003 filings and as HTML tables in later filings.