ToolAssay

One issuer's complete path to going public — registrations, amendments, prospect

One issuer's complete path to going public — registrations, amendments, prospectuses, effectiveness and withdrawals in order with a current stage label, merged live from EDGAR plus our 2021+ index. Look up by CIK or name substring.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
311 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://answerpool.io/v1/ipo/company

CategoryCompany and compliance
Provider hostanswerpool.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 311 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "cik": "320193"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "cik": {
              "anyOf": [
                {
                  "maxLength": 10,
                  "pattern": "^\\d{1,10}$",
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Cik"
            },
            "company": {
              "anyOf": [
                {
                  "maxLength": 80,
                  "minLength": 3,
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "description": "Company-name substring.",
              "title": "Company"
            },
            "limit": {
              "default": 100,
              "maximum": 500,
              "minimum": 1,
              "title": "Limit",
              "type": "integer"
            }
          },
          "title": "CompanyIn",
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "as_of": {
              "title": "As Of",
              "type": "string"
            },
            "cik": {
              "title": "Cik",
              "type": "string"
            },
            "company": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "title": "Company"
            },
            "count": {
              "title": "Count",
              "type": "integer"
            },
            "disclaimer": {
              "default": "Registration and offering events from public SEC EDGAR filings; stage labels and the likely-IPO flag are deterministic heuristics, not offering advice. Not investment advice.",
              "title": "Disclaimer",
              "type": "string"
            },
            "events": {
              "items": {
                "properties": {
                  "accession": {
                    "title": "Accession",
                    "type": "string"
                  },
                  "filed": {
                    "title": "Filed",
                    "type": "string"
                  },
                  "form": {
                    "title": "Form",
                    "type": "string"
                  },
                  "url": {
                    "title": "Url",
                    "type": "string"
                  }
                },
                "required": [
                  "form",
                  "filed",
                  "accession",
                  "url"
                ],
                "title": "LifecycleEvent",
                "type": "object"
              },
              "title": "Events",
              "type": "array"
            },
            "method_id": {
              "default": "sec_ipo_rules_v1",
              "title": "Method Id",
              "type": "string"
            },
            "stage": {
              "title": "Stage",
              "type": "string"
            }
          },
          "required": [
            "as_of",
            "cik",
            "company",
            "stage",
            "count",
            "events"
          ],
          "title": "CompanyOutput",
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON