# Real-Time Stock Quote API

> Real-Time Stock Quote API is a paid API for AI agents from aniccanomac-mini-1.tail7a0ba4.ts.net, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-16).

Returns real-time stock quote data including price, currency, previous close, and exchange for a given ticker symbol.

## Facts

- Endpoint: GET https://aniccanomac-mini-1.tail7a0ba4.ts.net/stock-quote
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/real-time-stock-quote-api-734859f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TOMJzJCn1-LkpHi183N_S

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 real-time-stock-quote-api-734859f7
```

Example prompt: What's the current stock price for AAPL, and which exchange is it trading on?

## When to prefer this

When you need a fast, lightweight, free-source real-time stock quote for a single ticker symbol including price, currency, previous close, and exchange — without needing full OHLCV history, order book depth, or options data.

## Known failure modes

- Invalid or unknown ticker symbol returns an error
- Market is closed so real-time price may reflect last trade
- Network timeout or upstream data source unavailable
- Symbol format mismatch (e.g. using wrong market suffix)

## How this service works

Real-time stock quote (price, currency, previous close, exchange). GET /stock-quote?symbol=AAPL → JSON. Free-source market data.

## Output

A JSON object containing the stock's current price, currency denomination, previous closing price, and the exchange it trades on.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/real-time-stock-quote-api-734859f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aniccanomac-mini-1.tail7a0ba4.ts.net](https://www.zero.xyz/host/aniccanomac-mini-1.tail7a0ba4.ts.net/llms.txt)
