# Losbeto Earnings Whisper — Stock Earnings Estimates API

> Losbeto Earnings Whisper — Stock Earnings Estimates API is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns earnings estimates and whisper numbers for stocks, accessible via USDC micropayment on Solana or Base.

## Facts

- Endpoint: GET https://api.losbeto.xyz/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-stock-earnings-estimates-api-d7df306d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QI8A2W0trK-TG1WCliAxf

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-stock-earnings-estimates-api-d7df306d
```

Example prompt: What's the earnings whisper number for NVIDIA this quarter — I want to know what the street is actually expecting versus the official analyst consensus before they report.

## When to prefer this

Choose this endpoint when you need earnings whisper numbers or crowd-sourced EPS estimates that reflect actual market sentiment beyond official analyst consensus — especially useful for pre-earnings trading strategies, surprise prediction, or enriching earnings calendars with informal street expectations.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty or error response
- Ticker with no upcoming earnings returns null or empty estimates
- Payment of $0.08 USDC not processed correctly results in 402 response
- Malformed properties parameter may return unexpected field subset
- Rate limiting or service unavailability returns 5xx error

## 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

A JSON object containing earnings-related data for the requested stock, likely including the whisper EPS number, official analyst consensus estimate, earnings date, and potentially historical surprise data or deviation metrics.

## 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": {
      "symbol": {
       "type": "string",
       "description": "Asset ticker, e.g. AAPL, TSLA, BTC, GOLD"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Next earnings date, EPS/revenue estimates and whisper number for a given stock (?symbol=AAPL)."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-earnings-whisper-stock-earnings-estimates-api-d7df306d/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)
