# Stock Quote – Delayed Equity/ETF/Index Quote & Key Stats

> Stock Quote – Delayed Equity/ETF/Index Quote & Key Stats is a paid API for AI agents from mcpfax-utility.bowling-anthony.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a delayed stock quote and key statistics for a given equity, ETF, or index ticker symbol.

## Facts

- Endpoint: GET https://mcpfax-utility.bowling-anthony.workers.dev/v1/stock-quote
- 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/stock-quote-delayed-equity-etf-index-quote-key-stats-c28b1105
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GkqLhGScWZK9Y9QcAfgJm

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 stock-quote-delayed-equity-etf-index-quote-key-stats-c28b1105
```

Example prompt: What's the delayed stock quote and key stats for NVIDIA (NVDA) right now?

## When to prefer this

Choose this endpoint when you need a quick, low-cost delayed stock quote and key stats for a single equity, ETF, or index ticker. It is ideal for informational lookups, portfolio snapshots, and research tasks where real-time data is not strictly required. It is not suitable for high-frequency trading or situations requiring true real-time prices.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Delisted or unsupported securities may not return data
- Data may be delayed by 15–20 minutes and not reflect real-time prices
- Network or upstream data provider outage may cause timeouts
- Malformed request body returns a 400-level error

## How this service works

Stock quote — Delayed quote & key stats for an equity/ETF/index.

## Output

Returns a delayed stock quote including current price, open, high, low, volume, and key statistics such as market cap, P/E ratio, 52-week range, and other fundamental metrics for the requested ticker symbol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stock-quote-delayed-equity-etf-index-quote-key-stats-c28b1105/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcpfax-utility.bowling-anthony.workers.dev](https://www.zero.xyz/host/mcpfax-utility.bowling-anthony.workers.dev/llms.txt)
