# Sna4an Alpha Vantage Finance API

> Sna4an Alpha Vantage Finance API is a paid API for AI agents from sna4an-finance.vercel.app, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-15).

Proxies Alpha Vantage stock market data, financial analysis, and trading information via a paid x402 endpoint

## Facts

- Endpoint: POST https://sna4an-finance.vercel.app/api/alpha-vantage
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-alpha-vantage-finance-api-6aeb163a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_csz25Ilxude8u_nXTNpHC

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 sna4an-alpha-vantage-finance-api-6aeb163a -d '<json body>'
```

Example prompt: Can you pull the daily time series data for Apple (AAPL) for the last 30 days, including open, high, low, and close prices?

## When to prefer this

Use this endpoint when you need Alpha Vantage financial data (stocks, forex, crypto, technical indicators) without managing your own Alpha Vantage API key, and are willing to pay per-call via x402/USDC micropayment. Prefer this over direct Alpha Vantage when operating in a crypto-native or agent payment context.

## Known failure modes

- Invalid or unsupported sub-endpoint path returns an error or empty response
- Missing required query parameters (e.g. ticker symbol) causes API failure
- Payment of 0.16 USDC not processed results in 402 response
- Alpha Vantage rate limits exceeded returns throttle error
- Invalid ticker symbol returns no data or error message

## How this service works

Stock market data, financial analysis, and trading APIs

## Output

Returns a JSON object containing the requested financial data from Alpha Vantage, such as stock price time series, technical indicators, fundamental data, or forex rates, depending on the sub-endpoint path and query parameters provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-alpha-vantage-finance-api-6aeb163a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-finance.vercel.app](https://www.zero.xyz/host/sna4an-finance.vercel.app/llms.txt)
