Real-Time Market Data,
Ready in 1 Minute
Stop building custom data pipelines. Stream live gold, forex, crypto, and stock prices directly into your app — via REST, WebSocket, MCP, or Telegram Bot. Sub-150ms latency, 99.99% uptime, free to start. 60+ instruments. Latency under <150ms. Uptime 99.99%.
No credit card required · Free to start · Cancel anytime
curl "https://api.realmarketapi.com/api/v1/price?apiKey=YOUR_API_KEY&symbolCode=XAUUSD&timeFrame=M1"
{"SymbolCode": "XAUUSD","OpenPrice": 2348.12,"ClosePrice": 2351.84,"HighPrice": 2354.00,"LowPrice": 2346.10,"Bid": 2351.70,"Ask": 2352.30,"Volume": 1284.47,"OpenTime": "2026-03-08T09:20:00Z"}
Latest completed OHLCV candle + bid/ask spread for any symbol.
Telegram Bot
Get live market data right inside Telegram
Prices, charts, alerts & analysis — no app switching required.
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.
Data aggregated directly from exchange and broker feeds
Realtime Market Data
WebSocket Stream
Persistent connection for price, candles, order-flow imbalance, market-wide, and multi-timeframe streams.
REST Endpoints
Standard JSON responses for current price, OHLC candles, and market snapshots.
Historical Data
Query H1 historical OHLC data — paginated, no current bar.
MCP Server
Native Model Context Protocol server with 34 quota-free tools for AI agents, analytics, and advanced market context.
Get Started in Minutes
Simple integration. Reliable infrastructure. Built for developers.
Create an Account
Sign up in seconds and generate your secure API key from the developer dashboard.
Make Your First Request
Call our REST endpoint, connect via WebSocket, or use the MCP server to start receiving real-time market data instantly.
Build & Scale
Integrate into your trading platform, fintech app, or analytics system with full confidence.
Give your AI agent live market data
Connect any MCP-compatible coding agent or AI assistant to real‑time prices, OHLC candles, and historical data — in under a minute.
GitHub Copilot · Cline · Continue
{ "servers": { "mcp.manifest.realmarketapi": { "type": "http", "url": "https://ai.realmarketapi.com/mcp?apiKey={API_KEY}" } }, "inputs": []}
Claude Desktop · Claude Code CLI
{ "mcpServers": { "realtimemarket": { "url": "https://ai.realmarketapi.com/mcp?apiKey={API_KEY}" } }}
AI workflows · Agent pipelines
{ "mcpServers": { "realtimemarket": { "url": "https://ai.realmarketapi.com/mcp?apiKey={API_KEY}" } }}
Market Data
get_priceget_candlesget_historyget_baseline_candlesget_symbolsget_timeframesTechnical Indicators
get_smaget_emaget_rsiget_macdget_support_resistanceget_sentimentReady-Made Tools
Embed, Integrate & Ship Faster
Our widgets and SDK clients let you add live market data to your product in minutes — no heavy lifting required.
Embeddable Widgets
Drop live market data into any web page with a single line of code.
- 12+ pre-built chart & ticker components
- Fully responsive, theme-aware design
- Simple iframe or script tag integration
Official SDK Clients
Connect to the API from your preferred language with our typed SDK libraries.
- TypeScript, Python, C# and more
- Zero-config WebSocket & REST support
- Open-source with community contributions
Chrome Extension
Get live market prices right in your browser toolbar.
- Live price updates
- Multi-asset coverage
- Instant price alerts
Built for Modern Financial Products
Power any financial product — from live trading interfaces to AI agents — with one reliable API.
Trading Platforms
Power live trading interfaces with real-time gold, forex, and crypto pricing. Enable instant quote updates and bid/ask spreads.
const ws = new WebSocket(wsUrl) ws.onmessage = (e) => { const { ClosePrice, High, Low } = JSON.parse(e.data) chart.update({ ClosePrice, High, Low })}
Fintech Applications
Integrate reliable market data into banking apps, investment tools, and financial dashboards trusted by thousands of users.
const res = await fetch( "https://api.realmarketapi.com/api/v1/price" + "?symbolCode=EURUSD&timeFrame=M1&apiKey=" + key)const { ClosePrice } = await res.json()
Portfolio Trackers
Track user assets with up-to-date pricing and historical market data feeds. Render P&L in real time.
const symbols = ["XAUUSD","BTCUSD","US500"] const prices = await Promise.all( symbols.map(s => fetchPrice(s))) // [{ ClosePrice }, ...]
Analytics & Research Tools
Build quantitative analysis systems using high-quality, consistent market data. Feed backtesting engines and signal generators.
GET /api/v1/history ?symbolCode=US500 &startTime=2026-01-01T00:00:00Z &endTime=2026-04-01T00:00:00Z &apiKey=YOUR_KEY
AI & Algorithmic Trading
Connect AI agents and automated strategies directly to live market data via MCP or REST. Let Claude, GPT, or custom models react to price movements in real time.
{ "mcpServers": { "realmarketapi": { "url": "https://ai.realmarketapi.com/mcp" } // get_price, get_candles … }}
Price Alert Systems
Deliver instant push notifications and SMS alerts the moment a symbol hits a target price. Powered by WebSocket streams with sub-second latency.
ws.onmessage = (e) => { const { ClosePrice } = JSON.parse(e.data) if (ClosePrice > threshold) { notify("XAUUSD alert!", ClosePrice) }}
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
For testing & learning
- ~Gold, Silver, Bitcoin, Ethereum, EUR/USD, Google
- ~M1, M5, H1 timeframes
- ~5,000 requests / monthA request is counted only when the API call is made and returns a successful response (HTTP 2xx).
- ✓REST API
- —WebSocket
- —Indicators API
- —MCP Server
- ✓Community support
Starter
For personal bots & small projects
- ✓60+ Symbols + All Timeframes
- ✓20,000 requests / monthA request is counted only when the API call is made and returns a successful response (HTTP 2xx).
- ✓Historical data (30 days)
- ✓REST API
- —WebSocket
- —Indicators API
- —MCP Server
- ✓Community support
Plus
For growing projects & indie developers
- ✓60+ Symbols + All Timeframes
- ✓75,000 requests / monthA request is counted only when the API call is made and returns a successful response (HTTP 2xx).
- ✓Historical data (3 months)
- ✓REST API + WebSocket (2 concurrent)
- —Indicators API
- —MCP Server
- ✓Community support
Pro
For serious traders & growing apps
- ✓60+ Symbols + All Timeframes
- ✓200,000 requests / monthA request is counted only when the API call is made and returns a successful response (HTTP 2xx).
- ✓REST, WebSocket (10 concurrent) & MCP
- ✓Historical data (1 year)
- ✓Indicators API
- ✓Intelligence API
- ✓Priority support
Business
For trading SaaS & signal providers
- ✓60+ Symbols + All Timeframes
- ✓1,000,000 requests / monthA request is counted only when the API call is made and returns a successful response (HTTP 2xx).
- ✓REST, WebSocket (20 concurrent) & MCP
- ✓Historical data (up to 10 years)
- ✓Indicators API
- ✓Intelligence API
- ✓Priority support
Enterprise
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.
Need more? We offer custom Enterprise Pricing.
Unlimited requests, dedicated technical support, private endpoints, custom SLA, and more.
Contact Sales →Developer Updates
New endpoints, SDK releases, and API changelogs — straight to your inbox.
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