Live release feed
Sub-second macro releases for FX backtests
Point-in-time history
Official CPI, jobs, GDP, and central-bank events with point-in-time history.
$25/month 14-day free trial
Start Free Trial

Data Coverage Manifest

FXMacroData publishes 1549 indicator endpoints across 49 currencies and 107 distinct macroeconomic indicators. Every series is sourced directly from the official central bank or national statistics agency. Each endpoint below includes the earliest currently published history start date so you can judge backtest depth before you wire it into a model. Use this page to discover available endpoints; query the JSON variant at /data-coverage.json for programmatic access.

Generated at:  ·  JSON  ·  llms.txt  ·  MCP discovery

AED ARS AUD BHD BOB BRL CAD CHF CLP CNH CNY COP CZK DKK DZD EGP EUR GBP HKD HUF IDR ILS INR ISK JPY KRW MAD MXN MYR NGN NOK NZD PEN PHP PKR PLN RON RUB SAR SEK SGD THB TRY TWD USD UYU VND XOF ZAR

Quick start — one curl call

Every indicator endpoint follows the same shape. Replace {currency}, {indicator}, and YOUR_API_KEY:

curl "https://fxmacrodata.com/api/v1/announcements/usd/inflation?api_key=YOUR_API_KEY"

More examples (any supported currency, any indicator):

# Eurozone policy rate
curl "https://fxmacrodata.com/api/v1/announcements/eur/policy_rate?api_key=YOUR_API_KEY"

# UK GDP
curl "https://fxmacrodata.com/api/v1/announcements/gbp/gdp?api_key=YOUR_API_KEY"

# Japan unemployment, date-bounded
curl "https://fxmacrodata.com/api/v1/announcements/jpy/unemployment?start_date=2024-01-01&api_key=YOUR_API_KEY"

# Latest value for every USD indicator in one call
curl "https://fxmacrodata.com/api/v1/announcements/usd/latest?api_key=YOUR_API_KEY"

USD data is free for the trailing 365 days without authentication. All other currencies and full history require an API key. Browse the summary below or pull the machine-readable manifest at /data-coverage.json.

Economy

Balance on Goods

Balance of payments: trade in goods.

Balance on Services

Balance of payments: trade in services.

Building Permits

Number of new residential construction permits authorized, a leading indicator of future housing activity and economic growth.

Core Inflation MoM

Month-over-month change in core consumer prices (excluding food and energy), tracking underlying inflation trends.

Dairy Exports

Monthly New Zealand dairy export value from official Stats NZ overseas merchandise trade HS10 export data.

Durable Goods Orders

Measures new orders placed with domestic manufacturers for delivery of long-lasting goods.

Government Debt

Total outstanding debt obligations of the central government, indicating fiscal sustainability and public sector borrowing requirements.

Housing Starts

Number of new residential construction projects that have begun in a given period, a key indicator of economic activity and construction sector health.

Industrial Production

Measures the output of the industrial sector (manufacturing, mining, utilities).

Services PMI (NMI)

Non-Manufacturing Index (NMI) or Services PMI, a leading indicator of economic activity in the services sector. A reading above 50 indicates expansion.

PCE Price Index

The headline Personal Consumption Expenditures price index published by BEA.

PCE MoM

Month-over-month change in the Personal Consumption Expenditures price index.

Manufacturing PMI

Purchasing Managers' Index for the manufacturing sector, a leading indicator of economic activity based on surveys of purchasing managers. A reading above 50 indicates expansion.

Producer Price Index MoM (PPI)

Month-over-month change in producer prices, an early indicator of inflationary pressure in the supply chain.

Labor Market

Average Hourly Earnings

Measures the change in the price businesses pay for labor.

Initial Jobless Claims

Weekly initial unemployment insurance claims.

Job Openings

Total number of unfilled job positions, a key indicator of labor market demand and tightness.

NAIRU (Natural Rate of Unemployment)

Non-Accelerating Inflation Rate of Unemployment — the estimated unemployment rate consistent with stable inflation, published by the Congressional Budget Office.

Non-Farm Payrolls (NFP)

Number of workers in the U.S. excluding farm workers.

Money & Credit

Credit Growth

Total credit growth from RBA series.

Total Domestic Credit

Net credit to central government + private sector credit. RBNZ column C+D.

Monetary Policy

Government Bond Yields

Interest Rates

Overnight Deposit Rate

Overnight deposit rate at registered banks. RBNZ daily banking rates.

SNB Indicators

Additional Indicators

BoC Business Outlook

Indicator validated by integration tests.

Building Approvals

Indicator validated by integration tests.

Energy Commodities

Indicator validated by integration tests.

Ex-Energy Commodities

Indicator validated by integration tests.

Commodity Price Index

Indicator validated by integration tests.

Consumer Expectations

Indicator validated by integration tests.

Core Inflation (Median)

Indicator validated by integration tests.

Core Inflation (Trim)

Indicator validated by integration tests.

Household Credit

Indicator validated by integration tests.

KOF Barometer

Indicator validated by integration tests.

Monthly CPI

Indicator validated by integration tests.

Mortgage Rate

Indicator validated by integration tests.

Tankan Capex

Indicator validated by integration tests.

Trimmed Mean Inflation

Indicator validated by integration tests.

Wage Price Index

Indicator validated by integration tests.

For AI agents

If you are building an AI agent that needs to fetch macroeconomic data, start with the JSON coverage manifest, pick the (currency, indicator) pair, and call the corresponding /api/v1/announcements/{currency}/{indicator}?api_key=YOUR_API_KEY endpoint. Discovery documents are published at /.well-known/mcp.json and /.well-known/ai-plugin.json. The full schema is at /api/openapi.json.