# Sna4an Seeking Alpha Finance API

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

Proxies Seeking Alpha financial data sub-endpoints to provide stock market data, financial analysis, and trading information via RapidAPI

## Facts

- Endpoint: POST https://sna4an-finance.vercel.app/api/seeking-alpha-finance
- Price: $0.115/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-seeking-alpha-finance-api-590f712f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JTvY-oGTOXsZOm9-OEyfC

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-seeking-alpha-finance-api-590f712f -d '<json body>'
```

Example prompt: Can you pull the latest financial summary and analyst ratings for Apple (AAPL) from Seeking Alpha — use the summary endpoint path with the ticker as the query parameter?

## When to prefer this

Use this endpoint when you need Seeking Alpha-sourced financial data including analyst ratings, stock summaries, earnings information, or fundamental analysis and want to access it via a simple x402-payment-gated proxy without managing a separate RapidAPI subscription.

## Known failure modes

- Invalid or unsupported RapidAPI sub-endpoint path returns an error or empty response
- Missing required query parameters for a specific sub-endpoint causes a failed request
- Invalid ticker symbol returns no data or an error
- Payment of 0.115 USDC not fulfilled causes 402 response
- Rate limiting or RapidAPI quota exhaustion causes failures
- Sub-endpoint path not mapped to a valid Seeking Alpha endpoint

## How this service works

Stock market data, financial analysis, and trading APIs

## Output

A JSON object containing the requested financial data from the specified Seeking Alpha sub-endpoint, such as stock prices, analyst ratings, earnings data, dividends, or other financial metrics depending on the sub-endpoint path and 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-seeking-alpha-finance-api-590f712f/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)
