# SYNTHORA Delayed Stock / ETF Quote (Yahoo Chart)

> SYNTHORA Delayed Stock / ETF Quote (Yahoo Chart) is a paid API for AI agents from yahoo-equity-delayed-quote.hergertsynthora.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns delayed real-time price, intraday OHLCV chart data, and key market metrics for any stock or ETF ticker symbol via Yahoo Finance's chart endpoint.

## Facts

- Endpoint: POST https://yahoo-equity-delayed-quote.hergertsynthora.com/service
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-delayed-stock-etf-quote-yahoo-chart-f7695f9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oEJ2d2WeMsvKVoDw94UaM

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 synthora-delayed-stock-etf-quote-yahoo-chart-f7695f9c -d '<json body>'
```

Example prompt: What's the current delayed quote for TSLA — can you pull today's open, high, low, close, and volume using a 1-day range with 1-day interval?

## When to prefer this

Choose this endpoint when you need keyless, low-cost delayed equity or ETF quotes with OHLCV chart data and don't have access to a premium market data API. It is ideal for autonomous agents doing equity screening, portfolio valuation, or intraday pattern analysis where slight data delay (15-20 min) is acceptable. Prefer alternatives if you need real-time tick data, options chains, fundamentals, or guaranteed SLA uptime.

## Known failure modes

- Invalid or unknown ticker symbol returns an error or empty chart_data array
- Unsupported interval/range combination may return no data points
- Yahoo Finance upstream outage causes downstream failure
- Rate limiting or upstream blocking may result in failed responses
- Misspelled ticker symbols silently return no data

## How this service works

Delayed real-time quote and intraday OHLCV for any stock or ETF ticker (price, day high/low, 52-week range, volume) from Yahoo Finance's keyless chart endpoint (JSON). Powers autonomous equity-screening agents and agent-to-agent trading bots needing per-symbol quotes without an API key. Pay-per-call via x402 on Base. No charge on upstream failure.

## Output

Returns a JSON object with ok status, the ticker symbol, currency, exchange name, an array of OHLCV candlestick bars (each with open, high, low, close, volume, and Unix timestamp), previous close (if available), and the current regular market price. Also includes provenance metadata showing the upstream Yahoo Finance URL used.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "Delayed real-time quote and intraday OHLCV for any stock or ETF ticker (price, day high/low, 52-week range, volume) from Yahoo Finance's keyless chart endpoint (JSON). Powers autonomous equity-screeni"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "yahoo_equity_delayed_quote",
  "result": {},
  "receipt": {
   "alg": "ed25519"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-delayed-stock-etf-quote-yahoo-chart-f7695f9c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from yahoo-equity-delayed-quote.hergertsynthora.com](https://www.zero.xyz/host/yahoo-equity-delayed-quote.hergertsynthora.com/llms.txt)
