# Alpha Vantage via Apiosk Gateway

> Alpha Vantage via Apiosk Gateway is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Proxies Alpha Vantage financial market data API calls (stock quotes, technical indicators, forex, crypto, fundamentals) through a pay-per-call x402 gateway

## Facts

- Endpoint: GET https://gateway.apiosk.com/alpha-vantage/query
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alpha-vantage-via-apiosk-gateway-64209d08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y5yn_IKYNVkNLJOC5J_bX

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 alpha-vantage-via-apiosk-gateway-64209d08
```

Example prompt: Pull the latest daily OHLCV data for AAPL from Alpha Vantage using the TIME_SERIES_DAILY function — I want to see the past 30 days of closes.

## When to prefer this

Choose this endpoint when you need Alpha Vantage's broad financial data coverage — stocks, forex, crypto, technicals, and fundamentals — and want to pay per call in USDC without managing an Alpha Vantage API key directly. Prefer this over direct Alpha Vantage integration when operating in an agent environment using the x402 payment protocol on Base.

## Known failure modes

- Missing or invalid 'function' parameter returns an error
- Unknown or unsupported function name returns Alpha Vantage error message
- Invalid or delisted ticker symbol returns empty or error data
- Rate limit exceeded on underlying Alpha Vantage plan returns throttle error
- Payment failure on x402 protocol causes 402 response before data is returned

## How this service works

All Alpha Vantage data via a function param, e.g. GLOBAL_QUOTE, TIME_SERIES_DAILY, CURRENCY_EXCHANGE_RATE, DIGITAL_CURRENCY_DAILY.

## Output

Returns JSON data from Alpha Vantage corresponding to the requested function — e.g. time series OHLCV arrays, real-time quotes, technical indicator series, forex rates, or fundamental metrics, all in Alpha Vantage's standard response envelope.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alpha-vantage-via-apiosk-gateway-64209d08/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)
