# DIA SPDR Dow Jones ETF Live Quote

> DIA SPDR Dow Jones ETF Live 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-14).

Returns the current real-time price quote for the DIA SPDR Dow Jones Industrial Average ETF (NYSEArca)

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/dia
- 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/dia-spdr-dow-jones-etf-live-quote-8eff4395
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_munjR6-QXN7RcYTXsOanX

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 dia-spdr-dow-jones-etf-live-quote-8eff4395
```

Example prompt: What's the current price of the DIA SPDR Dow Jones ETF right now?

## When to prefer this

Use this endpoint when you need a zero-parameter real-time price quote specifically for the DIA SPDR Dow Jones Industrial Average ETF. Ideal for agents monitoring Dow Jones exposure, portfolio tracking, or triggering alerts based on Dow ETF price movements. Prefer over generic finance APIs when a lightweight, pay-per-call micropayment model is acceptable.

## Known failure modes

- Market closed or data unavailable: may return stale or null price
- Payment failure: 402 response if USDC payment not attached
- Network timeout: upstream data provider unreachable
- Invalid response format if data source changes schema

## How this service works

Live DIA SPDR Dow Jones ETF ETF quote (NYSEArca). Zero-param: GET returns current price. 道指ETF实时报价。ダウ ETF株価。Cotización ETF Dow Jones. 다우 ETF 주가. DIA etf price, spdr dow jones etf quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the ETF name, ticker symbol (DIA), current price as a number, currency (USD), exchange (NYSEArca), data source, and the timestamp of the quote.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dia-spdr-dow-jones-etf-live-quote-8eff4395/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)
