awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·2 Aufrufe

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-Verlauf

Star-Verlauf für mathieu2301/tradingview-apiStar-Verlauf für mathieu2301/tradingview-api

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu TradingView API

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit TradingView API.
  • ricequant/rqalphaAvatar von ricequant

    ricequant/rqalpha

    6,166Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,166
  • polakowo/vectorbtAvatar von polakowo

    polakowo/vectorbt

    6,720Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,720
  • romeltorres/alpha_vantageAvatar von RomelTorres

    RomelTorres/alpha_vantage

    4,732Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,732
  • jerbouma/fundamentalanalysisAvatar von JerBouma

    JerBouma/FundamentalAnalysis

    4,974Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,974
Alle 30 Alternativen zu TradingView API anzeigen→

Häufig gestellte Fragen

Was macht mathieu2301/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.

Was sind die Hauptfunktionen von mathieu2301/tradingview-api?

Die Hauptfunktionen von mathieu2301/tradingview-api sind: 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.

Welche Open-Source-Alternativen gibt es zu mathieu2301/tradingview-api?

Open-Source-Alternativen zu mathieu2301/tradingview-api sind unter anderem: 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…