# EconSignalPulse Recession Signals

> EconSignalPulse Recession Signals is a paid API for AI agents from econsignalpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns multi-indicator recession probability for a given country using PMI, yield curve, credit spreads, GDP trajectory, and IMF forecasts

## Facts

- Endpoint: GET https://econsignalpulse.theaslangroupllc.com/api/econsignal/recession-signals
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/econsignalpulse-recession-signals-1bfa7b00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LELiejpy4CszA7pTCS0CS

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 econsignalpulse-recession-signals-1bfa7b00
```

Example prompt: What's the current recession probability for Germany — pull together the PMI, yield curve, credit spreads, and GDP trajectory signals so I can see where the composite score lands.

## When to prefer this

Use this endpoint when you need a single composite recession probability that synthesizes multiple leading and lagging indicators (PMI, yield curve, credit spreads, GDP, IMF forecasts) for a specific country, rather than pulling and aggregating each signal separately. Ideal for macro research agents, cross-asset portfolio risk tools, or sovereign risk assessments requiring a fast, unified recession signal.

## Known failure modes

- Unsupported or unrecognized country code returns a 404 or validation error
- Stale or unavailable underlying data for a given country may return partial signals or a lower-confidence composite
- Rate limiting or payment failure returns 402 or 429
- Network timeout if upstream data providers are slow

## How this service works

Multi-indicator recession probability for any country — PMI, yield curve, credit spreads, GDP trajectory and IMF forecasts. For macro and cross-asset agents.

## Output

A composite recession probability score for the requested country, disaggregated by individual indicator signals (PMI, yield curve, credit spreads, GDP trajectory, IMF forecasts), enabling macro and cross-asset agents to assess near-term contraction risk.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "iso2": {
       "type": "string",
       "description": "ISO2 code for World Bank"
      },
      "iso3": {
       "type": "string",
       "description": "ISO3 code for IMF"
      },
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | ja | zh | ko | pt | ar | hi (default: en)"
      },
      "country": {
       "type": "string",
       "description": "Country — e.g. \"United States\" | \"Germany\" | \"Japan\" | \"South Korea\" | \"Brazil\""
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "query_summary": {
   "iso2": "DE",
   "iso3": "DEU",
   "country": "Germany",
   "horizon": "12 months"
  },
  "historical_analog": "2002-2003 (tech bust + structural reform period) — 3 quarters of contraction followed by slow recovery",
  "structural_context": {
   "china_exposure": "7.3% of German exports to China — slowing Chinese economy is direct headwind",
   "fiscal_position": "Debt brake limits stimulus capacity; constitutional constraint on deficit spending",
   "energy_shock_legacy": "German industry permanently lost ~15% cost competitiveness post-2022 energy crisis",
   "automotive_disruption": "EV transition eroding German auto sector advantage; China competition intensifying"
  },
  "indicator_dashboard": {
   "gdp_trend": "Two consecutive quarters of negative growth in 2023; shallow recovery 2024",
   "yield_curve": "Inverted — 10yr/2yr spread -45bps; historically 70% accurate 12-month signal",
   "pmi_services": 51.1,
   "pmi_manufacturing": 43.2,
   "unemployment_trend": "Rising — 5.7% vs 5.0% trough; Kurzarbeit uptake increasing",
   "ifo_business_climate": 86.5,
   "consumer_confidence_gfk": -21.3
  },
  "monitoring_triggers": [
   "PMI manufacturing sustained below 45 for 3+ months",
   "Unemployment above 6%",
   "DAX -15% from peak",
   "Energy prices spiking above €100/MWh"
  ],
  "recession_probability": {
   "pct": 62,
   "label": "Elevated risk",
   "confidence": "Medium-High"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/econsignalpulse-recession-signals-1bfa7b00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from econsignalpulse.theaslangroupllc.com](https://www.zero.xyz/host/econsignalpulse.theaslangroupllc.com/llms.txt)
