Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Finance / stockstats — Technical Indicator Library
⇄ConnectorFinanceFree

stockstats — Technical Indicator Library

Lightweight BSD-licensed Python library providing 80+ stock technical indicators (RSI, MACD, Bollinger Bands, ATR) as simple DataFrame column lookups.

@ai-supply
Installs52k
Rating★ 4.5
Reviews17
Install (free) to download the source.↗ Source repository

stockstats — Technical Indicator Library

stockstats wraps pandas DataFrames to auto-compute 80+ technical indicators via simple column-name magic — df["close_20_sma"], df["rsi_14"], df["macd"] — making it trivial to build feature matrices for ML trading models, backtests, and screening pipelines.

Key Features

  • 80+ indicators: SMA, EMA, RSI, MACD, Bollinger Bands, ATR, ADX, CCI, Stochastic, Williams %R, and more
  • Zero-boilerplate API: computed on-demand as DataFrame columns
  • Works with any OHLCV data source (Yahoo Finance, Alpha Vantage, Binance)
  • Minimal dependencies: only pandas and numpy
  • BSD-3-Clause licence — safe for commercial use

Quick Start

import yfinance as yf
from stockstats import StockDataFrame

raw = yf.download("TSLA", start="2023-01-01")
df = StockDataFrame.retype(raw)
print(df[["close_14_rsi", "macd", "boll"]])
npx ai-supply add stockstats-technical-indicators

Curated mirror of the open-source stockstats (BSD-3-Clause). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy