RealMarketAPI
XAUUSD5,174.25 +0.48%|BTCUSD87,450.00 +1.22%|EURUSD1.0812 -0.11%|US5005,803.42 +0.33%|ETHUSD3,241.80 +0.77%|GBPUSD1.2741 -0.08%|GBPJPY188.42 +0.12%|US3042,180.50 +0.41%|USOIL79.34 -0.24%|XNGUSD2.184 -0.37%|XAGUSD30.45 +0.61%|USDJPY149.23 +0.04%|AUDUSD0.6312 -0.09%|AAPL223.45 +0.55%|TSLA248.50 +1.30%|NFLX625.80 +0.72%|MSFT415.20 -0.18%|AMZN198.35 +0.44%|AMD172.60 +2.15%|NVDA875.40 +1.88%|XAUUSD5,174.25 +0.48%|BTCUSD87,450.00 +1.22%|EURUSD1.0812 -0.11%|US5005,803.42 +0.33%|ETHUSD3,241.80 +0.77%|GBPUSD1.2741 -0.08%|GBPJPY188.42 +0.12%|US3042,180.50 +0.41%|USOIL79.34 -0.24%|XNGUSD2.184 -0.37%|XAGUSD30.45 +0.61%|USDJPY149.23 +0.04%|AUDUSD0.6312 -0.09%|AAPL223.45 +0.55%|TSLA248.50 +1.30%|NFLX625.80 +0.72%|MSFT415.20 -0.18%|AMZN198.35 +0.44%|AMD172.60 +2.15%|NVDA875.40 +1.88%|
We built together

Reliable Realtime Market Data
Built for Developers

Access real-time gold, forex, crypto, and stock market data with ultra-low latency and simple REST endpoints. Designed for trading platforms, fintech apps, and analytics systems. 23+ instruments. Latency under <150ms. Uptime 99.99%.

No credit card required · Free to start · Cancel anytime

Free plan — no credit cardUp and running in minutesCancel anytime
ForexCryptoStocksGoldOilIndices
WebSocket stream — LIVE

$ wscat -c wss://api.realmarketapi.com/price?apiKey=rm_live_...&symbolCode=XAUUSD&timeFrame=M1

✓ Connected. Streaming 2 instruments…

← frame 1

"SymbolCode": "XAUUSD",

"ClosePrice": 5174.00,

"Bid": 5173.75,

"Ask": 5174.25,

"HighPrice": 5176.85,

"LowPrice": 5165.20,

"Volume": 1249.33,

"OpenTime": "2026-03-11T09:20:00Z"

sample

← frame 2

"SymbolCode": "BTCUSD",

"ClosePrice": 87450.00,

"Bid": 87448.50, "Ask": 87451.50,

"Volume": 312.88

sample

updates every ~50ms

GET /api/v1/price?symbolCode=XAUUSD&timeFrame=M1&apiKey=YOUR_KEY

Data Sources

Prices Aggregated from the World's Leading Exchanges

We connect directly to Binance, Coinbase, OKX, OANDA, and others to source real-time and historical pricing data — so you don't have to maintain those connections yourself.

Binance logo
Bybit logo
OKX logo
Coinbase logo
Exness logo
IG Group logo
OANDA logo

Data aggregated directly from exchange and broker feeds

Core capability

Realtime Market Data

Core capability

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

23

instruments

24/7

data stream

REST, WebSocket & MCP

REST + WS + MCP

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

Global Coverage

23+ 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 — push updates at configurable intervals down to 500ms.

wss://api.realmarketapi.com/price?apiKey=YOUR_KEY&symbolCode=XAUUSD&timeFrame=M1

REST Endpoints

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

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

Historical Data

Query H1 historical OHLC data — paginated, no current bar.

GET /api/v1/history?symbolCode=BTCUSD&startTime=2026-02-01T00:00:00Z&endTime=2026-03-01T00:00:00Z

Quickstart

Get Started in Minutes

Simple integration. Reliable infrastructure. Built for developers.

01

Create an Account

Sign up in seconds and generate your secure API key from the developer dashboard.

02

Make Your First Request

Call our REST endpoint, connect via WebSocket, or use the MCP server to start receiving real-time market data instantly.

03

Build & Scale

Integrate into your trading platform, fintech app, or analytics system with full confidence.

example.py — step 2
import requests key = "rm_live_YOUR_KEY"url = f"https://api.realmarketapi.com/api/v1/price" r = requests.get(url, params={    "apiKey": key,    "symbolCode": "XAUUSD",    "timeFrame": "M1"}) candle = r.json()print(candle["ClosePrice"])  # 5174.00

