# ARKK ARK Innovation ETF Live Quote

> ARKK ARK Innovation 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 ARK Innovation ETF (ARKK) traded on NYSEArca.

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/arkk
- 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/arkk-ark-innovation-etf-live-quote-25a3f8b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VlzhDPMLqFG893EcIP3Rv

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 arkk-ark-innovation-etf-live-quote-25a3f8b6
```

Example prompt: What's the current price of ARKK — the ARK Innovation ETF on NYSEArca?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant real-time price for ARKK specifically. Ideal for monitoring ARK Innovation ETF price, alerting on price changes, or incorporating the current ARKK value into financial dashboards or agent workflows without any input configuration.

## Known failure modes

- Market closed or data feed unavailable — stale or missing price returned
- Payment of 0.005 USDC not provided — 402 Payment Required response
- Network timeout or upstream data provider outage — 5xx error
- Rate limit exceeded — 429 Too Many Requests

## How this service works

Live ARKK ARK Innovation ETF ETF quote (NYSEArca). Zero-param: GET returns current price. ARK创新ETF实时报价。ARKイノベーション株価。Cotización ARK Innovation. ARK 이노베이션 주가. ARKK etf price, ark innovation etf quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object containing the ETF name, ticker symbol (ARKK), current price as a number, currency (USD), exchange (NYSEArca), data source, and an as-of timestamp indicating when the quote was last updated.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/arkk-ark-innovation-etf-live-quote-25a3f8b6/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)
