awesome-repositories.com
Blog
MCP
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
·
peerchemist avatar

peerchemist/fintaArchived

0
View on GitHub↗
2,258 estrellas·715 forks·Python·LGPL-3.0·7 vistas

Finta

Common financial technical indicators implemented in Pandas.

Features

  • Financial Analytics - Financial technical indicators implemented for Pandas.
  • Financial Analytics Tools - Financial technical indicators implemented in Pandas.
  • Technical Indicators - Common financial indicators implemented in Pandas.
  • Technical Analysis Libraries - Financial technical indicators for Python and Pandas.

Historial de estrellas

Gráfico del historial de estrellas de peerchemist/fintaGráfico del historial de estrellas de peerchemist/finta

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

Alternativas open-source a Finta

Proyectos open-source similares, clasificados según cuántas características comparten con Finta.
  • mrjbq7/ta-libAvatar de mrjbq7

    mrjbq7/ta-lib

    12,043Ver en GitHub↗

    This project is a Python wrapper for the TA-Lib C library, serving as a financial technical analysis library and quantitative trading tool. It provides a collection of mathematical functions designed to analyze market price movements, identify trading signals, and recognize candlestick patterns within financial data. The library focuses on the computation of trend, momentum, and volume metrics. It includes specialized tools for candlestick pattern recognition to detect recurring price action shapes in both historical and real-time data. The system integrates with NumPy arrays to process cont

    Cython
    Ver en GitHub↗12,043
  • dcajasn/riskfolio-libAvatar de dcajasn

    dcajasn/Riskfolio-Lib

    3,784Ver en GitHub↗

    Riskfolio-Lib is a Python portfolio optimization library and convex risk management tool. It provides a framework for calculating optimal asset allocations using convex risk measures and mathematical programming solvers, supporting linear, quadratic, and semidefinite programming. The library features a hierarchical risk parity framework and financial asset clustering tools to group similar instruments and improve diversification. It includes a portfolio backtesting engine for simulating investment strategies using historical data and cross-validation. The system covers a broad range of quant

    C++asset-allocationconvex-optimizationcvar-optimization
    Ver en GitHub↗3,784
  • bukosabino/taAvatar de bukosabino

    bukosabino/ta

    4,890Ver en GitHub↗

    This is a pandas-based technical analysis library and financial feature engineering tool. It serves as a vectorized indicator calculator that transforms raw price and volume data into derived metrics for time series analysis. The library uses a NumPy-based engine to perform mathematical operations across entire arrays, avoiding iterative loops to maintain high performance. It organizes technical indicators into a modular class hierarchy with a consistent interface, allowing for bulk feature generation and the direct appending of results as new columns to a pandas DataFrame. The system covers

    Jupyter Notebookfinancialfundamental-analysismomentum
    Ver en GitHub↗4,890
  • domokane/financepyAvatar de domokane

    domokane/FinancePy

    3,004Ver en GitHub↗

    A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives.

    Jupyter Notebook
    Ver en GitHub↗3,004
Ver las 30 alternativas a Finta→

Preguntas frecuentes

¿Qué hace peerchemist/finta?

Common financial technical indicators implemented in Pandas.

¿Cuáles son las características principales de peerchemist/finta?

Las características principales de peerchemist/finta son: Financial Analytics, Financial Analytics Tools, Technical Indicators, Technical Analysis Libraries.

¿Qué alternativas de código abierto existen para peerchemist/finta?

Las alternativas de código abierto para peerchemist/finta incluyen: mrjbq7/ta-lib — This project is a Python wrapper for the TA-Lib C library, serving as a financial technical analysis library and… enthought/pyql — Cython QuantLib wrappers. bukosabino/ta — This is a pandas-based technical analysis library and financial feature engineering tool. It serves as a vectorized… dcajasn/riskfolio-lib — Riskfolio-Lib is a Python portfolio optimization library and convex risk management tool. It provides a framework for… domokane/financepy — A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including… google/tf-quant-finance — This is a quantitative finance library built on TensorFlow for financial engineering, asset pricing, and risk…