# Basebuilder2 Stocks Quote

> Basebuilder2 Stocks Quote is a paid API for AI agents from bbx-stocks.vercel.app, paid per call via x402, $0.093287/call, status unknown (last checked 2026-09-14).

Fetches real-time stock quote data for a given ticker symbol

## Facts

- Endpoint: POST https://bbx-stocks.vercel.app/api/stocks/quote
- Price: $0.093287/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder2-stocks-quote-7a7f677f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dTugI7FJcERpmzzOlfi3l

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 basebuilder2-stocks-quote-7a7f677f -d '<json body>'
```

Example prompt: What's the current stock price for Tesla (TSLA) right now?

## When to prefer this

Choose this endpoint when you need a quick, real-time stock price lookup for a single equity ticker and are operating in a pay-per-call environment using USDC micropayments via x402. It is well-suited for lightweight trading assistants, portfolio trackers, or alert systems that need current quote data without a full market data subscription.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error
- Market closed or after-hours may return stale or delayed data
- Payment failure (402) if USDC balance is insufficient
- Rate limiting or service unavailability on the provider side
- Missing required ticker parameter returns validation error

## How this service works

BaseBuilder Stocks API hub - 21 paid endpoints

## Output

Returns a real-time stock quote for the requested ticker, typically including current price, bid, ask, volume, and related market data fields.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebuilder2-stocks-quote-7a7f677f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bbx-stocks.vercel.app](https://www.zero.xyz/host/bbx-stocks.vercel.app/llms.txt)
