Changelog

Shipped.

Every release, every fix. Subscribe via the webhook on /releases (coming soon).

v1.42026-04-28feature

Filing → market reaction join

The /filings endpoint now accepts include=market to attach price-at-filing, t+1d, and t+7d returns inline. One request, one bill.

  • New `market` object on filing responses
  • Reaction percentages for 1d, 7d, 30d windows
  • Cached server-side — no extra latency
v1.32026-04-12release

Market data endpoints (GA)

Quotes, OHLCV bars, and fundamentals are now generally available — included in the $10/month plan.

  • GET /quote — real-time price, bid/ask, volume
  • GET /bars — historical candles, 1m to 1mo timeframes
  • GET /fundamentals — derived from latest 10-K/10-Q + prices
v1.22026-03-30improvement

P95 latency cut by 38%

Rewrote the filing parser cache layer. Hot tickers (AAPL, MSFT, NVDA, TSLA) now return in under 60ms p95.

v1.12026-03-15feature

Webhooks for new filings

Subscribe to filing events by ticker or form type. Receive HMAC-signed POSTs within seconds of EDGAR publication.

v1.02026-02-20release

SECStream v1 — public launch

Structured SEC filings via REST. One key, $10/month, 100k requests included.

  • GET /filings, /company, /search
  • Bearer token auth + per-request usage logs
  • JSON-only, predictable parameters