awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Mathieu2301 avatar

Mathieu2301/TradingView-API

0
View on GitHub↗
2,814 stars·576 forks·JavaScript·13 views

TradingView API

This is an unofficial client library that provides programmatic access to TradingView chart data, technical indicators, and real-time market prices. It is designed to support automated trading workflows by enabling direct interaction with TradingView’s data and analysis capabilities through code.

The library offers a set of tools for working with market data and technical analysis. It includes a historical data extractor for querying past price ranges and indicator values, a real-time market data streamer that uses WebSockets to deliver live price updates and indicator outputs, and a strategy backtesting engine that can run multiple trading configurations against historical data automatically. A technical analysis aggregator collects and returns aggregated signals and ratings from TradingView for programmatic decision support.

Additional capabilities include chart replay simulation for testing strategies against past data as if trading live, chart drawing retrieval for fetching annotations, and live indicator value streaming to let automated strategies act on fresh signals. The library also supports real-time price feeds and historical data queries for offline analysis or backtesting.

Features

  • API Client Libraries - Provides an unofficial client library for programmatic access to TradingView chart data, technical indicators, and real-time market prices.
  • Historical Price Data Fetchers - Downloads historical price and indicator data from TradingView for offline analysis and backtesting.
  • Real-Time Market Prices - Subscribes to live price and indicator updates via WebSocket for immediate reaction to market movements.
  • Trading Strategy Backtesters - Evaluates financial trading strategies against historical market data without manual intervention.
  • Multi-Configuration Backtesters - Runs multiple trading strategy configurations against historical data automatically to evaluate performance.
  • Market Data Replayers - Emulates chart replay mode to test strategies against past data as if trading in real time.
  • Aggregated Signal Providers - Programmatically accesses aggregated technical analysis signals and ratings from TradingView for decision support.
  • Live Indicator Streamers - Subscribes to a WebSocket stream to receive continuous updates of technical indicator values.
  • Live Indicator Streamers - Delivers computed indicator outputs in real time to let automated strategies act on fresh signals.
  • Market Data Replayers - Emulates chart replay to test strategies against past data as if trading live.

Star history

Star history chart for mathieu2301/tradingview-apiStar history chart for mathieu2301/tradingview-api

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does mathieu2301/tradingview-api do?

This is an unofficial client library that provides programmatic access to TradingView chart data, technical indicators, and real-time market prices. It is designed to support automated trading workflows by enabling direct interaction with TradingView’s data and analysis capabilities through code.

What are the main features of mathieu2301/tradingview-api?

The main features of mathieu2301/tradingview-api are: API Client Libraries, Historical Price Data Fetchers, Real-Time Market Prices, Trading Strategy Backtesters, Multi-Configuration Backtesters, Market Data Replayers, Aggregated Signal Providers, Live Indicator Streamers.

Which projects share features with mathieu2301/tradingview-api?

Projects with overlapping indexed features include: ricequant/rqalpha — RQAlpha is a Python-native quantitative trading backtesting framework and live trading execution system. It provides… polakowo/vectorbt — VectorBT is a vectorized trading strategy backtesting framework that simulates thousands of strategy configurations in… romeltorres/alpha_vantage — This project is a software library and programmatic interface designed to fetch, wrap, and analyze financial market… shinnytech/tqsdk-python — tqsdk-python is a quantitative trading SDK and framework designed for developing automated strategies for futures,… jerbouma/fundamentalanalysis — FundamentalAnalysis is a comprehensive financial analysis library, quantitative finance framework, and macroeconomic… simonlin1212/a-stock-data — This project is a comprehensive market data toolkit and financial analysis system specifically designed for China…

Projects sharing features with TradingView API

These projects share indexed features with TradingView API. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ricequant/rqalpharicequant avatar

    ricequant/rqalpha

    6,166View on GitHub↗

    RQAlpha is a Python-native quantitative trading backtesting framework and live trading execution system. It provides an event-driven engine for simulating trading strategies against historical market data, with realistic transaction costs, slippage models, and corporate action handling. The platform supports multi-asset class trading including stocks, futures, options, and REITs, with separate sub-accounts for different asset types and configurable margin requirements. The framework distinguishes itself through a plugin-based extensible architecture that allows users to swap out core componen

    Pythonbacktestfinancefutures
    View on GitHub↗6,166
  • polakowo/vectorbtpolakowo avatar

    polakowo/vectorbt

    6,720View on GitHub↗

    VectorBT is a vectorized trading strategy backtesting framework that simulates thousands of strategy configurations in a single pass over historical price data. It operates as a parameter optimization engine, a portfolio performance analyzer, a technical indicator calculator, and a financial data fetcher, all built around a DataFrame-centric data model that uses NumPy broadcasting for signal alignment and compiled code acceleration for performance. The framework distinguishes itself through its ability to run large-scale parameter sweeps by constructing every combination of strategy parameter

    Pythonalgorithmic-tradingalgorithmic-traidingbacktesting
    View on GitHub↗6,720
  • romeltorres/alpha_vantageRomelTorres avatar

    RomelTorres/alpha_vantage

    4,732View on GitHub↗

    This project is a software library and programmatic interface designed to fetch, wrap, and analyze financial market data and technical indicators from the Alpha Vantage API. It functions as a client for retrieving stock, cryptocurrency, and foreign exchange data. The library includes a technical analysis toolset for calculating financial metrics and indicators, such as Bollinger Bands, and utilizes an asynchronous market data fetcher to execute concurrent requests across multiple assets to reduce total wait time. It covers data retrieval for stock time series, foreign exchange rates, and cry

    Pythonalpha-vantagealphavantageapi-wrapper
    View on GitHub↗4,732
  • jerbouma/fundamentalanalysisJerBouma avatar

    JerBouma/FundamentalAnalysis

    4,974View on GitHub↗

    FundamentalAnalysis is a comprehensive financial analysis library, quantitative finance framework, and macroeconomic data integrator. It provides tools for computing financial ratios, executing corporate health metrics, and pricing derivatives and bonds using mathematical models. The project integrates diverse data streams, including global economic indicators, real-time market quotes, and standardized corporate financial statements. It features a technical analysis engine for generating momentum and volatility indicators, as well as a portfolio performance analyzer for tracking risk-adjusted

    Python
    View on GitHub↗4,974
Compare all 30 related projects→