# SixPath Alpha Vantage Proxy

> SixPath Alpha Vantage Proxy is a paid API for AI agents from sixpath.vercel.app, paid per call via x402, $0.13524/call, status unknown (last checked 2026-09-14).

Proxies requests to the Alpha Vantage financial data API, returning stock market data, forex rates, and economic indicators via pay-per-call on Base chain.

## Facts

- Endpoint: POST https://sixpath.vercel.app/api/alpha-vantage
- Price: $0.13524/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sixpath-alpha-vantage-proxy-7be65cc1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1vAot2SJeLZuN8xnWSca7

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 sixpath-alpha-vantage-proxy-7be65cc1 -d '<json body>'
```

Example prompt: Pull the daily time series data for AAPL for the last 30 days using Alpha Vantage — I want the open, high, low, close, and volume figures.

## When to prefer this

Choose this endpoint when you need Alpha Vantage financial data (stocks, forex, technical indicators) without managing your own Alpha Vantage API key, and want to pay per-call via the x402 protocol on Base chain instead of a monthly subscription. Best for agents that need on-demand, infrequent financial data queries where per-call billing is more cost-effective.

## Known failure modes

- Invalid ticker symbol returns error or empty data set
- Missing or incorrect Alpha Vantage function parameter causes API rejection
- Rate limit or payment failure on Base chain blocks the call
- Unsupported function type not available through this proxy
- Network timeout from upstream Alpha Vantage service

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns Alpha Vantage API response data including time series OHLCV arrays, real-time quotes, technical indicator values, or forex rates depending on the function called — structured as JSON matching Alpha Vantage's standard response format.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sixpath-alpha-vantage-proxy-7be65cc1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sixpath.vercel.app](https://www.zero.xyz/host/sixpath.vercel.app/llms.txt)
