# Visa (V) Stock Quote API

> Visa (V) Stock Quote API 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 stock price and quote data for Visa Inc. (NYSE: V) with no parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/v
- 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/visa-v-stock-quote-api-ec62fc14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qNpjbVjtsdSxrD0fGaXaZ

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 visa-v-stock-quote-api-ec62fc14
```

Example prompt: What's Visa stock (V) trading at right now on the NYSE?

## When to prefer this

Use this endpoint when you need the current real-time price of Visa Inc. (NYSE: V) specifically, with no parameters to construct. Ideal for zero-friction financial lookups in agent workflows, dashboards, or alerts monitoring Visa's stock price.

## Known failure modes

- Market closed or after-hours: price may reflect last close rather than live trade
- Upstream data source outage: stale or missing price data
- Payment failure (x402): returns 402 if 0.005 USDC not provided
- Rate limiting or node unavailability: 5xx error

## How this service works

Live V Visa stock quote (NYSE). Zero-param: GET returns current price. Visa股票实时报价。ビザ株価。Cotización Visa. 비자 주가. V stock price, visa quote.

## Output

Returns a JSON object with the company name, stock symbol (V), current price as a number, currency (USD), exchange (NYSE), data source, 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/visa-v-stock-quote-api-ec62fc14/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)
