Registration statements are now live
The 3spread Team
announcementfilings
Registration statements are now available through the API. This is the start of our textual-data coverage: parsed, sectioned prospectus text, standardized across filers so the same shape applies no matter who filed.
Here is what is included:
- Form types: S-1, S-3, S-4, S-11, F-1, and F-3.
- Prospectus sections, split out and consistently labeled across filers: risk factors, business, MD&A, use of proceeds, and more.
- Narrative text and embedded tables captured separately, so you can work with each on its own.
Query it now at /v1/registration-statements. Here is a single prospectus section, fetched by its section id:
GET /v1/registration-statements/sections/d39bb8d1-b94e-414d-bf30-c2d8b326cec4
{
"section_id": "d39bb8d1-b94e-414d-bf30-c2d8b326cec4",
"filing_id": "27904_0001683168-26-005455",
"filer_name": "DELTA AIR LINES, INC.",
"form_type": "S-3ASR",
"section_title": "USE OF PROCEEDS",
"section_order": 6,
"page_number": "4",
"text_length": 612,
"table_count": 0,
"text_json": {
"clean_title": "use of proceeds",
"text": "USE OF PROCEEDS\n\nWe intend to use the net proceeds from any offering by us of the securities for general corporate purposes, primarily to fund our operations, to repay debt or for any other purpose we describe in any applicable prospectus supplement. ..."
}
}
This is an early version of our textual data. Coverage is solid across the bulk of the filing universe, and we are actively improving parsing on the long tail, the older and less standardized filings where formatting varies most. Expect quality here to keep climbing.
Getting started:
- Read the docs at 3spread.com/docs for the endpoint reference and example queries.
- Sign up for a free account and provision an API key at 3spread.com/auth/signup.
- Join the community on Discord to tell us which filing types and sections you want next.
Financials are next, and we are looking forward to bringing them to you.
Free for the Community, always.