# KiteEndpoints.ai - Seeking Alpha Finance Data

> KiteEndpoints.ai - Seeking Alpha Finance Data is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.13/call, status unknown (last checked 2026-09-15).

Fetches financial data and analysis from Seeking Alpha via a pay-per-request API proxy

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/seeking-alpha-finance
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-seeking-alpha-finance-data-c7077b18
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SCsj4zCIiBg9W3Ogn9MCv

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 kiteendpoints-ai-seeking-alpha-finance-data-c7077b18 -d '<json body>'
```

Example prompt: Pull the Seeking Alpha financial data and analysis for Apple (AAPL) — I want to see their quant rating, analyst scores, and any key metrics available.

## When to prefer this

Choose this endpoint when you need Seeking Alpha-specific financial data, ratings, or analysis for a publicly traded company and want to pay per request without a subscription. Useful for agents that occasionally need equity research data without maintaining a direct Seeking Alpha API subscription.

## Known failure modes

- Missing or invalid query parameters returns an error or empty result
- Payment of 0.13 USDC not fulfilled triggers 402 Payment Required
- Seeking Alpha upstream API unavailable causes service errors
- Rate limiting or quota exceeded on the underlying Seeking Alpha data source
- Ticker or company not found returns empty or null data

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing financial data sourced from Seeking Alpha, which may include stock ratings, analyst sentiment, financial metrics, earnings data, or other investment-relevant information depending on the query parameters provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-seeking-alpha-finance-data-c7077b18/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
