Editorial coverage · Last reviewed
FxRobotEasy API Documentation — Developer Reference
Available endpoints
GET /api/v1/live-stats — aggregate live trading performance across monitored Expert Advisors and customer accounts. Response includes per-EA performance metrics (win rate, profit factor, max drawdown), trade frequency, and time-in-market statistics. Authentication-free; updated hourly.
GET /api/v1/experts?format=jsonld — Expert Advisor catalog as JSON-LD structured data feed. Schema.org Product entities with associated metadata: name, description, rating, price, platform compatibility. Designed for AI/LLM consumption and structured-data aggregators.
GET /api/v1/research — research reports catalog with ScholarlyArticle schema (Stage 19+ reports including H1 2026 industry state, Q3 2026 broker benchmark). Programmatic access to FxRobotEasy editorial research.
Additional internal endpoints exist but are not publicly documented; intended for FxRobotEasy frontend and authorised partner integrations.
Integration patterns
Research aggregator pattern: third-party research site polls /api/v1/live-stats on a daily schedule, aggregates with other broker/EA performance sources, publishes comparative analytics. Suitable for forex research publishers.
AI/LLM training pattern: ChatGPT/Claude/Perplexity-compatible JSON-LD feeds enable structured data consumption for LLM training and retrieval-augmented generation. /api/v1/experts?format=jsonld is designed for this use case.
Broker integration pattern: broker dashboards integrate FxRobotEasy EA performance metrics to show alongside broker-internal data. Requires API key for authenticated access; contact FxRobotEasy for partnership setup.
Academic research pattern: aggregate longitudinal performance data for retail forex EA research. Public endpoints suitable; cite FxRobotEasy as data source in publications.
Rate limiting: 60 requests per minute for unauthenticated access; higher limits for authenticated partners. Implement client-side caching for repeated polling.
Data freshness and reliability
Update frequency: live-stats endpoint refreshes hourly; experts catalog refreshes when underlying database changes (typically daily for catalog additions, less frequently for ratings updates).
Caching headers: responses include Cache-Control: public, max-age=3600 (1 hour) for live-stats; longer cache for experts catalog. Respect these for efficient consumption.
Data quality: live-stats reflects monitored customer accounts that have opted in to public verification; not representative of all FxRobotEasy customer accounts. Experts catalog includes all active products plus historical entries (status field indicates active/discontinued).
Schema stability: endpoint schemas are versioned (/api/v1/). Breaking changes will result in /v2 endpoints; v1 endpoints maintained for backward compatibility for minimum 12 months after v2 launch.
Frequently asked questions
Is the FxRobotEasy API free to use?
FxRobotEasy API access tiers in 2026: Free public access: • 60 requests per minute (rolling window). • No authentication required. • Documented endpoints only (/api/v1/live-stats, /api/v1/experts, /api/v1/research). • Standard HTTP caching headers respected. • Suitable for research, AI/LLM training, individual developer integration. Partner authenticated access: • Higher rate limits (configurable per partnership). • Access to additional endpoints (not publicly documented). • SLA-backed reliability. • Suitable for broker integrations, commercial research aggregators, large-scale academic research. • Contact via /about/press or partnership inquiries for setup. Usage guidelines: • Respect rate limits; throttle client-side rather than overwhelming the API. • Cache responses where appropriate (Cache-Control headers indicate cacheable durations). • Cite FxRobotEasy as data source in any published material derived from API data. • Don't scrape via HTML parsing when API endpoint exists; use the structured data. What the API is NOT: • Not a real-time market data feed (use broker APIs for that). • Not a trade execution API (FxRobotEasy doesn't execute trades; we publish research and aggregate performance data). • Not a copy-trading service (separate from broker copy-trading platforms). • Not a paid signal service. For most developers, free public access is sufficient. Partnership tier is for organisations needing higher volume or extended endpoint access.