# Finnhub Stock Quote via gateway.apiosk.com

> Finnhub Stock Quote via gateway.apiosk.com is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Returns real-time stock quote data including current price, open, high, low, previous close, and percent change for a given stock symbol via Finnhub.

## Facts

- Endpoint: GET https://gateway.apiosk.com/finnhub/quote
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/finnhub-stock-quote-via-gateway-apiosk-com-c8e1e3fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UyK1t4Z-nAvfsseA5rAva

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 finnhub-stock-quote-via-gateway-apiosk-com-c8e1e3fb
```

Example prompt: What's the current stock price of AAPL, including today's high, low, and how much it's changed from yesterday's close?

## When to prefer this

Use this endpoint when you need real-time or latest available stock quote data for a specific equity ticker, including intraday price movement, high/low range, and percent change. Prefer this over scraping financial sites or using a general web search tool when structured, machine-readable quote data is needed for downstream computation or display.

## Known failure modes

- Invalid or unrecognized stock symbol returns an error or null values
- Market closed — may return stale or end-of-day data rather than live price
- Payment failure (x402) if USDC balance is insufficient
- Rate limiting or quota exceeded on the underlying Finnhub API
- Network timeout from the gateway proxy

## How this service works

Real-time quote snapshot for a US stock: open, high, low, current price, previous close and change. Use as polled snapshots, not a streaming substitute.

## Output

Returns a JSON object with current price (c), daily change (d), daily high (h), daily low (l), open (o), percent change (dp), and previous close (pc) for the requested stock symbol.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/finnhub-stock-quote-via-gateway-apiosk-com-c8e1e3fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
