# Sna4an x402 Seeking Alpha API

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

Proxies Seeking Alpha financial data endpoints via RapidAPI, providing stock market data, analysis, and trading information

## Facts

- Endpoint: POST https://sna4an-finance.vercel.app/api/seeking-alpha
- Price: $0.135/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-x402-seeking-alpha-api-fe3d1a8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xMW4jn7VBppPDWZVO77ls

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-x402-seeking-alpha-api-fe3d1a8b -d '<json body>'
```

Example prompt: Pull the latest analyst ratings and price targets for AAPL from Seeking Alpha — use the 'get-analyst-price-targets' path with symbol AAPL.

## When to prefer this

Use this endpoint when you need Seeking Alpha-specific financial data, analyst ratings, or investment research content that is not available from simpler market data APIs. Prefer this over generic stock APIs when you need qualitative analysis, earnings call transcripts, or Seeking Alpha's proprietary quant ratings.

## Known failure modes

- Invalid or unsupported sub-endpoint path returns an error
- Missing required query parameters for a specific path cause a failed or empty response
- Rate limiting from the underlying RapidAPI/Seeking Alpha service
- Payment failure via x402 protocol blocks the request
- Unknown ticker symbol returns empty or error response

## How this service works

Stock market data, financial analysis, and trading APIs

## Output

Returns a JSON object containing financial data from the specified Seeking Alpha sub-endpoint, such as analyst ratings, stock metrics, earnings, or company financials, depending on the 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-x402-seeking-alpha-api-fe3d1a8b/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)
