Data Coverage Manifest

FXMacroData publishes 340 indicator endpoints across 14 currencies and 92 distinct macroeconomic indicators. Every series is sourced directly from the official central bank or national statistics agency. 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 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.

Exports of Goods & Services

Total exports reported by ABS (AUD millions), quarterly based on national accounts.

Imports of Goods & Services

Total imports reported by ABS (AUD millions), quarterly based on national accounts.

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.

House Price Index

Measures changes in residential property prices over time, reflecting housing market conditions and consumer wealth.

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.

Business Confidence

Survey-based measure of business executives' outlook on economic conditions, production, and investment plans.

Consumer Confidence

Survey-based measure of consumers' confidence in economic conditions, employment prospects, and personal finances.

Business Sentiment

Survey-based measure of business sentiment reflecting executive expectations for production, orders, and overall economic conditions.

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.

Average Weekly Earnings / Wages

Measures nominal wage growth.

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

Broad Money (M3)

Total money supply including cash, deposits and other liquid assets.

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.

Monetary Policy

Foreign Exchange Reserves

Assets held by the central bank in foreign currencies, used to support the exchange rate and manage monetary policy. Key indicator of a country's external financial position.

Gold Reserves

Quantity of gold held by the central bank as part of its foreign exchange reserves, measured in value terms.

Central Bank Total Assets

Total assets on the central bank's balance sheet, reflecting the scale of monetary policy operations including quantitative easing programs.

Government Bond Yields

1-Year Government Bond Yield

4-Year Government Bond Yield

40-Year Government Bond Yield

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.

House Prices

Indicator validated by integration tests.

Household Credit

Indicator validated by integration tests.

Inflation Expectations

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.

Terms of Trade

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.