KeyVex
SEC filings & market structure

Reg A+ Offerings (Form 1-A)

Every Regulation A+ 'mini-IPO' offering statement since the amended rules took effect in June 2015 — nearly 10,000 filings from companies raising up to $20M (Tier 1) or $75M (Tier 2) from the public without a full IPO. One record per filing with the issuer (SIC code, jurisdiction, year incorporated, employees), tier election, offering terms (security types, count, price, aggregate amount), service providers with their fees (underwriter, sales commissions, auditor, legal), and the issuer's summary financials from Part I.

EndpointGET /v1/reg-a-offerings
SourceSEC Form 1-A (EDGAR)
Authx-api-key — a free key works

What it returns

One record per filing (accession). 1-A initial, 1-A/A amendments, 1-A POS post-qualification amendments; Part I financials are issuer-reported. See the live example below for the full field set.

Filters

accession_numberDirect lookup by EDGAR accession number.
cikIssuer CIK (any zero-padding).
issuer_nameCase-insensitive substring against issuer name.
tierTier election: Tier1 (≤$20M, state review) or Tier2 (≤$75M, preempts state review).
jurisdictionIssuer's jurisdiction of organization (two-letter, e.g. 'DE').
sinceFiling date lower bound (YYYY-MM-DD inclusive).
untilFiling date upper bound (YYYY-MM-DD inclusive).
sort_orderSort by filing date. Default desc.
limitMaximum filings. Default 50, max 500.

Example request

curl "https://api.keyvex.com/v1/reg-a-offerings?limit=1" \
  -H "x-api-key: YOUR_KEY"

Response

{
  "results": [
    {
      "estimated_net_amount": 5728270.5,
      "outstanding_common_equity": 11714004,
      "year_incorporation": "2019",
      "total_assets": 2330239,
      "cik": "0001784440",
      "auditor_name": "Mac Accounting Group & CPAs, LLP",
      "city": "SALT LAKE CITY",
      "is_post_qualification": true,
      "full_time_employees": 10,
      "sales_commissions_fees": null,
      "jurisdiction_organized": "NV",
      "part_time_employees": 0,
      "source_url": "https://www.sec.gov/Archives/edgar/data/1784440/0001096906-26-001058.txt",
      "tier": "Tier2",
      "filing_index_url": "https://www.sec.gov/Archives/edgar/data/1784440/000109690626001058/0001096906-26-001058-index.htm",
      "securities_offered_count": 1884382,
      "industry_group": "Other",
      "state": "UT",
      "stockholder_equity": 1684490,
      "cash_equivalents": 1145005,
      "is_amendment": false,
      "total_aggregate_offering": 5773270.5,
      "total_revenues": 750946,
      "securities_offered_types": "Equity (common or preferred stock)",
      "total_liabilities": 645749,
      "underwriter_fees": null,
      "filing_date": "2026-07-06",
      "auditor_fees": 10000,
      "is_withdrawal": false,
      "issuer_name": "BioScience Health Innovations, Inc.",
      "accession_number": "0001096906-26-001058",
      "sic_code": "7374",
      "form": "1-A POS",
      "legal_fees": 35000,
      "underwriter_name": "",
      "scraped_at": "2026-07-07T16:18:49.824Z",
      "common_class_name": "Common Equity",
      "net_income": -229907,
      "price_per_security": 4.5,
      "_first_seen_at": "2026-07-07T16:19:03.191Z",
      "_last_history_at": "2026-07-07T16:19:03.191Z",
      "_content_hash": "1b7e8898fe71fa93d140c4be8bb8e496ffdba362fd8ad26f183006473a63d22d"
    }
  ],
  "count": 1,
  "has_more": true
}

Example questions you can answer

Related datasets

Query Reg A+ Offerings (Form 1-A) from your AI

Hand any AI your key + the OpenAPI spec and it can pull this dataset directly. Free key = full data, 60 requests/day.

Get a free key OpenAPI spec → REST docs →
← All 60+ datasets