# NVIDIA (NVDA) Live Stock Quote

> NVIDIA (NVDA) 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-15).

Returns the current real-time stock price and quote data for NVIDIA Corporation (NVDA) on NASDAQ

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/nvda
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nvidia-nvda-live-stock-quote-b7c6a44c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JhfSlYyzSp2qPbfob09lJ

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 nvidia-nvda-live-stock-quote-b7c6a44c
```

Example prompt: What's the current price of NVIDIA stock right now — give me the live NVDA quote with the exchange and currency it's trading in.

## When to prefer this

Use this endpoint when you need a simple, zero-parameter real-time price check for NVIDIA (NVDA) specifically and want a structured JSON response with exchange and currency metadata. Prefer this over a universal stock quote endpoint when the ticker is known to be NVDA and low-latency, low-cost lookups are needed. Costs $0.005 USDC per call via x402 micropayment protocol.

## Known failure modes

- Market closed or data feed unavailable — stale or missing price data
- Payment of 0.005 USDC not processed — HTTP 402 returned, no data provided
- Rate limit or upstream data provider outage — HTTP 5xx error
- Network timeout if the quote feed is temporarily unresponsive

## How this service works

Live NVDA NVIDIA stock quote (NASDAQ). Zero-param: GET returns current price. 英伟达股票实时报价。エヌビディア株価。Cotización NVIDIA. 엔비디아 주가. NVDA stock price, nvidia quote. Accepts payment on Base or Solana — either network works.

## Output

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

## Example request

```json
{
 "top": "10"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nvidia-nvda-live-stock-quote-b7c6a44c/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)
