# Reg A+ Offering & Exit Lifecycle Feed (2026)

**Use case:** 

Ready-to-run SEC Regulation A / Reg A+ lifecycle feed from EDGAR: every 1-A offering, 253G2 qualification, 1-K annual report, 1-U material event and 1-Z exit filed since August 2026, with issuer detail, offering economics and exit sell-through.

## Input

```json
{
  "mode": "feed",
  "formTypes": [
    "1-A",
    "253G2",
    "1-K",
    "1-SA",
    "1-U",
    "1-Z"
  ],
  "startDate": "2026-08-01",
  "enrichXml": true,
  "maxResults": 40
}
```

## Output

```json
{
  "event_class": {
    "label": "Event class",
    "format": "string"
  },
  "form": {
    "label": "Form",
    "format": "string"
  },
  "issuer_name": {
    "label": "Issuer name",
    "format": "string"
  },
  "file_date_iso": {
    "label": "Filed date",
    "format": "string"
  },
  "biz_state": {
    "label": "Business state",
    "format": "string"
  },
  "offering_tier": {
    "label": "Offering tier",
    "format": "string"
  },
  "total_aggregate_offering_usd": {
    "label": "Total aggregate offering (USD)",
    "format": "number"
  },
  "fin_total_revenues": {
    "label": "Total revenues (offering snapshot)",
    "format": "number"
  },
  "fin_net_income": {
    "label": "Net income (offering snapshot)",
    "format": "number"
  },
  "exit_securities_sold": {
    "label": "Securities sold (1-Z)",
    "format": "number"
  },
  "exit_sell_through_pct": {
    "label": "Exit sell-through %",
    "format": "number"
  },
  "accession": {
    "label": "Accession number",
    "format": "string"
  },
  "is_new_since_last_run": {
    "label": "New since last run",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC EDGAR Reg A+ Offering Lifecycle & Outcomes Monitor](https://apify.com/malonestar/reg-a-plus-lifecycle-monitor.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/reg-a-plus-lifecycle-monitor.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/malonestar/reg-a-plus-lifecycle-monitor.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
