# Magnum.ai Seeking Alpha Finance Data

> Magnum.ai Seeking Alpha Finance Data is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Fetches financial data and analysis from Seeking Alpha via a pay-per-call API endpoint using x402 micropayments on Base chain

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/seeking-alpha-finance
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-seeking-alpha-finance-data-197ef0b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dQMnx0WjWjnHv4X1FMxpw

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 magnum-ai-seeking-alpha-finance-data-197ef0b3 -d '<json body>'
```

Example prompt: Pull me Seeking Alpha financial data and analysis for Apple (AAPL) — I want to see the latest ratings, metrics, and investment insights.

## When to prefer this

Use this endpoint when you need Seeking Alpha-sourced financial data, stock analysis, ratings, or investment insights and want to pay per call via USDC micropayments on Base rather than maintaining a subscription. Ideal for AI agents that need occasional financial data lookups without a recurring API subscription.

## Known failure modes

- Payment failure if insufficient USDC balance on Base chain (402 response)
- Invalid or missing ticker/query parameters returning empty result
- Seeking Alpha data unavailable or rate-limited upstream
- Malformed request body returning error
- Network timeout on the underlying Seeking Alpha API call

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing financial data sourced from Seeking Alpha, including stock analysis, ratings, metrics, and investment-related information for the queried company or ticker.

## 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/magnum-ai-seeking-alpha-finance-data-197ef0b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
