Zhane EDGAR API

Real-time SEC 8-K filing intelligence. Parsed, structured, urgency-scored in seconds. Monitor material events, executive departures, restatements, and delistings before the market reacts.

Endpoints

GET/v1/filings/recent
Latest 8-K filings with parsed items, company names, urgency scores. Updated every 10 seconds.
GET/v1/filings/:accession
Full filing detail - items, dollar amounts, context snippets extracted from filing text.
GET/v1/signals
HIGH and CRITICAL signals only. Material impairments, restatements, delistings, exec departures.
GET/v1/company/:cik
Recent filings for a specific company by CIK number.

Example Response

{
  "accession": "0001193125-26-142364",
  "company": "Goldman Sachs Private Credit Corp.",
  "cik": "1920145",
  "items": {
    "5.02": {
      "name": "Departure of Directors/Officers",
      "urgency": 3,
      "urgency_label": "HIGH",
      "context": "On March 15, 2026, the Company announced the departure of its CFO..."
    }
  },
  "dollar_amounts": ["$9.5 billion", "$16.6 billion"],
  "max_urgency_label": "HIGH"
}

Authentication

curl -H "Authorization: Bearer zk_your_api_key" https://api.zctechnologies.org/v1/filings/recent

Pricing

Starter

$29/mo

1,000 requests/day

All endpoints. Email support.

See Plans

Read the Docs   View Examples