Changelog
Notable changes to Forecite — the API, the Verdict Engine, the feed, Warren, and the app.
Jun 30, 2026
Unified SDKs in public beta
- New: official Python, Rust, and TypeScript SDKs — one
Foreciteclient across feeds, scoring, discovery, webhooks, and the realtime stream. - Install with
pip install forecite,cargo add forecite, ornpm install @forecite/sdk(all0.1.2). - All three ship an auto-reconnecting feed stream with snapshot replay.
Jun 24, 2026
Reference endpoints for feed metadata
- New:
GET /v1/providers,GET /v1/sources,GET /v1/symbols,GET /v1/tags, andGET /v1/usage. - All are key-authed, available on every tier, and cost no quota — they're metadata/account reads.
- Each also has a by-id detail form (e.g.
GET /v1/symbols/{ticker}). See the API Reference.
Jun 18, 2026
Nuncia is now Forecite
- Rebrand: Nuncia is now Forecite. Same platform, same API, new name.
- API keys, endpoints, and the
fc_live_prefix are unchanged — no migration needed. - New docs, marketing site, and dashboard branding roll out over the coming days.
Jun 5, 2026
Verdict Engine: sentiment split into direction + conviction
- The Verdict Engine now scores sentiment as an orthogonal direction (
short_direction/long_direction,−5…+5) and conviction (0–100). - Actionability and sentiment sub-scores (
novelty,materiality,clarity, …) are now exposed on every verdict. - The legacy
sentiment_score(0–10) is retained on the feed for backward compatibility.
May 21, 2026
Outbound webhooks
- New: register webhook endpoints and Forecite POSTs every realtime scored item to them.
- Deliveries are HMAC-signed with a per-endpoint
whsec_…secret; verify before trusting. - Manage endpoints via
GET/POST/PATCH/DELETE /v1/webhooksor the dashboard.
May 8, 2026
Warren: score any document by conversation
- Warren, the AI analyst, can now run the Verdict Engine on a pasted document and return a full score-card breakdown.
- Ask for a rating on an article, filing excerpt, transcript, or post — see How to use.
- Warren scores both heads (actionability + sentiment) so you always see the directional read.
Apr 24, 2026
Realtime WebSocket feed — general availability
- The realtime feed stream is now GA. Subscribe by
symbols,exchange, oractionableand receive verdicts as they publish. - New:
snapshotreplay backfills the latest N matching items before the live stream. - Every payload carries per-event latency telemetry (source-time + publish-time).
Apr 9, 2026
Feed filters: actionability, sentiment, exchange
GET /v1/feedsgainedactionability,sentiment_min/sentiment_max,exchange, andsymbolfilters. See The feed.- The app feed gained matching filter chips, including Actionable only.
- Pagination is now fully cursor-based via
next_cursor.
Mar 26, 2026
Watchlists
- New: watchlists in the app — group tickers (e.g. Mag 7, AI / Semis) and filter the feed to them in one click.
- Color-coded, reorderable, and shared across the feed and Warren.
Mar 11, 2026
Direct sources: exchange halts + foreign regulators
- Added NYSE and Nasdaq trading-halt feeds and several foreign-regulator disclosure sources.
- Edge scrapers now sit colocated near each new source to keep source-to-subscriber latency under 50 ms.
Feb 24, 2026
Scoring API — general availability
POST /v1/scoreis now GA: run the Verdict Engine on your own artifacts (news,filing,research,ugc).- Choose a model tier (
flash/pro) and gate sentiment withscore_sentiment(if_actionable/always). - Scoring is metered by a per-day quota on Pro and above — see Rate limits.
Feb 6, 2026
Higher rate limits on Pro and Quant
- Raised realtime feed and historical-lookback caps on the Pro and Quant tiers.
limitmaximum per page increased (Pro200, Quant500, Enterprise1,000).- Daily quotas now reset at
00:00 UTC.
Jan 15, 2026
Public v1 API launch
- New: the public v1 REST API —
GET /v1/feedsandGET /v1/feeds/{id}for the scored news + filings feed. - Authenticate with
Authorization: Bearer fc_live_.... Create keys in the dashboard. See the Quickstart. - Free tier includes 50 realtime feeds a day, no credit card required.