# AMZN Amazon Stock Quote (NASDAQ) – Live Price

> AMZN Amazon Stock Quote (NASDAQ) – Live Price 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-14).

Returns the current real-time stock price and quote data for Amazon (AMZN) on the NASDAQ exchange.

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/amzn
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amzn-amazon-stock-quote-nasdaq-live-price-04c173c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_To5QoVOiATxgT5df8JY1b

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 amzn-amazon-stock-quote-nasdaq-live-price-04c173c6
```

Example prompt: What's the current Amazon stock price? Give me a live AMZN quote including the exchange and what currency it's in.

## When to prefer this

Use this endpoint when you need a zero-parameter, instant live quote for Amazon (AMZN) stock specifically. Ideal for monitoring AMZN price in automated pipelines, alerting workflows, or providing real-time financial information to users without needing to configure any query parameters.

## Known failure modes

- Market closed or data provider outage may return stale or unavailable price
- Payment failure (insufficient USDC balance) results in 402 Payment Required before data is served
- Malformed response if upstream data source is temporarily unavailable
- Network timeout if the pricing feed is slow to respond

## How this service works

Live AMZN Amazon stock quote (NASDAQ). Zero-param: GET returns current price. 亚马逊股票实时报价。アマゾン株価。Cotización Amazon. 아마존 주가. AMZN stock price, amazon quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with Amazon's current stock price (number), the company name, ticker symbol (AMZN), exchange (NASDAQ), currency (USD), the data source, and a timestamp indicating when the quote was captured.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amzn-amazon-stock-quote-nasdaq-live-price-04c173c6/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)
