Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Stock Indicators for Python. Maintained by @LeeDongGeon1996
| Date | Stars |
|---|---|
| 2026-07-24 | 391 |
| 2026-07-25 | 391 |
| 2026-07-28 | 391 |
| 2026-07-30 | 391 |
| 2026-08-06 | 391 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
[](https://python.stockindicators.dev/)
[](https://badge.fury.io/py/stock-indicators)
[](https://pypistats.org/packages/stock-indicators)
# Stock Indicators for Python
**Stock Indicators for Python** is a PyPI library package that produces financial market technical indicators. Send in historical price quotes and get back desired indicators such as moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, etc. Nothing more.
It can be used in any market analysis software using standard OHLCV price quotes for equities, commodities, forex, cryptocurrencies, and others. We had trading algorithms, machine learning, and charting systems in mind when originally creating this community library. [Stock Indicators for .NET](https://dotnet.stockindicators.dev/) is also available.
Visit our project site for more information:
- [Overview](https://python.stockindicators.dev/)
- [Indicators and overlays](https://python.stockindicators.dev/indicators/)
- [Guide and Pro tips](https://python.stockindicators.dev/guide/)
- [Release notes](https://github.com/facioquo/stock-indicators-python/releases)
- [Discussions](https://github.com/DaveSkender/Stock.Indicators/discussions)
- [Contributing](https://github.com/facioquo/stock-indicators-python/blob/main/docs/contributing.md#readme)
## Getting started
### Windows
1. Install .NET SDK (8.0 or newer):
- Download from [Microsoft .NET Downloads](https://dotnet.microsoft.com/download)
- Or using winget: `winget install Microsoft.DotNet.SDK.8`
- Verify: `dotnet --info`
2. Install the package:
```bash
pip install stock-indicators
```
### macOS
1. Install .NET SDK (8.0 or newer):
```bash
brew install dotnet-sdk
dotnet --info # Verify installation
```
2. Install the package:
```bash
pip install stock-indicators
```
## Example usage
```python
from stock_indicators import indicators
# fetch your data
quotes = get_history("MSFT")
# calculate 20-period SMA
results = indicators.get_sma(quotes, 20)
```
> **Note:** This is a simple example. For a step-by-step guide, see the [QuickStart Guide](https://github.com/facioquo/stock-indicators-python-quickstart#readme) or our [documentation](https://python.stockindicators.dev/) site.
Excerpt of 2,601 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:aadfaead346ca4bf, topic:quantitative-finance, topic:trading, readme:financial