tradingview-realtime

Fetch real-time market data from TradingView via WebSocket.

5|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/kayzaa/k.i.t.-bot --skill tradingview-realtime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tradingview-realtime
Source: https://github.com/kayzaa/k.i.t.-bot/tree/main/skills/tradingview-realtime
Command: npx skills add https://github.com/kayzaa/k.i.t.-bot --skill tradingview-realtime

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides real-time market data, including prices, indicators, and screener results from TradingView, without requiring an official API key.

Core Features & Use Cases

  • Realtime Prices: Get live price updates via WebSocket for any TradingView symbol.
  • Indicator Values: Fetch current values for popular technical indicators like RSI, MACD, and Moving Averages.
  • Screener Data: Access and filter data from TradingView's stock and crypto screeners.
  • Historical Data: Retrieve OHLCV (Open, High, Low, Close, Volume) bars for analysis.
  • Use Case: Automatically monitor the real-time price of BTC/USDT and trigger buy alerts when the RSI indicator drops below 30.

Quick Start

Get the current price for BINANCE:BTCUSDT using the tradingview-realtime skill.

Frequently Asked Questions about tradingview-realtime

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time market data from TradingView without an API key?

You can fetch real-time market data from TradingView without an API key by using an unofficial WebSocket API. This approach streams live quotes, indicator values, and screener results directly for analysis.

Can I retrieve live technical indicator values like RSI and MACD using a WebSocket?

Yes, retrieving live technical indicator values like RSI and MACD is possible via the WebSocket connection. It fetches current values for popular indicators to support autonomous trading signal generation.

How do I access TradingView screener data for stocks and crypto?

Accessing TradingView screener data for stocks and crypto involves fetching results through the unofficial WebSocket API. You can filter and retrieve screener data to identify assets matching your criteria.

Does this real-time market data approach work for crypto, stocks, and forex?

Yes, this real-time market data approach works for crypto, stocks, and forex markets. The WebSocket connection supports various TradingView symbols across these asset classes for live price monitoring.

How do I pull historical OHLCV bars from TradingView for trading analysis?

Pulling historical OHLCV bars from TradingView utilizes the WebSocket API to retrieve Open, High, Low, Close, and Volume data. This historical data enables technical analysis and strategy backtesting.