# KiteEndpoints.ai TradingView Screener

> KiteEndpoints.ai TradingView Screener is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Runs a TradingView-style stock/asset screener to filter and rank securities based on technical and fundamental criteria

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tradingview-screener
- Price: $0.05/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-tradingview-screener-173fd96b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MIpo2W1UVp30sUyPgIlRP

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-tradingview-screener-173fd96b -d '<json body>'
```

Example prompt: Run a TradingView screener scan for US stocks that are above their 200-day moving average, have RSI below 40, and volume over 1 million shares today.

## When to prefer this

Use this endpoint when you need to programmatically screen stocks or other assets using TradingView's indicator and filter ecosystem without maintaining a TradingView account or subscription, especially in an agentic workflow requiring pay-per-use access via USDC on Base.

## Known failure modes

- Missing or malformed screener filter parameters may return an empty result set
- TradingView data source unavailability may cause upstream errors
- Invalid indicator names or unsupported markets may return error responses
- Rate limiting or payment verification failure may block the request

## 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 list of securities matching the screener criteria, likely including symbol names, price data, and relevant technical or fundamental indicator values as structured JSON.

## 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-tradingview-screener-173fd96b/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)
