# GGWP API Hub – Seeking Alpha Finance

> GGWP API Hub – Seeking Alpha Finance is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.080934/call, status unknown (last checked 2026-09-15).

Fetches financial data and analysis from Seeking Alpha for a given stock or financial query

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/seeking-alpha-finance
- Price: $0.080934/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-seeking-alpha-finance-7ad2ac62
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p85QBHrgMoBMloOFmRUkM

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 ggwp-api-hub-seeking-alpha-finance-7ad2ac62 -d '<json body>'
```

Example prompt: Can you pull the latest Seeking Alpha financial data and analysis for Apple (AAPL) — things like valuation metrics, analyst ratings, and recent earnings information?

## When to prefer this

Choose this endpoint when you need Seeking Alpha-specific financial analysis, valuation metrics, or analyst ratings for a stock, particularly when the downstream consumer values Seeking Alpha's editorial and quant scoring perspective over raw exchange data. Useful for investment research agents needing enriched fundamental data beyond raw price feeds.

## Known failure modes

- Invalid or unrecognized stock ticker returns empty or error result
- Seeking Alpha rate limits or upstream API unavailability causes failure
- Malformed request body returns error
- Payment failure via x402 protocol prevents access
- Ticker not covered by Seeking Alpha returns no data

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing financial data sourced from Seeking Alpha, which may include stock metrics, valuation ratios, analyst ratings, earnings data, dividend information, and related financial analysis for the queried asset.

## 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/ggwp-api-hub-seeking-alpha-finance-7ad2ac62/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
