# TradingView Screener via KiteEndpoints.ai

> TradingView Screener via KiteEndpoints.ai is a paid API for AI agents from kite-hub-v2.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 financial instruments based on technical and fundamental criteria

## Facts

- Endpoint: POST https://kite-hub-v2.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/tradingview-screener-via-kiteendpoints-ai-e6a168fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yOwyAiaKEGTdxYxKs2pDb

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 tradingview-screener-via-kiteendpoints-ai-e6a168fb -d '<json body>'
```

Example prompt: Screen the US stock market for equities where RSI is below 30, price is above the 200-day moving average, and volume is above 1 million — give me the top 20 results sorted by RSI ascending.

## When to prefer this

Choose this endpoint when you need programmatic access to TradingView's screener functionality to filter and rank stocks, crypto, or forex by technical indicators or fundamental metrics without manually using the TradingView UI. Ideal for automated trading strategy research, watchlist generation, or market scanning workflows.

## Known failure modes

- Invalid or malformed screener filter criteria returns an error
- Unsupported market or asset class returns empty results
- Rate limiting or payment failure returns 402 or 429
- Screener returns empty list if no instruments match filters
- Upstream TradingView data unavailability causes timeout or 503

## 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 financial instruments (stocks, crypto, forex, etc.) that match the specified screener criteria, typically including symbol names, indicator values, and ranking data as returned by the TradingView screener engine.

## 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/tradingview-screener-via-kiteendpoints-ai-e6a168fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
