latestOpenAPI 3.0.02026-08-2010141507.9 KB
3d5897270d8a
SEC Filings
Recent S-1 offerings
Cross-company endpoint — no symbol required. Returns the most recent S-1/S-1A offering per company, filtered to filings within the specified number of days. Useful for tracking upcoming IPOs and recent registration statements across the market.
Each result includes the latest offering terms for that company. The isPriced flag indicates whether the offering has a price range set (i.e. priceRangeLow is not null).
get/api/filings/recent-offerings
Query parameters
daysinteger
Number of days to look back for recent offerings
pageinteger
Page number (1-indexed)
pageSizeinteger
Number of offerings per page
Response
Paginated list of recent S-1 offerings across all companies
Example response
{
"page": 1,
"pageSize": 20,
"totalPages": 3,
"totalResults": 47,
"data": [
{
"cik": 1713445,
"filedDate": "2024-02-22",
"isPriced": true,
"symbol": "RDDT",
"name": "Reddit, Inc.",
"sharesOffered": 22000000,
"priceRangeLow": 31,
"priceRangeHigh": 34,
"proposedMaxOffering": 748000000
}
]
}