Securely Redirecting...

Connecting to Stripe

FXMacroData Python Package Released 🚀

We are excited to announce the release of the FXMacroData Python package, making it easier than ever to access real-time macroeconomic data for all major currency pairs.

Key Features

  • Real-time data access: Pull central bank announcements and FX macro data instantly.
  • 🐍 Python-friendly API: Simple, intuitive methods for developers and quants.
  • 📊 Seamless integration: Works with your dashboards, analytics, and trading strategies.

Quick Start

Install the package:

pip install fxmacrodata

Example usage:

from fxmacrodata import Client

# Initialize the client with your API key
client = Client(api_key="YOUR_API_KEY")

# Fetch AUD inflation data
data = client.get("aud", "inflation")
print(data)

With this simple API call, you can instantly retrieve the latest macroeconomic indicators, making it easy to integrate high-quality data into your trading models, dashboards, or research projects. The Python package is designed to be intuitive, so developers of all levels can start using it within minutes.

Learn More

For full documentation and examples, visit our GitHub repository.


— The FXMacroData Team