Public API live · subscriptions opening

Market news your terminal
can act on.

Omni converts 50+ active market-news sources into deduplicated, clustered, AI-enriched events with normalized tickers, sentiment, impact, and versioned lineage. Integrate once over REST and WebSocket.

50+ sources56 distinct feeds active in the last 30 days
One contractNormalized symbols, topics, sentiment, and impact
REST + WSSCursor history and single-use 60-second tickets
VersionedEvent, model, prompt, and schema lineage
WHY TERMINALS INTEGRATE OMNI

Raw news is infrastructure. Omni is a product-ready intelligence layer.

A raw feed leaves every terminal team to rebuild source adapters, duplicate detection, entity resolution, and live-delivery reliability. Omni delivers the market event your product needs, with the analysis lineage required to reprocess history as models evolve.

Raw news feeds

  • Source-by-source parsers and reconnect logic
  • Repeated headlines for the same developing event
  • Missing or ambiguous tradable instruments
  • Unbounded text and inconsistent payload shapes

Omni AI News

  • One stable, versioned event contract
  • Deduplicated and clustered developing stories
  • Normalized instruments, sentiment, and impact
  • Cursor REST history plus ticketed live WSS
ONE PIPELINE, TWO INTERFACES

Build the experience, not another ingestion stack.

Sources are normalized, deduplicated, clustered, and enriched with market-aware AI analysis before the API serves them. Public clients only read the durable outputs; they cannot publish into or slow the collection path.

  1. 01 Multi-source collection
  2. 02 Deduplication and event clustering
  3. 03 AI classification, entities, sentiment, and impact
  4. 04 ClickHouse history + Redis live fanout
Historical REST
curl "https://omniterminal.app/api/v1/news?market=tradfi&limit=50" \
  -H "x-api-key: YOUR_API_KEY"
Live WebSocket
const ticketResponse = await fetch(
  "https://omniterminal.app/api/v1/news/ws-ticket",
  { method: "POST", headers: { "x-api-key": "YOUR_API_KEY" } }
);
const { ticket } = await ticketResponse.json();
const ws = new WebSocket(
  `wss://omniterminal.app/ws/v1/news?ticket=${ticket}`
);

ws.onmessage = ({ data }) => console.log(JSON.parse(data));
BUILT FOR TERMINAL TEAMS

One event stream, many product surfaces.

01

News surfaces

Power searchable feeds, event pages, watchlists, and market briefings without exposing raw-source noise.

02

Alerts and automation

Trigger user-defined workflows from symbols, topics, direction, sentiment, impact, and importance.

03

Portfolio and chart context

Place relevant events beside prices, positions, orders, liquidations, and risk analysis.

PAID ACCESS

Start with the feed. Expand into the terminal.

API access is authenticated per customer and designed to share the same identity and subscription system as Omni Terminal Pro and Enterprise.

Pro

Up to 500 items per request, seven-day lookback, 60 REST requests/minute, and live WebSocket access.

Enterprise

Up to 2,000 items per request, 30-day lookback, 600 REST requests/minute, and higher-volume integration support.