# KiteEndpoints.ai - Yahoo Finance Data (Endpoint 127)

> KiteEndpoints.ai - Yahoo Finance Data (Endpoint 127) is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Fetches financial data from Yahoo Finance, such as stock quotes, historical prices, or market information, via a pay-per-request API.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/yahoo-finance127
- 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/kiteendpoints-ai-yahoo-finance-data-endpoint-127-94c060d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BMzdOZTRWhvMSzdd9veP1

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-yahoo-finance-data-endpoint-127-94c060d7 -d '<json body>'
```

Example prompt: Can you pull the latest Yahoo Finance data for Apple (AAPL), including its current stock price, market cap, and P/E ratio?

## When to prefer this

Choose this endpoint when you need Yahoo Finance-sourced financial data — stock quotes, historical prices, ratios, or company fundamentals — on a pay-per-request basis without committing to a monthly subscription. It is well-suited for sporadic lookups where paying $0.12 per call in USDC on Base chain is preferable to maintaining a dedicated finance data API subscription.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Yahoo Finance upstream API unavailability causes failure
- Malformed request body results in a 400-level error
- Payment failure (insufficient USDC balance) blocks the request with a 402 response
- Rate limiting or quota exhaustion on the underlying Yahoo Finance data source

## 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 Yahoo Finance data for the queried entity, which may include stock price, volume, market cap, financial ratios, historical prices, or other market-related metrics depending on the query parameters provided.

## 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-yahoo-finance-data-endpoint-127-94c060d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
