awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Mathieu2301 avatar

Mathieu2301/TradingView-API

0
View on GitHub↗
2,814 estrellas·576 forks·JavaScript·2 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de mathieu2301/tradingview-apiGráfico del historial de estrellas de mathieu2301/tradingview-api

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace 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.

¿Cuáles son las características principales de mathieu2301/tradingview-api?

Las características principales de mathieu2301/tradingview-api son: 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.

¿Qué alternativas de código abierto existen para mathieu2301/tradingview-api?

Las alternativas de código abierto para mathieu2301/tradingview-api incluyen: 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…

Alternativas open-source a TradingView API

Proyectos open-source similares, clasificados según cuántas características comparten con TradingView API.
  • ricequant/rqalphaAvatar de ricequant

    ricequant/rqalpha

    6,166Ver en 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
    Ver en GitHub↗6,166
  • polakowo/vectorbtAvatar de polakowo

    polakowo/vectorbt

    6,720Ver en 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
    Ver en GitHub↗6,720
romeltorres/alpha_vantageAvatar de RomelTorres

RomelTorres/alpha_vantage

4,732Ver en 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
Ver en GitHub↗4,732
  • jerbouma/fundamentalanalysisAvatar de JerBouma

    JerBouma/FundamentalAnalysis

    4,974Ver en 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
    Ver en GitHub↗4,974
  • Ver las 30 alternativas a TradingView API→