bukosabino/ta

Technical Analysis Library using Pandas and Numpy

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 13th, 2026
Created on January 2nd, 2018
Open Issues & Pull Requests: 158 (+0)
GitHub issues: Enabled
Number of forks: 1,160
Total Stargazers: 5,220 (+0)
Total Subscribers: 145 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 122.0 days
90th percentile: 338.4 days
Tracked items: 5

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 538 days
Stale 30+ days: 15
Stale 90+ days: 14

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

TA is a technical analysis library that extracts financial indicators from time series data using Pandas and Numpy.

The library addresses the need to engineer features from Open, High, Low, Close, and Volume price data for financial analysis and trading applications. It implements 43 indicators across multiple categories including volume-based measures, momentum oscillators, trend analysis, and volatility calculations. Users pass price data through the library's indicator functions to generate derived features suitable for model training, backtesting, or trading signal generation.

The tool suits developers building trading systems, quantitative analysis pipelines, or machine learning models that operate on financial time series. It works well for anyone already working within the Pandas ecosystem who needs standard technical indicators without building them from scratch. The library is straightforward for feature engineering workflows where indicators are computed on historical price data.

The project maintains continuous integration with test coverage tracking and enforces code style consistency through automated linting. Documentation is published and kept current. The codebase shows active maintenance with attention to code quality standards.