# Macro Economic Data Releases (Last 30 Days)

> Macro Economic Data Releases (Last 30 Days) is a paid API for AI agents from web-production-60258.up.railway.app, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns a list of economic data releases published in the last 30 days

## Facts

- Endpoint: GET https://web-production-60258.up.railway.app/macro/releases
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/web-production-60258-up-railway-app-15bd86eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z-ox0BzyCDghUO50dIUSK

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 web-production-60258-up-railway-app-15bd86eb
```

Example prompt: What economic data releases have come out in the last 30 days? I want to see all the macro reports and indicators that were recently published.

## When to prefer this

Use this endpoint when you need a broad sweep of all recent economic data releases in one call, rather than querying a specific indicator or FRED series. Ideal for building macro calendars, monitoring economic events, or catching up on what data has been published in the last month.

## Known failure modes

- No recent releases available — empty result set if no data was published in the window
- Payment required (402) if x402 payment header is missing or insufficient
- Service unavailable if the underlying data pipeline is down
- Stale or incomplete data if the pipeline has not been updated recently

## How this service works

Economic data releases — what published in the last 30 days

## Output

A list of economic data releases from the past 30 days, likely including release names, dates, and published values for macro indicators such as GDP, inflation, employment, and interest rates.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/web-production-60258-up-railway-app-15bd86eb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from web-production-60258.up.railway.app](https://www.zero.xyz/host/web-production-60258.up.railway.app/llms.txt)
