tradingview

Extract market data, technical indicators, and financial metrics from TradingView APIs.

173|28|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/gauss314/skills --skill tradingview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tradingview
Source: https://github.com/gauss314/skills/tree/main/skills/tradingview
Command: npx skills add https://github.com/gauss314/skills --skill tradingview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill solves the lack of accessible, real-time market data by providing a programmatic interface to TradingView's internal APIs, eliminating the need for manual scraping or expensive subscriptions.

Core Features & Use Cases

  • Massive Market Coverage: Access data for over 100k stocks, 50k cryptos, forex, and bonds globally.
  • Technical Analysis: Retrieve pre-calculated indicators like RSI, MACD, and moving averages, along with aggregated BUY/SELL ratings.
  • Use Case: A quantitative researcher can use this skill to screen for stocks across multiple international exchanges that meet specific technical criteria, such as an RSI below 30 and a golden cross, without needing to calculate these indicators locally.

Quick Start

Use the tradingview skill to fetch the extended quote and technical indicators for the stock NASDAQ:AAPL.

Frequently Asked Questions about tradingview

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

FAQPage Schema
How do I get real-time technical indicators like RSI and MACD without an API key?

You can retrieve pre-calculated technical indicators like RSI and MACD programmatically by accessing TradingView's internal APIs, which requires no authentication or API keys to fetch real-time market data.

Can I screen global stocks and crypto for specific technical criteria?

Yes, you can screen over 100k global stocks and 50k cryptos by querying internal APIs to filter symbols meeting specific technical criteria, such as an RSI below 30 or a golden cross, without calculating indicators locally.

Does this market data retrieval method require a paid TradingView subscription?

No paid subscription is needed. The method extracts comprehensive market data, financial metrics, and aggregated BUY/SELL ratings directly from TradingView's internal APIs, eliminating the need for expensive subscriptions or manual scraping.

What's the best way to fetch extended quotes and financials for quantitative analysis?

The best way to fetch extended quotes and financials for quantitative analysis is to use programmatic requests against TradingView's internal APIs, enabling high-frequency market data retrieval for global stocks, forex, and bonds.

Are there limitations to high-frequency market data retrieval from internal APIs?

Limitations of high-frequency market data retrieval from internal APIs include potential rate limiting and reliance on TradingView's unauthenticated internal endpoints, which may restrict request volume during peak market screening sessions.