Securely Redirecting...

Connecting to Stripe

Back to library

Implementation

How-To Guides

Step-by-step setup guides for authentication, endpoint usage, and production integrations.

7 articles in this section
HowTo Backtesting 2026-04-06 12:00 UTC

How to Backtest FX Macro Strategies with backtesting.py

A step-by-step guide to using FXMacroData central-bank announcement data to build a synthetic carry-spread index and backtest a GBP/USD carry strategy with backtesting.py — no external price provider required.

Read article Implementation
HowTo 2026-03-30 08:55 UTC

How to Use All FXMacroData API Endpoints: A Complete Guide

A step-by-step walkthrough of every public endpoint in the FXMacroData API — from announcement series and release calendar to COT positioning, commodities, forex rates, real-time SSE streaming, and GraphQL batching.

Read article Implementation
HowTo 2026-03-30 08:52 UTC

How to Query FXMacroData via GraphQL

Batch multiple indicator queries, discover the full data catalogue, and retrieve release calendars in a single HTTP round-trip using the FXMacroData GraphQL endpoint — with Python and JavaScript examples.

Read article Implementation
HowTo 2026-03-30 00:32 UTC

How to Use FXMacroData Endpoints and Authentication

A practical end-to-end guide to authenticating with FXMacroData, choosing the right endpoint families, and building a production-ready macro data workflow.

Read article Implementation
HowTo 2026-03-26 12:00 UTC

How to Use FXMacroData SSE Streams for Real-Time Macro Release Alerts

A practical guide to subscribing to FXMacroData's new Server-Sent Events stream, filtering by currency and indicator, handling reconnects, and fetching the full indicator payload the moment a release lands.

Read article Implementation
HowTo 2026-03-03 23:22 UTC

How to Use the Release Calendar API to Schedule Indicator Fetches

Stop polling every endpoint on a timer. Learn how to query the FXMacroData release calendar to find the exact announcement time for any indicator, then schedule a single targeted API call for that moment — in Python and JavaScript.

Read article Implementation
HowTo 2026-03-03 23:04 UTC

How to Connect FXMacroData to the OpenClaw AI Assistant

A step-by-step guide to adding FXMacroData as a skill inside OpenClaw so your AI agent can answer macro questions, fetch live indicator data, and send automated FX briefings.

Read article Implementation