πŸŽ‰ Our Chrome Extension is here! Get live market prices right in your browser.Install Nowβ†’
RealMarketAPIRealMarketAPI
FeaturesPricingDocs

Playground

Interactive API playground

Widget

Embed widget solutions

SDK

Connect quickly with official SDK clients

Blog

Latest articles and updates

News

Recent news and announcements

Forum

Join our community forum

Learning

Learning resources, tutorials, and implementation guides

RSS Feeds

Curated trading RSS feeds directory

RealMarketAPI

Realtime market data infrastructure for modern fintech applications and trading platforms.

Product

  • Features
  • Pricing
  • Documentation
  • Widgets
  • Dashboard

Company

  • About
  • Contact
  • Blog
  • FAQ
  • Feedback
  • Status
  • Affiliates

Compare

  • All Comparisons
  • vs Alpaca
  • vs Polygon.io
  • vs GoldPrice.io
  • vs Finnhub
  • vs Alpha Vantage
  • vs Finage

Legal

  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Security
  • Trust Center
  • Risk Warning
  • Cookie Policy

Open Source

  • Learning Resource
  • RSS Feeds

Featured on

Fazier badgeRealMarketAPI - Real-time market data, built for builders | Product HuntFind Us on NextGen ToolsFeatured on Findly.toolsRealMarketAPI - Featured on Startup FameListed on Turbo0Featured on neeed.directoryVerified on Verified ToolsRealMarketAPI | dang.aiLive on FoundrListFeatured on ToolDirsMonitor your Domain Rating with FrogDRReal Market API badge#1 Product on EarlyHuntFeatured on LaunchIgniterListed on codetrendy.comFeatured on RankInPublicFeatured on ScrollLaunchOpenHunts Club MemberReal-time Market API badgeFeatured on Launch LlamaSEOJuiceFeatured on Wired BusinessFeatured on Dofollow.ToolsPowered by Startup Fast
Fazier badgeRealMarketAPI - Real-time market data, built for builders | Product HuntFind Us on NextGen ToolsFeatured on Findly.toolsRealMarketAPI - Featured on Startup FameListed on Turbo0Featured on neeed.directoryVerified on Verified ToolsRealMarketAPI | dang.aiLive on FoundrListFeatured on ToolDirsMonitor your Domain Rating with FrogDRReal Market API badge#1 Product on EarlyHuntFeatured on LaunchIgniterListed on codetrendy.comFeatured on RankInPublicFeatured on ScrollLaunchOpenHunts Club MemberReal-time Market API badgeFeatured on Launch LlamaSEOJuiceFeatured on Wired BusinessFeatured on Dofollow.ToolsPowered by Startup Fast

Β© 2026 RealMarketAPI. All rights reserved.

Built with ❀ for developers

vv0.0.0 Β· 2026-06-16

PrivacyΒ·TermsΒ·SecurityΒ·Risk WarningΒ·Cookies

Risk Disclosure: Trading in financial instruments and/or cryptocurrencies involves high risks including the risk of losing some, or all, of your investment amount, and may not be suitable for all investors. Prices of cryptocurrencies are extremely volatile and may be affected by external factors such as financial, regulatory or political events. This content is provided for informational purposes only and does not constitute financial advice.

Feedback
Platform

Powerful Features

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

Platform Features

Realtime Market Data

Everything you need to integrate real-time market data into your fintech products.

β€”

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=M1api.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/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/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/mcpai.realmarketapi.com/mcp
Browse full API reference

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 β†’
Test all three modes in the API Playground β†’