SDKs also available for Node.js, Go, and PHP

Use Cases

Built for Modern Financial Products

Real Market API integrates seamlessly into any data-driven platform.

Trading Platforms

Power live trading interfaces with real-time gold, forex, and crypto pricing. Enable instant quote updates and bid/ask spreads.

Fintech Applications

Integrate reliable market data into banking apps, investment tools, and financial dashboards trusted by thousands of users.

Portfolio Trackers

Track user assets with up-to-date pricing and historical market data feeds. Render P&L in real time.

Analytics & Research Tools

Build quantitative analysis systems using high-quality, consistent market data. Feed backtesting engines and signal generators.

Simple, Transparent Pricing

Choose a plan that scales with your application.

🔒

No hidden fees

Prices shown are final

📋

Cancel anytime

No lock-in contracts

📅

Up to 10 yrs history

Business & Enterprise

<5ms avg latency

99.9% uptime SLA

Free

$0

For testing & learning

  • ~Metals & Crypto symbols
  • ~1M timeframe only
  • ~5,000 requests / monthA request is counted only when the API call is made and returns a successful response (HTTP 2xx).
  • REST API
  • Indicators API
  • MCP Server
  • Community support

Starter

$5/mo

For personal bots & small projects

  • All Symbols + All Timeframes
  • 10,000 requests / monthA request is counted only when the API call is made and returns a successful response (HTTP 2xx).
  • Historical data (30 days)
  • Indicators API
  • MCP Server
  • Community support
Most Popular

Pro

$39/mo

For serious traders & growing apps

  • All Symbols + All Timeframes
  • 100,000 requests / monthA request is counted only when the API call is made and returns a successful response (HTTP 2xx).
  • WebSocket
  • Historical data (1 year)
  • Indicators API
  • MCP Server
  • Priority support

Business

$89/mo

For trading SaaS & signal providers

  • All Symbols + All Timeframes
  • 500,000 requests / monthA request is counted only when the API call is made and returns a successful response (HTTP 2xx).
  • WebSocket
  • Historical data (up to 10 years)
  • Indicators API
  • MCP Server
  • Priority support

Enterprise

Custom

Unlimited scale, dedicated infrastructure

  • Custom symbols & private endpoint
  • Unlimited requestsA request is counted only when the API call is made and returns a successful response (HTTP 2xx).
  • MCP Server
  • Dedicated support + custom SLA
  • IP whitelisting & on-premise

* No hidden fees. Overage charges apply only when you exceed your monthly quota — the per-request rate is listed in the comparison table above. Business and Enterprise plans include the full OHLCV archive, up to 10 years of historical data across all symbols.

Compare plans

Everything side-by-side so you can choose with confidence.

Feature
Free
$0
Starter
$5/mo
Pro
$39/mo
Business
$89/mo
Enterprise
Custom
Monthly price$0$5$39$89Custom
SymbolsMetals & CryptoAllAllAllCustom
Timeframes1M onlyAllAllAllCustom
Requests / monthCounted only when an API call is made and returns a successful response (HTTP 2xx).5,00010,000100,000500,000Unlimited
Overage / requestCharged per successful request beyond your monthly quota. Only applies when you exceed the limit.$0.0005$0.00039$0.000178Negotiable
Historical data30 days1 yearUp to 10 yearsCustom
REST API
WebSocket
Indicators API
MCP Server
Private endpoint
SupportCommunityCommunityPriorityPriorityDedicated

Need more? We offer custom Enterprise Pricing.

Unlimited requests, dedicated technical support, private endpoints, custom SLA, and more.

Contact Sales →

Stay in the Loop

Subscribe for product updates, changelogs, and market highlights.

Subscribe to our newsletter

Product updates, changelogs and market highlights.

Currently live · 99.99% uptime

Start Building with Real-TimeMarket Data Today

Join developers and fintech teams using Real Market API to power trading platforms, analytics dashboards, and financial applications.

No credit card required · Instant access · Cancel anytime

What you get

  • Sub-150ms average latency
  • REST + WebSocket + MCP in one API
  • 23+ symbols — Forex, Crypto, Metals, Oil, Indices & Stocks
  • Free tier — no credit card required
  • 99.99% uptime SLA
$ curl -s https://api.realmarketapi.com/api/v1/price
  ?apiKey=YOUR_KEY&symbolCode=XAUUSD