Find headlines that move markets.
A real-time feed of market news, every event rated by our in-house model for its short-term price impact.
| Ticker | Headline | ActionabilityAI | SentimentAI | Time |
|---|---|---|---|---|
NVDAjust now Q3 EPS $4.93 vs $4.59 est; FY guide raised Actionable0.91Bullish+0.78 | ||||
TSLA3s Cybertruck Q1 deliveries cut to ~6k units Actionable0.84Bearish-0.42 | ||||
AAPL7s Vision Pro EU launch dated for June 28 Stale0.24Neutral+0.06 | ||||
MSFT12s Azure AI revenue +38% YoY, beats whispers Actionable0.88Bullish+0.71 | ||||
META20s Q2 ad pricing softens; guide cut Actionable0.79Bearish-0.58 | ||||
GOOGL32s Search AI rollout expands to 12 markets Watch0.52Bullish+0.31 | ||||
AMZN48s AWS reorg announced; no exec departures Stale0.31Neutral+0.04 | ||||
AMD1m MI300X production yields meet internal targets Stale0.29Neutral+0.07 | ||||
BA1m 30s FAA approves 737 MAX production rate hike Actionable0.86Bullish+0.67 | ||||
NFLX2m Q1 ad-tier ARPU disclosure unchanged from prior Stale0.18Neutral+0.02 | ||||
F2m 40s EV CapEx slashed; F-150 Lightning shift Watch0.58Bearish-0.36 | ||||
DIS3m 20s ESPN streaming launch slips to Aug 2026 Watch0.49Bearish-0.28 | ||||
INTC4m Foundry roadmap reaffirmed; on track Stale0.28Neutral+0.02 | ||||
SHOP5m Black Friday GMV +24%, beats consensus Actionable0.85Bullish+0.69 | ||||
COST6m May comp sales +6.4%, in line with guidance Stale0.27Neutral+0.05 |
✦Foresight
// signal → priceKnow which way it breaks, before it breaks.
The instant a filing or headline hits, the Verdict Engine scores it for direction and impact. You’re already positioned while the rest of the market is still reading.
✦Machine learning models
// 3 modulesA system that never sleeps. Catches earnings surprises at 4am. Flags filings before the market opens. Hands you the trade before the headline lands.
The Verdict Engine: trained on what actually moves markets.
Every article gets a verdict: actionability and sentiment in a single pass. Our in-house model, taught by 1M+ headlines labelled with their realized price impact, not generic sentiment.
Inside the Verdict EngineLatency is the edge.
We go direct to the source (no aggregator tax) with edge connectors and a private backbone. Source to subscriber in under 50 ms, with per-event latency telemetry on every payload so you can audit it.
See the latency budgetAlready there when you arrive.
Open your inbox, the brief is ready. Walk into the meeting, you’re prepped. Type the question, the answer is waiting.
Explore sourcesInsider buys: $TSLA
8 transactions · 2h
Pre-market move: $META
+4.2% on ad data
Morning brief
12 signals across watchlist
Filings digest: Q3 10-Ks
27 new filings overnight
AAPL earnings preview
Consensus vs. whisper
A signal built from
Worldwide Sources
Filings at the source.
8-K, 10-Q, 13F pulled from EDGAR itself, under 200 ms.
Wires without the middleman.
GlobeNewswire, BusinessWire, PR Newswire, read at the POP.
Exchanges, co-located.
NYSE and NASDAQ prints in under a millisecond.
Macro as it prints.
Fed, ECB and BoE releases the second they publish.
✦Live desk
// signal → pnlWe trade our own signal.
Three live accounts run by an autonomous bot whose only decision input is the Forecite feed, tracked here in real time.
CONNECTING TO DESK
Under the hood
The whole system is three pieces, and the feed drives all of them.
Forecite feed
WebSocket verdict stream
- Real-time scored headlines and filings
- Actionability + sentiment on every event
- Sub-50 ms from publication
Python bot
asyncio event loop
- One decision per incoming event
- Filter: actionability ≥ 0.90
- Position sizing and risk caps
async for event in feed: check_trade(event)Broker API
- Order routing, US equities
- Live real-money accounts
- Fills stream back into the loop
The bot has no schedule of its own: it stays subscribed to the WebSocket and evaluates each scored event as it arrives. If an event passes the actionability filter it places an order through Alpaca, and if nothing relevant comes through, it simply does nothing.
✦Main features
// tabs ⋮ snippetsPlug it in today.
Drop Forecite into the bots and trading desks you already have: a few lines to stream, search, or score against the live tape.
1from forecite import Forecite23fc = Forecite("fc_live_…")45def on_feed(item):6 v = item.get("scoring") or {}7 print(item["title"], v.get("actionability"), v.get("sentiment_score"))89fc.stream(10 filters={"symbols": ["NVDA", "AMD"], "actionability": True},11 on_feed=on_feed,12).run()
✦Power your agent
// feed ⋮ apiEasily connect with your AI agents
Connect Forecite to any AI agent or MCP client in minutes.
SDK. Give your agent or bot real-time access to scored news and filings.
12npm install @forecite/sdk3
MCP. Plug any MCP-compatible client into the Forecite REST API and the Verdict scoring engine.
1{2 "mcpServers": {3 "forecite": {4 "command": "npx",5 "args": ["-y", "@forecite/mcp"],6 "env": {7 "FORECITE_API_KEY": "fc_live_YOUR_KEY"8 }9 }10 }11}
Add to Claude Code. One command drops Forecite's tools into Claude Code, Cursor, or Claude Desktop. Your agent can search the tape and run Verdict scores on demand.
Read the MCP docs1claude mcp add forecite \2 -e FORECITE_API_KEY=fc_live_YOUR_KEY \3 -- npx -y @forecite/mcp
✦Built for scale
/ data + reliabilityBuilt for the pace of markets. Forecite runs on infrastructure that keeps up with the fastest desks. Every wire and filing that moves a price, scored the moment it lands.
✦Behind Forecite
// item 1 ⋮ 3“We built Forecite direct from source because aggregator latency is where edge dies. From filing to your subscriber, faster than any news desk can react.”
Marcus Hale, CEO & Co-founder
Marcus’s favorite features
✦Enterprise
// trust ⋮ complianceEnterprise-ready, out of the box. SOC 2, GDPR, ISO 27001, and the SLAs your trading desk needs.
Talk to sales✦Customers
// 186 on the record“Sub-50 ms means we hit the fill before the desk's news terminal even updates.”
“We replaced three news vendors with Forecite and our whole pipeline got faster.”
“The Verdict Engine catches what keyword filters miss.”
“Per-event latency telemetry means we can finally prove the edge to our risk team.”
“We back-tested 18 months of Verdicts against actual fills. The signal held.”
“Plugging into the WebSocket took 11 lines of code. Genuinely.”
“Actionability scoring saves my desk from drowning in boilerplate filings.”
“Their direct-from-source approach is what an institutional feed should be.”
“The MCP server made it trivial to wire Claude into our news flow.”
“Backfill is fast enough to use as a research substrate, not just a feed.”
“Switched vendors and recovered roughly 600 ms of edge. That's real money.”
“Latency telemetry per event is something I've never seen from a vendor before.”
“I stopped reading headlines. I read Verdicts.”
“The actionability filter is my morning coffee now. Three signals, not three hundred.”
“Coverage is broad but the scoring is what keeps us paying.”
“I trade from a laptop in Lisbon. This feed puts me at desk speed.”
“Our analysts disagree with a Verdict maybe once a week. That ratio sold me.”
“The 8-K hits our models before the wire services finish their headline.”
“Cleanest schema I've ingested. The symbols come pre-resolved.”
“Cancelled two terminals. Kept Forecite.”
“The SDK is the first vendor library I haven't had to wrap.”
“Sentiment conviction scores let us size positions instead of just picking sides.”
“We built our entire event study platform on the backfill API.”
“The noise reduction alone justifies the subscription.”
“First tool that tells me why a headline matters, not just that it exists.”
“Every score comes with reasoning. Our compliance team loves that.”
“We A/B tested it against our in-house NLP for a quarter. Forecite won.”
“Our agent consumes the feed through MCP. Zero glue code.”
“Fills improved the week we switched. The lag was the leak.”
“Earnings season used to be chaos. Now it's a sorted queue.”
“The tag taxonomy is thoughtful. Filtering by corp activity actually works.”
“Verdicts on Spanish-language filings too. Nobody else bothers.”
“Uptime has been boring in the best way. One incident in a year.”
“Deduplication across sources is flawless. One story, one event.”
“The actionability comment is a one-line thesis. Half my job, pre-done.”
“I keep the feed on a second monitor. It replaced four browser tabs.”
“Latency is consistent, not just fast. Our models care about variance.”
“The free tier got me hooked. The Pro tier got me profitable habits.”
“We pipe Verdicts straight into our risk engine. No human in the loop.”
“Their historical archive settled a three-year internal debate in an afternoon.”
“French filings, scored in milliseconds. I checked the timestamps twice.”
“The watchlist alerts are surgical. My phone only buzzes when it should.”
“Verdict conviction flipped negative on my biggest position. It was right.”
“Websocket reconnect logic is handled server-side. My code got simpler.”
“Onboarding took an afternoon. Our last vendor took a quarter.”
“The API docs read like they were written by someone who traded.”
“Merger headlines get flagged actionable before the spread even moves.”
“I stopped paying for squawk. The feed is faster than the guy yelling.”
“Score reasoning is auditable. We show it to investors in our letters.”
“My bot's only input is the Forecite stream. It's the whole strategy.”
“Symbol resolution handles dual listings correctly. That's rarer than it should be.”
“We benchmarked five feeds on the same week of news. This one led on 80%.”
“The dashboard is fast enough that I forget it's a website.”
“Backfill plus live in one API. Our research and prod code finally match.”
“The sentiment split between short and long term is the smartest thing here.”
“Failover between regions is invisible. We measured it. Twice.”
“Small caps get scored too. That's where the signal actually pays.”
“We built and shipped a news strategy in nine days on their SDK.”
“The feed respects my filters. Zero spam, zero repeats.”
“Verdicts arrive with the article, not after it. That ordering is everything.”
“We use actionability scores as a circuit breaker input. It works.”
“Pays for itself the first time a guide cut hits your watchlist early.”
“Their taxonomy survived contact with our ontology team. Impressive.”
“Millisecond timestamps at every hop. Vendors usually hide that.”
“I read the actionability comment before the headline now. Faster.”
“Rate limits are generous and documented. Nobody documents rate limits.”
“The conviction score told us to fade a rally everyone loved. Correct call.”
“Six of my traders asked for licenses in the first week.”
“The archive is clean enough to publish against. We did.”
“Their status page has less drama than our internal one.”
“FDA decisions hit my screen scored before the tickers start moving.”
“The latency badge isn't marketing. I measured from my own colo.”
“We cut our news-desk headcount in half and coverage went up.”
“Streaming and REST return byte-identical schemas. Bless them.”
“Warsaw listings get the same treatment as NYSE. Rare.”
“I'm not fast enough to day trade this. I am fast enough to not be last.”
“The signal decays slower than anything else we ingest.”
“Verdict reasoning reads like a junior analyst who never sleeps.”
“The mobile view is genuinely usable. I've traded from a chairlift.”
“Score distributions are stable across regimes. We checked rigorously.”
“We resell dashboards built on their API. Our customers think we're geniuses.”
“The websocket has dropped twice in a year. Both times it told us why.”
“Actionability filtering turned 400 daily headlines into 12 decisions.”
“We run the .90 threshold like their own desk does. It's the right cut.”
“We embedded their scores in our app. Users think the app got smarter.”
“The first vendor whose sales demo undersold the product.”
“I trust the bearish calls more than my own gut. Statistically justified.”
“Ingest was one Kafka connector and a prayer. Only the connector was needed.”
“IV moves after the Verdict lands. That window is my whole edge.”
“Korean ADR handling is correct. I have found the one vendor.”
“Their scores disagree with sell-side consensus at exactly the right moments.”
“The feed is the first thing I open and the last thing I doubt.”
“Tail events get flagged high-conviction early. That's the whole job.”
“We stress-tested their uptime during CPI week. Flawless.”
“The daily digest email is the only newsletter I actually read.”
“Latin American coverage without a local data team. Finally.”
“The Verdict archive turned our quarterly review from days into hours.”
“Their engineering blog convinced me before their sales team did.”
“Backfilled five years in one afternoon. Our old vendor quoted six weeks.”
“The scoring is consistent enough to train against. We do.”
“Actionability comments are better than half the research notes I pay for.”
“Maghreb market coverage surprised me. In a good way.”
“Order routing off the Verdict stream shaved seconds we didn't know we had.”
“We white-label their feed. Clients assume we have a 40-person news desk.”
“The conviction score is the tiebreaker in every position debate we have.”
“Slippage on news entries dropped measurably the month we integrated.”
“Every claim in their docs reproduced in our environment. Every one.”
“Amsterdam listings score as fast as New York. Checked the logs.”
“The feed found a shipping-rate story that moved our book. Nobody else ran it.”
“I used to pay for three subscriptions to feel this informed.”
“Schema versioning is semver'd and announced. Vendors, take notes.”
“Commodity-adjacent equity news gets tagged correctly. That's hard.”
“We built our kill-switch on their actionability spikes. Sleep improved.”
“Guidance cuts hit my alert before the conference call starts.”
“The signal-to-noise ratio is the best I've measured in twelve years.”
“The feed pays my desk fee by Tuesday, most weeks.”
“Our users' session time doubled when we embedded the scored feed.”
“Client libraries in four languages, all idiomatic. Someone cares.”
“I muted every news app on my phone except this one.”
“Their dedup logic caught a triple-syndicated story our vendor counted thrice.”
“The scoring explains itself. My PMs stopped asking me to interpret.”
“The actionable-only filter is the discipline I could never self-impose.”
“Auditable reasoning on every score. Our regulator meeting was short.”
“We moved our entire event book onto this feed in one quarter.”
“Tel Aviv tech filings, scored. My niche finally has infrastructure.”
“Deterministic replays of the live stream. Our backtests stopped lying.”
“The tag filters let me watch one sector without seeing the other forty.”
“Latency histograms in the dashboard. They show you their own tail.”
“Actionability caught a delisting notice buried on page six. Career moment.”
“The stream is my alarm clock now. If it's quiet, I sleep in.”
“Their embeddings-ready export saved us a month of preprocessing.”
“The archive plus live parity means research and execution finally agree.”
“The sentiment split saved me from shorting good long-term news. Twice.”
“Norwegian salmon-industry filings, scored in real time. Absurdly complete.”
“We built a trading copilot on their MCP server in a weekend hackathon.”
“Score stability across market regimes is the metric nobody else publishes.”
“Frontier market coverage that isn't an afterthought.”
“I check Forecite before I check the price. The order matters.”
“The upgrade from our old feed felt like switching from radio to radar.”
“Timestamped at source, at score, at delivery. Finally, receipts.”
“The conviction gradient is tradeable on its own. We proved it internally.”
“Their API never surprised us once in production. Highest possible praise.”
“The feed's quiet days are quiet because nothing happened. Trust, earned.”
“Milan listings score before the local wire even publishes.”
“Pagination cursors that actually work under load. I notice these things.”
“We retired our internal scraper farm. Nobody misses it.”
“The actionability floor keeps junior traders out of noise trades.”
“Energy filings get sector-aware scoring. The nuance is real.”
“Their changelog is more informative than our last vendor's support team.”
“Earnings verdicts land while the after-hours tape is still deciding.”
“The alert routing to Slack means my desk reacts as one organism.”
“Zero-downtime schema migrations. They ship like a software company.”
“Verdicts gave our small team the reflexes of a much bigger one.”
“The SDK's retry semantics are exactly right. Someone there has been paged.”
“Dutch disclosures, scored and tagged. Our edge got a passport.”
“We measure everything. Forecite is the only feed that measures itself.”
“The scoring API and the feed agree to the decimal. Rare discipline.”
“The actionable rate is low and that's the point. Signal, not volume.”
“We benchmark NLP vendors for a living. Forecite tops our board.”
“Their feed survived our chaos-monkey network tests better than our own stack.”
“The onboarding call was engineers talking to engineers. Refreshing.”
“Fed-day coverage is instant and the scores stay calm. Unlike my desk.”
“I gave the free tier to my whole book club. Three of them upgraded.”
“The conviction score decays intraday exactly like it should. Modeled well.”
“Our worst drawdown this year came the one week we ignored a Verdict.”
“GCC market events, scored with real understanding. Unheard of.”
“The interface taught me more about event trading than two paid courses.”
“We forward the raw stream to twelve internal consumers. It never blinks.”
“The tags caught a supply-chain story chain across five tickers. Beautiful.”
“My fills got better and my screen time got shorter. Both were the point.”
“Emerging market noise is filtered with the same care as large caps.”
“The websocket outlived two of our own datacenter failovers.”
“One feed, every listing we touch, scored uniformly. Consolidation done right.”
“The reasoning field is my first draft for every morning note.”
“It flags the boring-looking filings that turn out to matter. That's the gift.”
“Deterministic ordering, explicit sequence numbers. My replay code thanks them.”
“We publish research on their archive. Reviewers never question the data.”
“Every trader on my desk has the actionable filter set to .90. House rule.”
“The API burst limits absorbed earnings season without a single 429.”
“My weekend project became my main income stream. It reads this feed.”
“The verdict on a Friday-night filing saved our Monday. Literally.”
“Their sandbox mirrors prod exactly. Testing stopped being fiction.”
“Our IC meetings now start with the week's Verdict log. It runs the agenda.”
“The latency from Dakar is the same story as from London. Infrastructure, done.”
“It scored a translated disclosure correctly before local media reacted.”
“I've stopped guessing which headlines matter. That was the expensive part.”
“Sub-50 ms means we hit the fill before the desk's news terminal even updates.”
“We replaced three news vendors with Forecite and our whole pipeline got faster.”
“The Verdict Engine catches what keyword filters miss.”
“Per-event latency telemetry means we can finally prove the edge to our risk team.”
“We back-tested 18 months of Verdicts against actual fills. The signal held.”
“Plugging into the WebSocket took 11 lines of code. Genuinely.”
“Actionability scoring saves my desk from drowning in boilerplate filings.”
“Their direct-from-source approach is what an institutional feed should be.”
“The MCP server made it trivial to wire Claude into our news flow.”
“Backfill is fast enough to use as a research substrate, not just a feed.”
“Switched vendors and recovered roughly 600 ms of edge. That's real money.”
“Latency telemetry per event is something I've never seen from a vendor before.”
“I stopped reading headlines. I read Verdicts.”
“The actionability filter is my morning coffee now. Three signals, not three hundred.”
