Changelog
API updates
Versioning and the deprecation policy.
The v1 surface is alpha. Schema names and types are stable; extraction
quality improves continuously.
Deprecation policy
Breaking changes get 90 days' notice via the Sunset and Deprecation
response headers (RFC 8594) and an
entry here. Additive changes (new fields, new endpoints) ship without notice and
never break a conforming client.
2026-09 — KPI tools carry the company's layout judgment
- Added (additive):
list_company_kpisreturns rows in the company's judged order and, once judged, a top-levelheadlinelist plus per-rowtier,family,polarityandstale_quarters;get_kpi_series.metriccarries the same, and a cited point may carryapproximate: true. Duplicate labels for one measure are now hidden. See What the judgment fields mean.
2026-09 — fundamentals endpoint retired
- Removed:
GET /v1/companies/{symbol}/fundamentalsand thelist_fundamentalsMCP tool. The layer behind them was a narrow extracted snapshot that duplicated the KPI dataset at lower coverage and freshness. Uselist_company_kpis/get_kpi_seriesfor company-native operating metrics andget_financial_statements(MCP) for reported financials.
2026-07 — v1 alpha
- Initial public surface: companies, events, filings, documents, transcripts, KPIs, fundamentals, scores, ownership, funds, prices, search.
/v1/askcited answer engine.- MCP server with OAuth + API-key auth.
- Webhooks (Builder+).