# IWM iShares Russell 2000 ETF Live Quote

> IWM iShares Russell 2000 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 IWM iShares Russell 2000 ETF traded on NYSEArca

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/iwm
- 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/iwm-ishares-russell-2000-etf-live-quote-677ea213
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1yxyEvoI6ejKta3PsbR0H

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 iwm-ishares-russell-2000-etf-live-quote-677ea213
```

Example prompt: What's the current price of IWM — the iShares Russell 2000 ETF — right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant real-time or latest price for IWM specifically. Ideal for small-cap market sentiment checks, portfolio monitoring, or automated trading signals referencing the Russell 2000 index. Prefer this over general stock APIs when you need a pay-per-call micro-priced lookup without subscription overhead.

## Known failure modes

- Market closed or outside trading hours may return stale or last-close price
- Network timeout if upstream data provider is slow
- 402 Payment Required if USDC payment is not attached or insufficient
- Source data provider outage may return error or null price
- Invalid response structure if upstream feed changes format

## How this service works

Live IWM iShares Russell 2000 ETF ETF quote (NYSEArca). Zero-param: GET returns current price. 罗素2000ETF实时报价。ラッセル2000 ETF株価。Cotización ETF Russell 2000. 러셀2000 ETF 주가. IWM etf price, ishares russell 2000 etf quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the ETF name, ticker symbol (IWM), current price as a number, currency (USD), exchange (NYSEArca), data source, and 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/iwm-ishares-russell-2000-etf-live-quote-677ea213/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)
