# JPMorgan (JPM) Live Stock Quote

> JPMorgan (JPM) 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-14).

Returns the current real-time stock price and quote metadata for JPMorgan Chase (JPM) on the NYSE.

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/jpm
- 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/jpmorgan-jpm-live-stock-quote-4ad5c7c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Be5gspr6kCRcV-DXXcUff

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 jpmorgan-jpm-live-stock-quote-4ad5c7c7
```

Example prompt: What's the current stock price of JPMorgan Chase (JPM) on the NYSE — give me the live quote with the price, currency, and what time it was last updated?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of JPMorgan Chase (JPM) current stock price without building query strings or passing ticker arguments. Prefer it over a universal stock quote endpoint when you specifically need JPM and want the simplest possible call. Ideal for dashboards, alerts, or agent workflows that monitor JPM price in real time.

## Known failure modes

- Market closed or after-hours may return stale or last-known price
- Payment failure (402) if USDC balance is insufficient — call does not execute
- Source data provider outage may cause delayed or missing price data
- Non-200 response if the upstream market data feed is unavailable

## How this service works

Live JPM JPMorgan stock quote (NYSE). Zero-param: GET returns current price. 摩根大通股票实时报价。JPモルガン株価。Cotización JPMorgan. JP모건 주가. JPM stock price, jpmorgan quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with JPM's current stock price (number), company name, ticker symbol, exchange (NYSE), currency (USD), data source, and an as_of timestamp indicating when the price 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/jpmorgan-jpm-live-stock-quote-4ad5c7c7/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)
