# DIS Disney Stock Quote (NYSE) - Real-Time

> DIS Disney Stock Quote (NYSE) - Real-Time 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 live stock price and quote data for Disney (DIS) on the NYSE

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/dis
- 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/dis-disney-stock-quote-nyse-real-time-7c31d2ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M6Y6FJdniWjtEbamz5KQ7

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 dis-disney-stock-quote-nyse-real-time-7c31d2ae
```

Example prompt: What's Disney's current stock price on the NYSE right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of Disney (DIS) stock's current price on the NYSE. Ideal for monitoring dashboards, portfolio tracking, quick financial queries, or any agent workflow that needs the live DIS equity price without constructing complex queries.

## Known failure modes

- Market closed or after-hours may return last closing price rather than live feed
- Data source outage may cause delayed or stale quotes
- HTTP 402 Payment Required if USDC payment is not correctly attached
- Rate limiting or payment failure may block response
- Missing or malformed response if upstream financial data provider is unavailable

## How this service works

Live DIS Disney stock quote (NYSE). Zero-param: GET returns current price. 迪士尼股票实时报价。ディズニー株価。Cotización Disney. 디즈니 주가. DIS stock price, disney quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the DIS ticker symbol, company name, current price as a number, currency (USD), exchange (NYSE), data source, and an as_of timestamp indicating when the quote was fetched.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dis-disney-stock-quote-nyse-real-time-7c31d2ae/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)
