# Losbeto Stock Quote

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

Fetches a real-time stock price quote for a given ticker symbol, payable via USDC micropayment on Solana or Base.

## Facts

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

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-stock-quote-15098c7c
```

Example prompt: What is the current stock price of Apple (AAPL) right now?

## When to prefer this

Choose this endpoint when an AI agent needs real-time or near-real-time stock price quotes and can pay $0.015 USDC per call via x402 on Solana or Base. Suitable for lightweight per-call trading intelligence where paying per lookup is preferred over a subscription.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error
- Market closed hours may return stale or unavailable data
- Payment failure (insufficient USDC balance) blocks the request
- Rate limiting if called too frequently without adequate payment
- Upstream data provider outage causes empty or null response

## How this service works

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

## Output

Returns a JSON object containing the current stock quote for the requested ticker symbol, likely including price, symbol, and potentially bid/ask or volume data.

## 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-stock-quote-15098c7c/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)
