SEC 424B2 Prospectus Supplements Daily Feed avatar

SEC 424B2 Prospectus Supplements Daily Feed

Pricing

$10.00 / 1,000 424b2 records

Go to Apify Store
SEC 424B2 Prospectus Supplements Daily Feed

SEC 424B2 Prospectus Supplements Daily Feed

Full-market daily feed of SEC 424B2 prospectus supplements from EDGAR - every shelf-takedown pricing supplement, one deduped record per filing with issuer, co-registrants and document links. Unofficial; not affiliated with the SEC.

Pricing

$10.00 / 1,000 424b2 records

Rating

0.0

(0)

Developer

Source Sauce

Source Sauce

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Every 424B2 prospectus supplement filed with the SEC, the day it lands. Straight from EDGAR — no third-party data source, no API key, no login.

424B2 is the pricing supplement filed when an issuer takes securities down off an effective shelf registration. It is the highest-volume person-free filing class on EDGAR: roughly 600–900 filings every business day, dominated by structured notes and bank medium-term note programs (Morgan Stanley, JPMorgan, UBS, Goldman Sachs, Bank of America), plus corporate debt takedowns. This actor turns that whole daily flow into structured records.

Sample output

company_nameformfiling_dateprimary_documentco_registrants
MORGAN STANLEY424B22026-08-03msfl6099_424b2.htm
BANK OF MONTREAL /CAN/424B22026-08-03b730261424b2.htm
BANK OF AMERICA CORP /DE/424B22026-08-03form424b2.htmBofA Finance LLC
B.A.T Capital Corp424B22026-08-03bat-prelim424bxaugust2026.htm4 issuers
{
"accession": "0001214659-26-009420",
"cik": "0000927971",
"company_name": "BANK OF MONTREAL /CAN/",
"form": "424B2",
"filing_date": "2026-08-03",
"primary_document": "b730261424b2.htm",
"primary_document_url": "https://www.sec.gov/Archives/edgar/data/927971/000121465926009420/b730261424b2.htm",
"source_url": "https://www.sec.gov/Archives/edgar/data/927971/000121465926009420/0001214659-26-009420-index.htm",
"co_registrants": []
}

One filing is one record, even when five companies file it together. Shelf programs routinely file a single supplement under a parent guarantor and its finance subsidiaries, and SEC's index lists every registrant separately — on a measured day, 38% of index rows were repeats of a filing already listed. You get one record and one charge, with the others named:

"company_name": "B.A.T Capital Corp",
"cik": "0001750721",
"co_registrants": [
{"cik": "0001750625", "company_name": "B.A.T. International Finance p.l.c."},
{"cik": "0001750736", "company_name": "B.A.T. Netherlands Finance B.V."},
{"cik": "0001303523", "company_name": "British American Tobacco p.l.c."},
{"cik": "0001275283", "company_name": "REYNOLDS AMERICAN INC"}
]

What you can use this for

  • Structured-notes and MTN issuance tracking — the daily takedown flow across every bank program, in one feed.
  • New-issue debt monitoring — corporate shelf takedowns as they price.
  • Filing-document pipelines — every record carries a direct link to the actual 424B2 document, so you can feed your own parser or LLM without crawling EDGAR yourself.
  • Issuer-activity histories — which entities are taking down shelf capacity, and how often.

Output fields

fieldtypedescription
accessionstringSEC accession number — the unique id of the filing
cikstringFiler CIK, zero-padded to 10 digits
company_namestringIssuer as EDGAR lists it
formstringAlways 424B2
filing_datestringEDGAR index date, YYYY-MM-DD
primary_documentstringFilename of the document SEC types as the 424B2
primary_document_urlstringDirect link to that document on sec.gov
source_urlstringLink to the filing-index page
co_registrantsarrayOther registrants on the same filing (cik, company_name)

Input

fieldrequiredprefilldescription
contactEmailyessmazing.actors@gmail.comThe SEC requires every EDGAR request to carry a contact email. Replace with your own for production use — it is sent only to the SEC.
daysno1How many recent index days to pull (1–5). Weekends and holidays are skipped automatically.
startDate / endDatenoExplicit YYYY-MM-DD range; overrides days.
maxRecordsno25Stop after N records — a cheap preview. 0 = no cap.

Common questions

How many records will a full day cost me? A business day is roughly 600–900 records after deduplication. Set maxRecords to cap a preview run.

Do I get the prospectus text? You get a direct link to the document. The actor reads only EDGAR's index surfaces, which is what keeps it fast and cheap; fetching and parsing several hundred multi-hundred-KB prospectuses per day is a different product.

Is 424B3 / 424B5 included? No. This actor ships exactly form type 424B2 — those are different Securities Act rule paragraphs, and matching them by prefix would bill you for records this listing does not promise.

Why does a record sometimes name other companies? See the co-registrant note above: it is one document filed by several related entities, billed once.

Pricing

Pay per delivered record. Runs that fail return an uncharged error row — you pay for data, not for our failures.


This is an unofficial tool and is not affiliated with, endorsed by, or sponsored by the U.S. Securities and Exchange Commission. All data comes from public EDGAR filings. Requests are made with a declared contact User-Agent and rate-limited well inside the SEC's published access policy.