# TradingView Technical Analysis via KiteEndpoints

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

Retrieves TradingView technical analysis indicators and signals for a given financial asset

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/tradingview-technical
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tradingview-technical-analysis-via-kiteendpoints-0347b6be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AvS_4FnMZ8VzxTZ9MeB5W

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-technical-analysis-via-kiteendpoints-0347b6be -d '<json body>'
```

Example prompt: Can you pull the TradingView technical analysis for BTC/USD on the 1-hour timeframe and tell me whether the indicators are leaning buy, sell, or neutral?

## When to prefer this

Choose this endpoint when you need programmatic access to TradingView's technical analysis summaries and indicator values for any stock, crypto, or forex pair, especially when building trading bots, alerting systems, or financial dashboards that need oscillator and moving average signals without manually accessing TradingView's UI.

## Known failure modes

- Invalid or unsupported ticker symbol returns an error or empty result
- Unsupported timeframe may return no data
- Rate limiting or upstream TradingView unavailability may cause failures
- Malformed request body returns a validation error
- Asset not listed on the specified exchange returns empty or null data

## 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 structured object containing TradingView technical analysis data for the requested asset, including oscillator readings (RSI, MACD, Stochastic, etc.), moving average signals, and an overall buy/sell/neutral summary rating.

## 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-technical-analysis-via-kiteendpoints-0347b6be/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)
