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.
Live spread data updated every second from major brokers
99.9% uptime with global CDN for fast response times
Free public access with rate limiting for fair usage
Use directly from browsers with full CORS support
/public/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.
/public/spreads/[broker]
Get spreads for a specific broker
Filter spread data by broker name to get targeted information with account type details.
/public/spreads/[symbol]
Get spreads for a specific trading symbol
Compare spreads across all brokers for a specific trading symbol with account type information.
/public/spreads/broker/[broker]/[account_type]
Get spreads for specific broker and account type
Filter by both broker and account type for precise spread data targeting.
/public/spreads/symbol/[symbol]/[account_type]
Get spreads for specific symbol and account type
Compare spreads across brokers for a specific symbol and account type combination.
/private/...
More endpoints in development
More Public and Private endpoints will coming soon...
Get started with the Broker Radar API in seconds
curl https://api.broker-radar.com/public/spreads
curl "https://api.broker-radar.com/public/economic/v2/demo?countries=USD,EUR&impacts=high"
{
"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.
Fair usage limits to ensure optimal performance for all users
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.