# 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 macro economic events (FOMC, CPI, NFP, earnings) for AI agents, paid per-call via x402 on Base mainnet

## Facts

- Endpoint: GET https://atlasmarkets-titan004-upj5.onrender.com/api/calendar/upcoming
- 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-1747f39a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AvXfX_bLGpBNCwyF6NrsJ

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-1747f39a
```

Example prompt: What major economic events are coming up over the next two weeks — things like FOMC decisions, CPI prints, NFP releases, or big earnings?

## When to prefer this

Use this endpoint when an AI agent or trading workflow needs structured, machine-readable macro event data (FOMC, CPI, NFP, earnings) to time trades, flag risk windows, or brief users on upcoming market catalysts. Prefer this over scraping financial news sites when you need clean structured calendar data paid micropayment-per-call without an API subscription.

## Known failure modes

- Payment failure (402): x402 payment on Base mainnet not completed or insufficient USDC balance
- No upcoming events in the requested window returns an empty list
- Service unavailable (503): hosted on Render which may have cold-start latency or downtime
- Malformed query parameters may return an error or ignored filters

## How this service works

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

## Output

A list of upcoming scheduled economic events including event name (e.g. FOMC, CPI, NFP, earnings), scheduled date/time, and relevance metadata, enabling agents to 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-1747f39a/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)
