# Magnum.ai Ultimate Economic Calendar

> Magnum.ai Ultimate Economic Calendar is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Returns scheduled economic events, indicators, and macroeconomic data releases for use in financial analysis and trading workflows.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/ultimate-economic-calendar
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-ultimate-economic-calendar-7216512a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qxryWbjpOw94m8PsRYtXr

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 magnum-ai-ultimate-economic-calendar-7216512a -d '<json body>'
```

Example prompt: Can you pull up the economic calendar for this week and show me all the high-impact events, especially any central bank decisions or jobs data releases?

## When to prefer this

Use this endpoint when you need a comprehensive, structured economic calendar with impact ratings and forecast data for financial analysis, trading strategy, or macroeconomic research — particularly when you need pay-per-call access via crypto micropayments without a subscription.

## Known failure modes

- Invalid date range returns empty result set
- Unrecognized country or currency code returns 400 error
- Payment failure on Base chain blocks API access with 402 response
- Service unavailable during high-traffic periods returns 503
- Malformed request body returns 400 validation error

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

A structured list of upcoming economic events including event names, scheduled release dates and times, affected currencies or countries, prior values, forecast values, and impact ratings (e.g., low/medium/high).

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/magnum-ai-ultimate-economic-calendar-7216512a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
