# Tesla (TSLA) Live Stock Quote

> Tesla (TSLA) 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 details for Tesla (TSLA) on NASDAQ

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/tsla
- 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/tesla-tsla-live-stock-quote-1074f09a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8llkMXAgdDMjibHCQnt-x

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 tesla-tsla-live-stock-quote-1074f09a
```

Example prompt: What is Tesla's current stock price on NASDAQ right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of Tesla's current stock price with structured metadata (symbol, exchange, currency, timestamp). Ideal for monitoring, alerting, or displaying live TSLA price in an agent workflow without needing to pass any query parameters.

## Known failure modes

- Market closed or after-hours may return stale or unavailable price
- Payment of 0.005 USDC not fulfilled — returns 402 Payment Required
- Data source unavailable — may return error or empty response
- Network timeout if upstream market data feed is slow

## How this service works

Live TSLA Tesla stock quote (NASDAQ). Zero-param: GET returns current price. 特斯拉股票实时报价。テスラ株価。Cotización Tesla. 테슬라 주가. TSLA stock price, tesla quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object containing the Tesla stock symbol (TSLA), full company name, current price as a number, currency (USD), exchange (NASDAQ), the data source, and the timestamp of the quote (as_of).

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tesla-tsla-live-stock-quote-1074f09a/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)
