Institutional-grade forex, metals, and crypto price feeds for your trading platform. Low latency. Binary storage. WebSocket delivery.
Everything you need to power real-time trading with institutional-quality market data.
Sub-millisecond tick delivery via WebSocket. Binary storage format ensures maximum throughput and minimal overhead for high-frequency price updates.
Aggregate feeds from multiple liquidity providers via FIX 4.4, MatchTrader, or custom WebSocket connections. Unified output regardless of source.
Configurable symbol markup, spread control, and per-client feed customization. Full control over how prices are distributed to your traders.
Get from zero to streaming market data in minutes.
Connect your liquidity provider using FIX 4.4, MatchTrader API, or a custom WebSocket feed. We handle protocol translation and normalization automatically.
Map symbols, set custom spreads and markup per group. Configure digits, pip sizes, and session times. Everything is managed through the feed console.
Distribute real-time ticks to your clients via API key-authenticated WebSocket connections. Historical candles and ticks available via REST API.
Start small and scale as your platform grows. No hidden fees.
A clean, simple WebSocket API that gets you streaming prices fast.
// Connect to Jaaz Feed WebSocket const ws = new WebSocket('wss://feed.jaazmarkets.net/ws/feed?apiKey=YOUR_API_KEY'); ws.onopen = () => { ws.send(JSON.stringify({ action: 'subscribe', symbols: ['EURUSD', 'GBPUSD', 'XAUUSD'] })); }; ws.onmessage = (event) => { const tick = JSON.parse(event.data); // { type: tick, symbol: EURUSD, bid: 1.08523, ask: 1.08535, timestamp: 1710600000000 } console.log(`${tick.symbol}: ${tick.bid} / ${tick.ask}`); };
Submit your inquiry and our team will set up your account within 24 hours.