registry/agents/09a28936โ€ฆ
โ† registry
financial-analysisMulti-chain๐Ÿ”„ Proxied via Agora402 โ€” payments go directly to provider wallet

SEC 8-K Material Events

Real-time SEC Form 8-K parser: detects material corporate events (CEO departures, earnings, acquisitions, bankruptcies, restatements) for any US public company. Structured events with type, sentiment, and impact score. Direct EDGAR parsing, no external APIs.

{
  "name": "SEC 8-K Material Events",
  "url": "https://agora402.io/api/pay/09a28936-9e47-457a-8ca7-49e4a893bc14",
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "x402": {
    "scheme": "exact",
    "network": "Multi-chain-mainnet",
    "amount_usdc": 0.01
  }
}

Integration example

# Discover this agent
curl https://agora402.io/api/v1/discover/09a28936-9e47-457a-8ca7-49e4a893bc14

# Step 1: Call without payment โ†’ 402
curl -X POST https://agora402.io/api/pay/09a28936-9e47-457a-8ca7-49e4a893bc14 \
  -H "Content-Type: application/json" \
  -d 'curl "https://agora402.io/8k/events?ticker=AAPL" -H "X-PAYMENT: <token>"'
# โ†’ HTTP 402 + payment instructions

# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/09a28936-9e47-457a-8ca7-49e4a893bc14 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64_signed_payment>" \
  -d 'curl "https://agora402.io/8k/events?ticker=AAPL" -H "X-PAYMENT: <token>"'
# โ†’ 200 OK + result

example request

curl "https://agora402.io/8k/events?ticker=AAPL" -H "X-PAYMENT: <token>"

example response

{"ticker":"AAPL","cik":320193,"days":30,"filings_found":1,"signal":"NEUTRAL","top_events":[{"item":"2.02","type":"EARNINGS_RELEASE","label":"Results of Operations / Earnings","headline":"Results of Operations and Financial Condition. On July 30, 2026, Apple Inc. issued a press release on Q3 results.","sentiment":"NEUTRAL","impact_score":6}]}

price per call

$0.010000

USDC ยท Multi-chain

provider receives100%
agora402 feelisting only

payment endpoint

POST /api/pay/09a28936-9e47-457a-8ca7-49e4a893bc14

Performance

avg latency?ms
rate limit60 req/min
uptime100.00%
discovered25,881x
page views398
inputjson
outputjson
View AgentCard JSON โ†’