# Losbeto Macro Calendar

> Losbeto Macro Calendar is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Returns a macro economic calendar of scheduled financial events, releases, and indicators relevant to trading and markets.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/macro-calendar
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-macro-calendar-700e4d56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UvgDTlOfyGX65LdPFyAIr

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 losbeto-macro-calendar-700e4d56
```

Example prompt: Can you pull up the macro economic calendar so I can see what major market-moving events and data releases are scheduled this week?

## When to prefer this

Choose this endpoint when you need a structured list of upcoming macro economic events for trading or market analysis, particularly when operating in an x402 micropayment environment and paying per call with USDC. Prefer this over generic news APIs when you need structured calendar data with event timing and economic indicators rather than unstructured news articles.

## Known failure modes

- Empty or missing properties parameter may return a generic or empty calendar
- Payment not processed (HTTP 402) if USDC micropayment of $0.07 fails
- Service may return stale data if upstream economic data feed is delayed
- Malformed JSON schema input may result in an error or unexpected filtering
- Date ranges outside supported window may return empty results

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

A JSON response containing a list of scheduled macro economic events, including event names, dates/times, expected vs prior values for indicators, and market impact ratings. Helps traders and AI agents plan around market-moving announcements.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "format": {
       "type": "string",
       "description": "Response format (json)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "When is the next decision that moves every market? Official published schedule only — FOMC, BLS payrolls and Brazil's Copom — no forecasts, no invented figures. Dates your model's cutoff does not know."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ts": 1785019152,
  "note": "Calendário macro indicativo. Configure API para dados em tempo real.",
  "events": [
   {
    "date": "2026-07-17",
    "time": "14:30 UTC",
    "event": "Retail Sales MoM",
    "impact": "high",
    "country": "US",
    "forecast": "0.3%",
    "previous": "0.1%"
   },
   {
    "date": "2026-07-21",
    "time": "18:00 UTC",
    "event": "FOMC Minutes",
    "impact": "high",
    "country": "US",
    "forecast": "-",
    "previous": "-"
   },
   {
    "date": "2026-07-23",
    "time": "12:30 UTC",
    "event": "Initial Jobless Claims",
    "impact": "medium",
    "country": "US",
    "forecast": "235K",
    "previous": "243K"
   },
   {
    "date": "2026-07-25",
    "time": "08:00 UTC",
    "event": "ECB Rate Decision",
    "impact": "high",
    "country": "EU",
    "forecast": "3.75%",
    "previous": "3.75%"
   }
  ],
  "version": "25.1.0-DISCOVERY",
  "provider": "Losbeto/Macro"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-macro-calendar-700e4d56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from markets.losbeto.xyz](https://www.zero.xyz/host/markets.losbeto.xyz/llms.txt)
