Metadata-Version: 2.4
Name: fxmacrodata
Version: 0.1.0
Summary: Python client for the FXMacroData API, providing forex macroeconomic data for traders, quants, and analysts.
Author-email: FXMacroData <info@fxmacrodata.com>
License: MIT
Project-URL: Homepage, https://fxmacrodata.com/?utm_source=pypi&utm_medium=package&utm_campaign=python_sdk
Project-URL: Documentation, https://fxmacrodata.com/api/docs?utm_source=pypi&utm_medium=package&utm_campaign=python_sdk
Project-URL: Source, https://github.com/fxmacrodata/fxmacrodata
Project-URL: Issues, https://github.com/fxmacrodata/fxmacrodata
Keywords: forex,macro data,macroeconomics,trading,quant,economic indicators,fxmacrodata,rapidapi
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28
Requires-Dist: aiohttp>=3.8
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-mock>=3.10; extra == "dev"
Requires-Dist: python-dotenv>=1.1; extra == "dev"
Requires-Dist: python-semantic-release>=7.23; extra == "dev"
Requires-Dist: twine>=4.0; extra == "dev"
Requires-Dist: build>=1.0; extra == "dev"
Requires-Dist: ruff>=0.0; extra == "dev"
Requires-Dist: mypy>=1.5; extra == "dev"
Requires-Dist: black>=24.0; extra == "dev"
Requires-Dist: types-requests>=2.28; extra == "dev"
Dynamic: license-file

# FXMacroData Python SDK 🐍📊

![PyPI Version](https://img.shields.io/pypi/v/fxmacrodata?color=blue&logo=python&style=flat-square)
![Python Versions](https://img.shields.io/pypi/pyversions/fxmacrodata?style=flat-square)
![License](https://img.shields.io/github/license/yourusername/fxmacrodata?style=flat-square)
![Build](https://img.shields.io/github/actions/workflow/status/yourusername/fxmacrodata/python-package.yml?style=flat-square&logo=github)

The **FXMacroData Python SDK** is a lightweight, easy-to-use client for fetching **forex macroeconomic data** from [FXMacroData](https://fxmacrodata.com/?utm_source=github&utm_medium=readme&utm_campaign=python_sdk).  

It supports **synchronous** and **asynchronous** requests, provides ready-to-use JSON responses, and enforces API keys only for non-USD endpoints. Perfect for developers, quants, and algo traders.

---

## 🌟 Features

- Fetch **policy rates, CPI, inflation, GDP, unemployment**, and other macroeconomic indicators.
- Supports **USD (free)** and **other currencies via RapidAPI key**.
- **Async-first** design for bulk data fetching.
- Works with **Python 3.9+**.
- Compatible with **TradingBots, Jupyter Notebooks, Backtests**.
- Minimal dependencies: `requests`, `aiohttp`.

---

## 📦 Installation

```bash
pip install fxmacrodata
```

Or install the latest version from GitHub:

```bash
pip install git+https://github.com/yourusername/fxmacrodata.git
```
