# Netflix (NFLX) Live Stock Quote

> Netflix (NFLX) 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 details for Netflix (NFLX) on NASDAQ

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/nflx
- 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/netflix-nflx-live-stock-quote-bab38c61
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_57ulbcF6th2RzA3n_uIA6

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 netflix-nflx-live-stock-quote-bab38c61
```

Example prompt: What's Netflix stock trading at right now? Give me the current NFLX price on NASDAQ.

## When to prefer this

Use this endpoint when you need a zero-configuration, real-time NFLX stock price with no query parameters — ideal for agents that need a quick Netflix share price check without building complex financial API integrations. Prefer this over general-purpose financial APIs when you want pay-per-call pricing with no subscription.

## Known failure modes

- Market closed or outside trading hours may return stale or last-close price
- Upstream data provider outage may cause 5xx errors
- Payment of 0.005 USDC required per call — missing or failed x402 payment returns 402 error
- Rate limiting if too many requests are made in a short window

## How this service works

Live NFLX Netflix stock quote (NASDAQ). Zero-param: GET returns current price. 奈飞股票实时报价。ネットフリックス株価。Cotización Netflix. 넷플릭스 주가. NFLX stock price, netflix quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with Netflix's current stock price (number), ticker symbol (NFLX), exchange (NASDAQ), currency (USD), data source, and the timestamp of the quote (as_of).

## Request schema (JSON Schema)

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

## More

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