🎉 إضافة Chrome متاحة الآن! احصل على أسعار السوق مباشرة في متصفحك.تثبيت الآن→
RealMarketAPIRealMarketAPI
الميزاتالأسعارالتوثيق

منصة التجربة

منصة تجربة API تفاعلية

الأداة

حلول الأداة المدمجة

SDK

اتصل بسرعة باستخدام مكتبات SDK الرسمية

المدونة

أحدث المقالات والتحديثات

الأخبار

الأخبار والإعلانات الحديثة

المنتدى

انضم إلى منتدى المجتمع الخاص بنا

التعلم

Learning resources, tutorials, and implementation guides

Calculator

Position sizing, pip value, and risk management tools

خلاصات RSS

دليل خلاصات RSS للتداول

RealMarketAPI

بنية تحتية لبيانات السوق في الوقت الفعلي لتطبيقات التكنولوجيا المالية الحديثة ومنصات التداول.

المنتج

  • الميزات
  • الأسعار
  • التوثيق
  • الودجات
  • لوحة التحكم

الشركة

  • من نحن
  • اتصل بنا
  • المدونة
  • الأسئلة الشائعة
  • التعليقات
  • الحالة
  • الانتساب

Compare

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

القانونية

  • سياسة الخصوصية
  • شروط الخدمة
  • سياسة الاسترداد
  • الأمان
  • Trust Center
  • تحذير المخاطر
  • سياسة ملفات تعريف الارتباط

مفتوح المصدر

  • التعلم
  • Calculator
  • خلاصات RSS

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 badgerealmarketapi.com Domain RatingFeatured on Launch LlamaSEOJuiceFeatured on Wired BusinessPowered 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 badgerealmarketapi.com Domain RatingFeatured on Launch LlamaSEOJuiceFeatured on Wired BusinessPowered by Startup Fast

© 2026 RealMarketAPI. جميع الحقوق محفوظة.

مبني بـ ❤ للمطورين

vv0.0.0 · 2026-06-20

الخصوصية·الشروط·الأمان·تحذير المخاطر·الكوكيز

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
Live data · Up to 10 yrs history · Production-ready

DocumentationBuilt for developers

Everything you need to stream real-time market data into your products — from a 30-second quickstart to WebSocket reconnect strategies. Business and Enterprise plans include the full OHLCV archive with up to 10 years of historical data for back-testing and research.

🚀 Quick start▶ Try Playground
62+
Symbols
6
Timeframes
37
Endpoints
34
MCP Tools
<5ms
Avg latency
10yr
History

Choose your path

First API call

Get your key, copy a request, and verify a live response in minutes.

Start onboarding →

Realtime streaming

Jump directly into WebSocket endpoints and reconnect-safe integration patterns.

Build realtime flow →

Plans and limits

Compare plan constraints, history depth, and endpoint availability before shipping.

Review pricing →

Base URLs

⚡
REST API
https://api.realmarketapi.com
🔁
WebSocket
wss://api.realmarketapi.com
🤖
MCP Server
https://ai.realmarketapi.com/mcp

Quick start

Fetch the latest Gold price in 30 seconds. Replace YOUR_API_KEY with the key from your dashboard.

curl
curl -X GET "https://api.realmarketapi.com/price?symbolCode=XAUUSD"   -H "x-api-key: YOUR_API_KEY"
Run in playgroundCompare plansCreate free account
🔑Don't have an API key yet? Create a free account — no credit card needed.

Explore the docs

Jump to the section that fits your use case.

🚀
Start here

Getting Started

Authenticate with your API key, understand rate limits, explore supported symbols and timeframes.

  • API key setup
  • Authentication
  • Symbols & Timeframes
  • Best practices
Read more →
⚡
All plans

REST Endpoints

Core market data endpoints plus account, category, 24-hour, indicator, volatility, and intelligence endpoints.

  • GET /price · /price/24hr
  • GET /price/category · /me
  • GET /history · /candle
  • GET /api/v1/indicator/*
Read more →
🧩
New features

New API Features

Documentation for Market Screener, Alert Center, Signal Lab, and Watchlist Hub with endpoint details and usage examples.

  • Market Screener
  • Alert Center
  • Signal Lab
  • Watchlist Hub
Read more →
🔁
Plus & Pro & Business

WebSocket

Real-time streaming for live ticks, candle windows, order-flow imbalance, market-wide snapshots, and multi-timeframe feeds without polling.

  • /price · /candles
  • /market · /multi-timeframe
  • /orderflow/imbalance
  • Auto-reconnect patterns
Read more →
📖
Reference

API Reference

Every OHLCV field, HTTP status code, and structured exception code — all in one place.

  • OHLCV fields
  • HTTP error codes
  • Exception codes
Read more →
📈
Indicators

Technical Indicators

Use server indicator APIs for SMA, EMA, RSI, MACD and support/resistance, with formulas and integration examples.

  • GET /api/v1/indicator/sma
  • GET /api/v1/indicator/ema
  • GET /api/v1/indicator/rsi
  • GET /api/v1/indicator/macd
  • Support/Resistance
Read more →
📊
Starter+

Volatility API

Multi-metric volatility time-series, ATR spike detection, and a Day × Hour heatmap — all from a single endpoint group.

  • GET /api/v1/volatility
  • GET /volatility/spikes
  • GET /volatility/heatmap
  • ATR · HV · Band Width
Read more →
🧠
Pro+

Intelligence API

Advanced market analysis: next-candle bias scoring, trend detection, setup patterns, confluence signals, liquidity zones, order flow imbalance, stop-hunt detection, market anomalies, and manipulation risk.

  • GET /insight/next · /trend · /score
  • GET /insight/setup · /confluence
  • GET /liquidity/zones
  • GET /orderflow · /stop-hunt · /anomaly
Read more →
🤖
Pro+

MCP Server

Connect AI agents like Claude Desktop and Cursor to live market data via the Model Context Protocol, with quota-free tool calls.

  • 34 MCP tools
  • Quota-free calls
  • Streamable HTTP
  • Claude Desktop config
Read more →
📦
SDK

SDK Clients

Official SDK lineup: .NET (stable), JavaScript beta, and Python beta for REST and WebSocket integrations.

  • NuGet + npm + PyPI
  • C# stable
  • JavaScript/Python beta
  • Ticker · Candles · History
Read more →
✈️
All plans

Telegram Bot

Get live prices, forecasts, price alerts, and volume spike notifications straight in Telegram — no server required.

  • /price · /market · /next
  • Price & spike alerts
  • Wishlist
  • /me — account info
Read more →
▶️

Try it live in the Playground

Run real requests against the API — no backend required. Switch between REST and WebSocket, inspect responses, and copy code snippets.

Open Playground