latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

SEC Filings

S-1 offering history

Stock Pro

Returns S-1/S-1A offering filings for a company, ordered by filing date ascending. Tracks the evolution of IPO terms across amended registration statements.

Preliminary filings may have null values for price and share fields.

get/api/filings/offering

Query parameters

symbolstring

Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.

cikinteger

SEC Central Index Key (CIK).

cusipstring

CUSIP identifier (9 characters).

composite_figistring

Composite OpenFIGI identifier.

share_class_figistring

Share-class OpenFIGI identifier.

pageinteger

Page number (1-indexed)

pageSizeinteger

Number of offerings per page

Response

Paginated list of S-1 offering filings

pageinteger
pageSizeinteger
totalPagesinteger
totalResultsinteger

Example response

{
  "page": 1,
  "pageSize": 10,
  "totalPages": 1,
  "totalResults": 3,
  "data": [
    {
      "filedDate": "2024-02-22",
      "accessionNumber": "0001713445-24-000042",
      "sharesOffered": 22000000,
      "sharesOfferedSelling": 8400000,
      "priceRangeLow": 31,
      "priceRangeHigh": 34,
      "proposedMaxOffering": 748000000,
      "overallotmentShares": 3300000,
      "useOfProceeds": "General corporate purposes and working capital"
    }
  ]
}