# AtlasMarkets Economic Calendar

> AtlasMarkets Economic Calendar is a paid API for AI agents from atlasmarkets-titan004-upj5.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns upcoming and recent macroeconomic events (FOMC, CPI, NFP, earnings) for use by AI trading and research agents, gated via x402 micropayment on Base mainnet.

## Facts

- Endpoint: GET https://atlasmarkets-titan004-upj5.onrender.com/api/calendar/events
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atlasmarkets-economic-calendar-cf23c3d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DPwfEot-hUzDMLq5PjJe0

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 atlasmarkets-economic-calendar-cf23c3d7
```

Example prompt: Pull the upcoming economic calendar events — I want to see the next FOMC meeting, CPI release, and NFP report dates so I can plan my trading strategy around them.

## When to prefer this

Choose this endpoint when an AI agent needs structured macroeconomic event data (FOMC, CPI, NFP, earnings) for trading signals, research briefings, or volatility avoidance. It is purpose-built for agent consumption with x402 micropayment gating on Base mainnet, making it suitable for autonomous agent workflows that require pay-per-query economic calendar access without API key management.

## Known failure modes

- Payment not completed via x402 on Base mainnet — returns 402 Payment Required
- Invalid or malformed query parameters — returns 400 Bad Request
- Stale or unavailable calendar data — may return empty event list or 503
- Network timeout from Render-hosted server — returns 504 or connection error
- No events matching specified filter — returns empty array with 200 OK

## How this service works

Economic calendar for AI agents. FOMC, CPI, NFP, earnings. x402-protected on Base mainnet.

## Output

A list of scheduled macroeconomic and financial events including event name (e.g. FOMC, CPI, NFP, earnings), scheduled date and time, event type/category, and potentially impact level or prior/forecast values for each indicator.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atlasmarkets-economic-calendar-cf23c3d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from atlasmarkets-titan004-upj5.onrender.com](https://www.zero.xyz/host/atlasmarkets-titan004-upj5.onrender.com/llms.txt)
