# AVGO Broadcom Live Stock Quote

> AVGO Broadcom 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 data for Broadcom Inc. (AVGO) on NASDAQ

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/avgo
- 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/avgo-broadcom-live-stock-quote-9273c391
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zfHlOjMds14Typ4n5YE1-

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 avgo-broadcom-live-stock-quote-9273c391
```

Example prompt: What's Broadcom's current stock price on NASDAQ right now — give me the live AVGO quote including which exchange it's from and when it was last updated?

## When to prefer this

Use this endpoint when you need a zero-parameter, pay-per-call live stock quote specifically for AVGO (Broadcom) on NASDAQ. Ideal for agents monitoring semiconductor stock prices, building financial dashboards, or responding to user queries about Broadcom's share price in real time. Prefer this over general market data APIs when you want a lightweight, single-ticker lookup with no API key setup required.

## Known failure modes

- Market closed or data unavailable may return stale or null price
- Payment failure (402) if USDC balance insufficient for $0.005 fee
- Network timeout if upstream data provider is slow
- Malformed response if price feed is temporarily disrupted

## How this service works

Live AVGO Broadcom stock quote (NASDAQ). Zero-param: GET returns current price. 博通股票实时报价。ブロードコム株価。Cotización Broadcom. 브로드컴 주가. AVGO stock price, broadcom quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the stock name ('Broadcom'), ticker symbol ('AVGO'), current price as a number, currency (USD), exchange ('NASDAQ'), the 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/avgo-broadcom-live-stock-quote-9273c391/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)
