# Intel (INTC) Live Stock Quote

> Intel (INTC) 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-15).

Returns the current real-time stock price and quote data for Intel Corporation (INTC) on NASDAQ with a single zero-parameter GET request.

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/intc
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/intel-intc-live-stock-quote-ab3c7e82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rN9ARnWgHZ4BD28QfoaHj

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 intel-intc-live-stock-quote-ab3c7e82
```

Example prompt: What's Intel's stock price right now? Grab me the live INTC quote from NASDAQ.

## When to prefer this

Use this endpoint when you need a quick, zero-parameter real-time price check specifically for Intel (INTC) stock on NASDAQ. Ideal for agents monitoring Intel's share price, building financial dashboards, or answering user questions about INTC without needing to pass any query parameters. It costs $0.005 USDC per call via x402 micropayment.

## Known failure modes

- Market closed or data feed unavailable: may return stale or error response
- Payment failure (x402): 402 returned if USDC payment not processed correctly
- Network timeout: endpoint unreachable, no quote returned
- Invalid or unexpected response format if upstream data provider is down

## How this service works

Live INTC Intel stock quote (NASDAQ). Zero-param: GET returns current price. 英特尔股票实时报价。インテル株価。Cotización Intel. 인텔 주가. INTC stock price, intel quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with Intel's current stock price (number), symbol (INTC), exchange (NASDAQ), currency (USD), data source name, and an as_of timestamp indicating when the quote was captured.

## Request schema (JSON Schema)

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

## More

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