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
·

6 Repos

Awesome GitHub RepositoriesTechnical Analysis Libraries

Tools for calculating indicators and visualizing financial chart patterns.

Explore 6 awesome GitHub repositories matching part of an awesome list · Technical Analysis Libraries. Refine with filters or upvote what's useful.

Awesome Technical Analysis Libraries GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ta-lib/ta-lib-pythonAvatar von TA-Lib

    TA-Lib/ta-lib-python

    12,041Auf GitHub ansehen↗

    This project is a Python wrapper for the TA-Lib library, providing a technical analysis library for computing moving averages, momentum, and volatility metrics for financial time series analysis. It serves as a financial indicator calculator that processes price and volume arrays to generate technical signals and pattern recognition. The library includes an incremental data processor capable of computing the most recent technical indicator values as new streaming market data arrives. This allows for real-time price monitoring and the processing of streaming data without recalculating entire d

    Offers a comprehensive collection of tools for computing moving averages, momentum, and volatility metrics for financial analysis.

    Cythonfinancepattern-recognitionpython
    Auf GitHub ansehen↗12,041
  • 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

    Implements a library for calculating financial technical analysis indicators like Bollinger Bands.

    Pythonalpha-vantagealphavantageapi-wrapper
    Auf GitHub ansehen↗4,732
  • edtechre/pybrokerAvatar von edtechre

    edtechre/pybroker

    3,191Auf GitHub ansehen↗

    pybroker is a Python algorithmic trading framework and quantitative technical analysis library designed for developing, testing, and optimizing trading strategies using historical market data. It functions as a trading strategy backtester and a financial performance evaluator, providing a structured environment to simulate trading rules and analyze their statistical reliability. The framework distinguishes itself through a market data integration layer that handles the fetching and caching of historical price data from external providers. It incorporates an event-driven backtesting engine and

    Wraps third-party technical analysis tools to integrate their indicators into the execution workflow.

    Pythonaialgorithmic-tradingalgotrading
    Auf GitHub ansehen↗3,191
  • andredumas/techan.jsAvatar von andredumas

    andredumas/techan.js

    2,438Auf GitHub ansehen↗

    A visual, technical analysis and charting (Candlestick, OHLC, indicators) library built on D3.

    D3-based library for financial charting and analysis.

    JavaScript
    Auf GitHub ansehen↗2,438
  • peerchemist/fintaAvatar von peerchemist

    peerchemist/finta

    2,258Auf GitHub ansehen↗

    Common financial technical indicators implemented in Pandas.

    Financial technical indicators for Python and Pandas.

    Pythonalgorithmic-tradingalgotradingfintech
    Auf GitHub ansehen↗2,258
  • tulipcharts/tulipnodeAvatar von TulipCharts

    TulipCharts/tulipnode

    514Auf GitHub ansehen↗

    Tulip Node is the official node.js wrapper for Tulip Indicators. It provides over 100 technical analysis overlay and indicator functions.

    Node.js wrapper for technical analysis indicators.

    JavaScript
    Auf GitHub ansehen↗514
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Technical Analysis Libraries

Unter-Tags erkunden

  • Library WrappersIntegration layers that allow third-party technical analysis libraries to be used within a trading framework. **Distinct from Technical Analysis Libraries:** Focuses on the architectural wrapping of analysis tools rather than the indicators themselves