# AAPL Apple Inc Live Stock Quote

> AAPL Apple Inc Live Stock Quote is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns the current real-time stock price and quote data for Apple Inc (AAPL) on NASDAQ

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/aapl
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aapl-apple-inc-live-stock-quote-5c446756
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZLoW-NgoKg9PCcxkEgTjD

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 aapl-apple-inc-live-stock-quote-5c446756
```

Example prompt: What's the current price of Apple stock — give me the live AAPL quote from NASDAQ right now including the price and what time it was last updated.

## When to prefer this

Use this endpoint when you need a simple, zero-parameter real-time quote specifically for Apple Inc (AAPL) on NASDAQ and want a structured JSON response with price, symbol, exchange, currency, and timestamp. Prefer this over the universal stock quote endpoint when only AAPL data is needed and minimal latency matters.

## Known failure modes

- Payment failure: x402 payment of $0.005 USDC not processed, returns 402 Payment Required
- Service unavailable: upstream market data feed down, returns 5xx error
- Market closed: may return last closing price rather than live intraday price
- Rate limit exceeded: too many requests in a short period

## How this service works

Live AAPL Apple Inc stock quote (NASDAQ). Zero-param: GET returns current price. 苹果股票实时报价。アップル株価。Cotización Apple. 애플 주가. AAPL stock price, apple inc quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the stock symbol (AAPL), company name (Apple Inc), current price as a number, currency (USD), exchange (NASDAQ), the data source, and an as_of timestamp indicating when the quote was retrieved.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aapl-apple-inc-live-stock-quote-5c446756/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
