# GOOGL Alphabet Google Stock Quote (NASDAQ) — x402node

> GOOGL Alphabet Google Stock Quote (NASDAQ) — x402node 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-13).

Returns the current real-time stock price and quote data for Alphabet Inc. (GOOGL) on NASDAQ with no parameters required

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/googl
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/googl-alphabet-google-stock-quote-nasdaq-x402node-ca411b04
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_235dC6Zx8aCJpE1yVoCcX

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 googl-alphabet-google-stock-quote-nasdaq-x402node-ca411b04
```

Example prompt: What is the current price of Google (GOOGL) stock on NASDAQ right now?

## When to prefer this

Use this endpoint when you need a zero-configuration, real-time GOOGL stock price quote that requires no parameters and returns a clean structured JSON response. Ideal for agents that need to quickly poll the current Alphabet share price without managing API keys or authentication beyond the x402 micropayment.

## Known failure modes

- Market closed or data feed unavailable — may return stale or error response
- Payment of 0.005 USDC not fulfilled — 402 Payment Required response
- Network timeout or upstream data provider outage — HTTP 5xx error
- Rate limiting if too many requests from same client

## How this service works

Live GOOGL Alphabet Google stock quote (NASDAQ). Zero-param: GET returns current price. 谷歌股票实时报价。グーグル株価。Cotización Google. 구글 주가. GOOGL stock price, alphabet google quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the stock name, symbol (GOOGL), current price as a number, currency (USD), exchange (NASDAQ), data source, and the timestamp of the quote (as_of field).

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/googl-alphabet-google-stock-quote-nasdaq-x402node-ca411b04/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)
