πŸŽ‰ Our Chrome Extension is here! Get live market prices right in your browser.Install Now
RealMarketAPI
Platform

Powerful Features

Everything you need to build production-grade market data applications.

Platform Features

Realtime Market Data

β€”

Flagship Feature

Realtime Market Data

Stream live gold, forex, crypto, and stock prices with ultra-low latency infrastructure.

SymbolPrice24h Chg
XAUUSD5,174.00β–² +0.48%
BTCUSD87,450β–² +1.22%
EURUSD1.0812β–Ό -0.11%
US5005,803β–² +0.33%

<150ms

avg latency

60+

instruments

24/7

data stream

REST, WebSocket & MCP

REST + WS

Flexible endpoints for REST requests, persistent WebSocket streams, or AI agent access via MCP.

Global Coverage

60+ symbols

Access international markets including commodities, forex pairs, and crypto assets.

99.99% Uptime SLA

99.99% SLA

Enterprise-grade reliability backed by distributed infrastructure.

Secure & Scalable

TLS 1.3

API key authentication with rate limiting and scalable architecture.

Developer-First Design

5 SDKs

Clean documentation, quick onboarding, and predictable response formats.

WebSocket Stream

Persistent connection for price, candles, order-flow imbalance, market-wide, and multi-timeframe streams.

WebSocket streaming docs
WSS
api.realmarketapi.com/price?symbolCode=XAUUSD&timeFrame=M1

REST Endpoints

Standard JSON responses for current price, OHLC candles, and market snapshots.

REST API reference
GET
/api/v1/price?symbolCode=XAUUSD&timeFrame=M1

Historical Data

Query H1 historical OHLC data β€” paginated, no current bar.

Historical OHLC API
GET
/api/v1/history?symbolCode=BTCUSD&startTime=2026-02-01T00:00:00Z

MCP Server

Native Model Context Protocol server with 34 quota-free tools for AI agents, analytics, and advanced market context.

MCP Server for AI agents
POST
ai.realmarketapi.com/mcp

Three ways to access market data

Every access method delivers the same underlying data stream β€” choose the protocol that fits your stack and latency requirements.

REST API

Standard HTTP GET requests returning JSON. Retrieve the current price snapshot for any symbol, request a paginated slice of historical OHLC candles, or fetch pre-computed indicator values β€” RSI, MACD, Bollinger Bands, ATR, Stochastic β€” with a single authenticated call. Responses include timestamps in ISO 8601 UTC, bid/ask spread, volume, and OHLCV fields. Rate limits apply per-minute based on your subscription plan. Ideal for server-side rendering, scheduled jobs, mobile apps, and any environment where a persistent connection is impractical.

REST API reference β†’

WebSocket Streaming

Persistent wss:// connections that push price and candle updates as they occur. Once subscribed, you receive a new message for every completed candle on your chosen timeframe β€” M1, M5, M15, H1, H4, D1 β€” plus live tick updates when price moves by the minimum threshold. A single connection can multiplex multiple symbols. Reconnect logic with exponential back-off is straightforward to implement. Available on Plus plans and above. Recommended for live dashboards, alerting bots, and charting front-ends that need sub-second data.

WebSocket streaming docs β†’

MCP Server for AI Agents

A native Model Context Protocol server exposing 34 market data tools that any tool-calling LLM can invoke autonomously. Connect Claude, GPT-4o, Gemini, or a custom agent and it gains the ability to fetch live prices, retrieve historical OHLC candles, compute technical indicators, and identify support/resistance levels β€” all as part of its reasoning chain. No manual prompt engineering for data retrieval. Tool calls count against your plan limits. Available on Pro plans and above.

MCP server docs β†’
Feedback