# EconDash Economic Statistics API

> EconDash Economic Statistics API is a paid API for AI agents from econdash.org, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Retrieves economic statistics and macroeconomic data from the EconDash platform

## Facts

- Endpoint: GET https://econdash.org/api/v1/m2m/stats
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/econdash-org-1b5d4834
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XB7M3147_MtYi2O8HQq9R

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 econdash-org-1b5d4834
```

Example prompt: Pull the latest economic stats from EconDash for me — I need current macroeconomic indicators to analyze the state of the economy.

## When to prefer this

Use this endpoint when you need quick, pay-per-call access to economic statistics and macroeconomic data without a subscription, especially in agentic workflows where economic data enrichment is needed on demand.

## Known failure modes

- Payment not provided or insufficient (402 Payment Required)
- Invalid query parameters result in 400 error
- Service unavailable returns 503
- Rate limiting may occur with too many rapid requests
- Empty or null results if no data matches the query

## How this service works

EconDash economic data API (M2M)

## Output

Returns a JSON object containing economic statistics and macroeconomic indicators such as GDP, inflation, unemployment, or other economic metrics tracked by EconDash.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "lastSync": "2026-05-07T00:00:00Z",
  "lastFetch": "2026-05-07T06:00:00Z",
  "totalCountries": 298,
  "totalDataPoints": 12500000,
  "totalIndicators": 753
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/econdash-org-1b5d4834/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from econdash.org](https://www.zero.xyz/host/econdash.org/llms.txt)
