Overview of TradingView Scraper features
mainThe tradingview-scraper is a Python library designed to scrape various data points from TradingView.com. Key capabilities include:
- Idea & News Scraping: Extract titles, authors, content, timestamps, and engagement metrics (comments, boosts) from Idea and News pages.
- Indicator Extraction: Retrieve values for technical indicators like
RSI,Stoch.K, etc. - Real-Time Data: Access OHLCV, Watchlist, and Indicator data via WebSocket.
- Market Data: Scrape Market Movers (Gainers, Losers, Most Active), Screener data with custom filters, and Symbol Markets.
- Symbol & Market Analysis: Comprehensive symbol overviews (financials, statistics, technicals) and market-wide overviews (top stocks by cap, volume, etc.).
- Fundamental Data: Detailed financial metrics including Income Statements, Balance Sheets, Cash Flow, and various profitability/valuation ratios.
- Community Data: Scrape Minds community discussions including user info and engagement.
- Exporting: Data can be exported in
CSVorJSONformats.