# JeetScreener Real-Time Market Quote API

> JeetScreener Real-Time Market Quote API is a paid API for AI agents from jeetscreener.io, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Returns real-time market quote data for AAPL (Apple Inc.), including current price, volume, and timestamp.

## Facts

- Endpoint: GET https://jeetscreener.io/api/market/quote/AAPL
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jeetscreener-io-9820fb75
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XdH0fOBMXe4rt5zPS9gRR

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 jeetscreener-io-9820fb75
```

Example prompt: What is Apple's current stock price and trading volume right now? Pull the latest real-time quote for AAPL from JeetScreener.

## When to prefer this

Use this endpoint when you need a real-time or near-real-time price, volume, and timestamp snapshot specifically for AAPL (Apple Inc.) and want a lightweight, low-cost per-call quote lookup from JeetScreener's market data feed. Ideal for agents monitoring Apple's stock price, triggering alerts, or enriching portfolio data without subscribing to a bulk data plan.

## Known failure modes

- Ticker not found or unsupported symbol returns 404 or error response
- Rate limiting or quota exceeded returns 429
- Stale or delayed data if market feed is temporarily disrupted
- Payment failure via x402 protocol returns 402 before data is delivered
- Market closed hours may return last closing price rather than live quote

## How this service works

Provides real-time market quote data for AAPL (Apple Inc.), including price, volume, and timestamp.

## Output

Returns a JSON object containing the real-time market quote for AAPL, including the current price, trading volume, and timestamp of the latest trade.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jeetscreener-io-9820fb75/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jeetscreener.io](https://www.zero.xyz/host/jeetscreener.io/llms.txt)
