# clonecho.builda.company Stock Quote

> clonecho.builda.company Stock Quote is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a live regular-market quote with OHLC prices and 52-week range for a given stock ticker symbol

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/stock-quote
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-builda-company-stock-quote-2e5e3cfa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LHx9sfqBu8J9izLRJRlju

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 clonecho-builda-company-stock-quote-2e5e3cfa -d '<json body>'
```

Example prompt: What's the current stock price for AAPL, including today's open, high, low, and its 52-week range?

## When to prefer this

Use this endpoint when you need a fast, low-cost live stock quote including OHLC and 52-week range for a single ticker symbol, especially in agentic workflows that require up-to-date equity price data without subscribing to a full financial data service.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Symbol parameter missing causes a 400 bad request
- Market closed or after-hours may return last available regular-market data
- Network timeout or upstream data provider unavailability
- Non-US or unsupported exchange symbols may not be available

## How this service works

MARKETS: live regular-market quote with OHLC and 52-week range for a symbol (?symbol=AAPL). Returns JSON.

## Output

A JSON object containing the live regular-market quote for the requested ticker, including current price, OHLC (open, high, low, close) values, and 52-week high/low range.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-builda-company-stock-quote-2e5e3cfa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
