Data Coverage Manifest

FXMacroData publishes 385 indicator endpoints across 15 currencies and 93 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 /api/v1/coverage for programmatic access.

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

AUD BRL CAD CHF CNY DKK EUR GBP JPY MXN NZD PLN SEK SGD USD

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 catalog below or pull the machine-readable manifest at /api/v1/coverage.

Economy

PCE Price Index

The headline Personal Consumption Expenditures price index published by BEA.

Balance on Goods

Balance of payments: trade in goods.

Balance on Services

Balance of payments: trade in services.

Industrial Production

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

Durable Goods Orders

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

Producer Price Index MoM (PPI)

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

Core Inflation MoM

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

PCE MoM

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

Building Permits

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

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.

Government Debt

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

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.

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.

Labor Market

Non-Farm Payrolls (NFP)

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

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.

Money & Credit

Credit Growth

Total credit growth from RBA series.

Currency in Circulation

Currency held by the public. M1 sub-component A1.

Transaction Deposits

Demand deposits. M1 sub-component A2.

Savings Deposits

On-call savings deposits. M2 incremental component B1.

Term Deposits

Fixed-term deposits. M3 incremental component B2.

Total Domestic Credit

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

Private Sector Credit

Loans, debt securities, and other credit to private sector. RBNZ column D.

Monetary Policy

Government Bond Yields

Interest Rates

Overnight Deposit Rate

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

SNB Indicators

Sight Deposits

SNB sight deposits (Girokonto balances).

SNB Balance Sheet

SNB total balance sheet assets.

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.

Commodity Prices

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.

FX Reserves

Indicator validated by integration tests.

Quarterly GDP

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.

Real Exchange 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.

Share page X LinkedIn Email