# Losbeto Earnings Whisper

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

Returns earnings whisper numbers or analyst earnings estimates data for stocks or assets via a pay-per-call USDC micropayment endpoint.

## Facts

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

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-earnings-whisper-f1a2f599
```

Example prompt: What is the earnings whisper number for NVDA this quarter — I want to know what traders are actually expecting versus the official consensus estimate?

## When to prefer this

Choose this endpoint when you need earnings whisper numbers or unofficial analyst consensus estimates for stocks and want to pay per call with USDC micropayments (x402 protocol). Useful for AI trading agents that need pre-earnings sentiment data on a pay-as-you-go basis without a subscription.

## Known failure modes

- Missing or invalid ticker symbol returns an error or empty result
- Payment failure via x402 USDC micropayment blocks the response
- Endpoint may return stale data if earnings season is not active for the queried ticker
- Poorly documented input schema may cause malformed requests
- Railway.app hosting may introduce occasional downtime or cold-start latency

## 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 earnings whisper numbers or analyst earnings estimate data for the queried ticker or asset, likely including the whisper number, official consensus estimate, and potentially surprise expectations or historical accuracy metrics.

## 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-earnings-whisper-f1a2f599/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)
