# 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.02/call, status unknown (last checked 2026-09-14).

Returns upcoming and recent macroeconomic calendar events including FOMC meetings, CPI releases, NFP reports, and earnings announcements for AI agents.

## Facts

- Endpoint: GET https://atlasmarkets-titan004-upj5.onrender.com/api/calendar/check
- Price: $0.02/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-188d232d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LVv93cW2cGHT4_uXZzeuN

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-188d232d
```

Example prompt: What major economic events are on the calendar this week — FOMC, CPI, NFP, anything like that?

## When to prefer this

Choose this endpoint when an AI agent needs structured, up-to-date macroeconomic event data (FOMC, CPI, NFP, earnings) for trading decisions, portfolio risk management, or macro research. It is specifically designed for agentic workflows with x402 micropayment access on Base mainnet, making it suitable for autonomous agents that need programmatic access to the economic calendar without managing API key subscriptions.

## Known failure modes

- Payment not received — x402 payment on Base mainnet required before data is returned
- Invalid query parameters — malformed input schema may return 400 error
- No events found — calendar may return empty if no events match the query window
- Service unavailable — hosted on Render free tier which may experience cold starts or downtime

## How this service works

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

## Output

A list of scheduled macroeconomic events including event name (e.g. FOMC, CPI, NFP, earnings), dates, times, and relevant metadata to help agents anticipate market-moving announcements.

## 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-188d232d/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)
