# Losbeto Macro Calendar

> Losbeto Macro Calendar is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-14).

Returns a macro economic calendar of upcoming financial events relevant to trading decisions

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/macro-calendar
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-macro-calendar-cf6f0733
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5jjCRELWmBLRBmL4S8pP8

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-cf6f0733
```

Example prompt: Pull the macro economic calendar from Losbeto so I can see what major financial events and economic releases are coming up this week that might affect my trades.

## When to prefer this

Choose this endpoint when you need structured macro economic calendar data in a pay-per-call model via x402 USDC micropayments, particularly when integrating into an AI trading agent on Solana or Base chains. Suitable when you want lightweight per-call pricing ($0.07) rather than a subscription to premium financial data providers.

## Known failure modes

- No data available for requested date range returns empty list
- Service temporarily unavailable on Railway hosting returns 5xx error
- Payment of $0.07 USDC not processed results in 402 Payment Required response
- Malformed query parameters may return 400 Bad Request
- Calendar data may be stale or not real-time depending on upstream data source

## 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, likely including event names, dates, times, expected impact levels, prior values, forecasts, and actual results where available — covering central bank decisions, inflation data, employment figures, and other market-moving economic releases.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-macro-calendar-cf6f0733/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
