# Macro Pulse Economic Momentum Score

> Macro Pulse Economic Momentum Score is a paid API for AI agents from macro-pulse-x402.onrender.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a synthesized economic momentum score for a given country by combining GDP growth, inflation, and unemployment trends into a single directional signal.

## Facts

- Endpoint: GET https://macro-pulse-x402.onrender.com/macro-pulse/:country_code
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/macro-pulse-economic-momentum-score-330426b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jabQpyonhZrQLfBUAXA84

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability macro-pulse-economic-momentum-score-330426b2
```

Example prompt: What's the current macro economic momentum score for Germany — the synthesized signal combining GDP growth, inflation, and unemployment trends?

## When to prefer this

Choose this endpoint when you need a single synthesized macro momentum signal for a country rather than raw individual indicators. Ideal for investment screening, country risk assessment, or automated economic monitoring workflows where a directional composite score is more actionable than separate GDP, inflation, and unemployment figures. Best suited for agents that need a fast, low-cost ($0.02) single-country lookup rather than bulk data processing.

## Known failure modes

- Invalid or unsupported country code returns an error — only ISO 3166-1 alpha-2 or alpha-3 codes are accepted
- Payment failure (402) if the $0.02 USDC x402 payment is not completed or rejected
- Country may lack sufficient data for a score if economic indicators are unavailable
- Service may be temporarily unavailable given it runs on Render free-tier infrastructure (cold starts possible)
- Stale data if underlying economic data sources have not been recently updated

## How this service works

Computed economic momentum score for a country (GDP growth, inflation, unemployment trend, synthesized into a single directional signal).

## Output

A computed economic momentum score for the requested country, synthesized from GDP growth rate, inflation trend, and unemployment trajectory into a single directional signal indicating whether the economy is accelerating, decelerating, or stable.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/macro-pulse-economic-momentum-score-330426b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from macro-pulse-x402.onrender.com](https://www.zero.xyz/host/macro-pulse-x402.onrender.com/llms.txt)
