# MSFT Microsoft Stock Quote (Live)

> MSFT Microsoft 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-15).

Returns the current real-time stock price and quote data for Microsoft (MSFT) on NASDAQ with a single zero-parameter GET request.

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/msft
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/msft-microsoft-stock-quote-live-1de9de07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v2tlUSbik1BxMhB_FWZU0

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 msft-microsoft-stock-quote-live-1de9de07
```

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

## When to prefer this

Use this endpoint when you need a fast, zero-configuration live quote for Microsoft (MSFT) specifically, and are operating in an x402 micropayment-enabled environment. Prefer this over general financial APIs when you want a minimal, single-stock lookup without API key setup — just pay $0.005 USDC per call.

## Known failure modes

- Market closed or after-hours may return stale or last-close price
- Payment of $0.005 USDC not provided — 402 Payment Required error returned
- Upstream data source unavailable — service may return 503 or error JSON
- Network timeout if the real-time feed is slow

## How this service works

Live MSFT Microsoft stock quote (NASDAQ). Zero-param: GET returns current price. 微软股票实时报价。マイクロソフト株価。Cotización Microsoft. 마이크로소프트 주가. MSFT stock price, microsoft quote.

## Output

Returns a JSON object with Microsoft's current stock price (number), symbol (MSFT), company name, exchange (NASDAQ), currency (USD), 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/msft-microsoft-stock-quote-live-1de9de07/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)
