# BABA Alibaba Stock Quote (Live)

> BABA Alibaba Stock Quote (Live) 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 Alibaba Group (BABA) on the NYSE

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/baba
- 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/baba-alibaba-stock-quote-live-2dd01c81
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TstBkAJAZ5FIopW7T5oiU

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 baba-alibaba-stock-quote-live-2dd01c81
```

Example prompt: What's Alibaba stock trading at right now on the NYSE?

## When to prefer this

Use this endpoint when you need a zero-configuration, single-call real-time price for Alibaba (BABA) stock without constructing any query parameters. Prefer it over general-purpose stock APIs when you want a micropayment-gated, always-current NYSE quote with a consistent JSON schema including name, price, currency, exchange, source, and timestamp fields.

## Known failure modes

- Market closed or data feed unavailable — may return stale or null price
- x402 payment of $0.005 USDC not satisfied — returns 402 Payment Required
- Upstream data provider outage — quote data may be delayed or missing
- Invalid response if the endpoint is temporarily down — returns 5xx error

## How this service works

Live BABA Alibaba stock quote (NYSE). Zero-param: GET returns current price. 阿里巴巴股票实时报价。アリババ株価。Cotización Alibaba. 알리바바 주가. BABA stock price, alibaba quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with BABA's current price (number), symbol, company name, exchange (NYSE), currency (USD), 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/baba-alibaba-stock-quote-live-2dd01c81/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)
