secwatch / observer

API docs

Public read surfaces for source-linked SEC 8-K event intelligence. These endpoints are intended for retrieval, monitoring, RSS readers, and lightweight research tools.

OpenAPI

Filing event

Returns one source-linked structured summary for a ready SEC Form 8-K filing.

GET /filing/{accession}.json
GET /filing/{accession}.md
GET /filing/{accession}.txt
GET /filing/{accession}

Recent filings feed

Cursor-paginated JSON optimized for LLM and machine ingestion.

GET /api/llm-feed.json?limit=50

Fields include:
accession, ticker, company_name, filed_at, event_type,
headline, bullets, materiality_score, source URLs, alternate URLs.

Ticker and event feeds

GET /api/filings?ticker=AAPL
GET /ticker/AAPL
GET /feed/ticker/AAPL.xml
GET /events/earnings/recent
GET /events/earnings/recent.json
GET /feed/event/earnings.xml

Daily digest

GET /daily/latest
GET /daily/{YYYY-MM-DD}

Executive changes

GET /executive-changes
GET /api/executive-changes.json
GET /feed/executive-changes.xml

Source filings are SEC EDGAR documents. secwatch summaries are AI-assisted reading aids and should be verified against the linked source filing.