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.
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
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.
- 01 Multi-source collection
- 02 Deduplication and event clustering
- 03 AI classification, entities, sentiment, and impact
- 04 ClickHouse history + Redis live fanout
curl "https://omniterminal.app/api/v1/news?market=tradfi&limit=50" \
-H "x-api-key: YOUR_API_KEY"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));One event stream, many product surfaces.
News surfaces
Power searchable feeds, event pages, watchlists, and market briefings without exposing raw-source noise.
Alerts and automation
Trigger user-defined workflows from symbols, topics, direction, sentiment, impact, and importance.
Portfolio and chart context
Place relevant events beside prices, positions, orders, liquidations, and risk analysis.
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.