# Losbeto Macro Calendar

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

Returns a macro economic calendar of upcoming financial events relevant for AI-driven trading decisions, payable per-call via USDC micropayments.

## Facts

- Endpoint: GET https://api.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-3a7f8673
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7lQ-KXCkzEM3avoPprN-I

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-3a7f8673
```

Example prompt: Can you pull the upcoming macro economic calendar so I know what major economic events and announcements are scheduled this week that could affect the markets?

## When to prefer this

Choose this endpoint when an AI trading agent needs structured macro economic event data to inform trading decisions, timing, or risk management, especially in a micropayment-per-call architecture using USDC on Solana or Base. Prefer this over general news APIs when you specifically need structured event calendar data with dates, forecasts, and impact ratings rather than raw news text.

## Known failure modes

- Invalid or malformed query properties return a 400 error
- Missing required authentication or payment header triggers 402 Payment Required
- Service unavailable or timeout if upstream economic data provider is down
- Empty calendar result if no events are scheduled in the requested period
- Stale or cached data if the provider has not refreshed the calendar recently

## How this service works

OpenAI-compatible LLM gateway at $0.005/call — change base_url, pay in USDC. Plus pay-per-call market data: multi-oracle price consensus, sentiment, forex, equities, commodities, Brazil macro (BCB/B3) and crypto. No API keys, no accounts. USDC on Base, Solana and Algorand via x402.

## Output

Returns a JSON object containing a list of upcoming macro economic calendar events, including event names, scheduled dates and times, expected impact levels, prior and forecast values for economic indicators, and other relevant financial release metadata.

## 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"
}
```

## More

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