Public API v1.0

Broker Radar

API

Access real-time spread data from multiple brokers with our fast, reliable, and free public API. Perfect for trading applications, analysis tools, and financial dashboards.

Real-time Data

Live spread data updated every second from major brokers

24/7 Availability

99.9% uptime with global CDN for fast response times

No Authentication

Free public access with rate limiting for fair usage

CORS Enabled

Use directly from browsers with full CORS support

Live Demo

Live Spreads Stream V2

Real-time spread data from Blueberry Markets account! Experience our V2 live data stream with enhanced performance and no API key required for this demo!

Loading live data...

Live Demo

Economic Calendar V2

Wednesday, September 10, 2025

Real-time economic events and data releases! Experience our V2 economic data stream with enhanced performance and no API key required for this demo!

Loading economic data...

Beta

API v2.0 Beta Now Active

Experience lightning-fast API responses with our new advanced caching system. Get instant access to real-time spread data with automatic updates when new data arrives. Built for high-performance trading applications that demand speed and reliability.

Available Endpoints for V1

GET
/public/spreads

All Spreads

Get spread data from all brokers for the past 24 hours

Returns comprehensive spread information with account types across all available brokers and symbols.

GET
/public/spreads/[broker]

Broker Spreads

Get spreads for a specific broker

Filter spread data by broker name to get targeted information with account type details.

GET
/public/spreads/[symbol]

Symbol Spreads

Get spreads for a specific trading symbol

Compare spreads across all brokers for a specific trading symbol with account type information.

GET
/public/spreads/broker/[broker]/[account_type]

Broker Account Type

Get spreads for specific broker and account type

Filter by both broker and account type for precise spread data targeting.

GET
/public/spreads/symbol/[symbol]/[account_type]

Symbol Account Type

Get spreads for specific symbol and account type

Compare spreads across brokers for a specific symbol and account type combination.

SOON
/private/...

Coming Soon

More endpoints in development

More Public and Private endpoints will coming soon...

Quick Start

Get started with the Broker Radar API in seconds

bash
Basic API Request
curl https://api.broker-radar.com/public/spreads
bash
Economic Data API
curl "https://api.broker-radar.com/public/economic/v2/demo?countries=USD,EUR&impacts=high"
JSON
Sample Response
{
  "broker_name": "roboforex_ecn",
  "platform": "MT5",
  "account_type": "ECN",
  "source": "broker-radar.com",
  "symbol": "EURUSD",
  "avg_spread": 0.8,
  "min_spread": 0.6,
  "max_spread": 1.2,
  "date_time": "2025-08-26T07:30:00+00:00",
  "last_updated": "2025-08-26T07:30:00+00:00"
}

No API key required. Start making requests immediately with our public endpoints. All responses include account type information and source attribution. Try our new Economic Data API for real-time market events and economic calendar data.

Rate Limits & Usage

Fair usage limits to ensure optimal performance for all users

200
Requests per Minute
Per IP address
10s
Cache Duration
For optimal performance
FREE
No Authentication
Start using immediately
Rate Limit Information

If you exceed the rate limit, you'll receive a 429 status code. Wait for the rate limit window to reset before making additional requests.