# GGWP API Hub – Yahoo Finance15 Proxy

> GGWP API Hub – Yahoo Finance15 Proxy is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.156829/call, status unknown (last checked 2026-09-14).

Fetches financial market data from Yahoo Finance 15 via the GGWP pay-per-call API hub on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/yahoo-finance15
- Price: $0.156829/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-yahoo-finance15-proxy-4c642ba4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-67IpXrE2kSrqUOZx-nuE

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-yahoo-finance15-proxy-4c642ba4 -d '<json body>'
```

Example prompt: Can you pull the latest stock quote and key financial metrics for AAPL from Yahoo Finance?

## When to prefer this

Choose this endpoint when you need Yahoo Finance data in a pay-per-call, no-subscription model using the x402 protocol on Base chain — ideal for agents that need occasional financial lookups without a dedicated Yahoo Finance API subscription.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty or error result
- Payment failure on Base chain blocks the request entirely
- Rate limiting or upstream Yahoo Finance unavailability causes timeout
- Malformed input schema returns 400-level error
- Delayed data may not reflect real-time market conditions

## 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 financial market data for the queried instrument, likely including price quotes, volume, market cap, financial ratios, and other Yahoo Finance metrics wrapped in a result object.

## 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-yahoo-finance15-proxy-4c642ba4/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)
