PyPI
pypi.org › project › stockstats
stockstats · PyPI
February 16, 2026 - DataFrame with inline stock statistics support.
» pip install stockstats
GitHub
github.com › jealous › stockstats › blob › master › stockstats.py
stockstats/stockstats.py at master · jealous/stockstats
Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support. - jealous/stockstats
Author jealous
Pydigger
pydigger.com › pypi › stockstats
stockstats
# Stock Statistics/Indicators Calculation Helper [](https://github.com/jealous/stockstats/actions/workflows/build-test.yml) [](https://codecov.io/gh/jealous/stockstats) [](https://pypi.python.org/pypi/stockstats) VERSION: 0.6.4 ## Introduction Supply a wrapper ``StockDataFrame`` for ``pandas.DataFrame`` with inline stock statistics/indicators support.
What is stockstats?
DataFrame with inline stock statistics support. Visit Snyk Advisor to see a · full health score report · for stockstats, including popularity, security, maintenance · & community analysis.
snyk.io
snyk.io › advisor › python packages › stockstats
stockstats - Python Package Health Analysis | Snyk
Is stockstats popular?
The python package stockstats receives a total · of 3,585 weekly downloads. As · such, stockstats popularity was classified as · a · recognized. Visit the · popularity section · on Snyk Advisor to see the full health analysis.
snyk.io
snyk.io › advisor › python packages › stockstats
stockstats - Python Package Health Analysis | Snyk
Is stockstats safe to use?
While scanning the latest version of stockstats, we found · that a security review is needed. A total of · 0 vulnerabilities or license issues were · detected. See the full · security scan results.
snyk.io
snyk.io › advisor › python packages › stockstats
stockstats - Python Package Health Analysis | Snyk
PyPI
pypi.python.org › pypi › stockstats › 0.1.3
stockstats · PyPI
See examples below: .. code-block:: python # volume delta against previous day stock['volume_delta'] # open delta against next 2 day stock['open_2_d'] # open price change (in percent) between today and the day before yesterday # 'r' stands for rate. stock['open_-2_r'] # CR indicator, including 5, 10, 20 days moving average stock['cr'] stock['cr-ma1'] stock['cr-ma2'] stock['cr-ma3'] # volume max of three days ago, yesterday and two days later stock['volume_-3,2,-1_max'] # volume min between 3 days ago and tomorrow stock['volume_-3~1_min'] # KDJ, default to 9 days stock['kdjk'] stock['kdjd'] sto
PyPI
pypi.org › project › stockstats › 0.1.8
stockstats 0.1.8
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
GitHub
github.com › saeed349 › Deep-Reinforcement-Learning-in-Trading › issues › 1
No module named 'stockstats' · Issue #1 · saeed349/Deep-Reinforcement-Learning-in-Trading
October 26, 2018 - No module named 'stockstats'#1 · Copy link · chongyang915 · opened · on Oct 26, 2018 · Issue body actions · if you miss this ? No one assigned · No labels · No labels · No projects · No milestone · None yet · No branches or pull requests ·
Author chongyang915
PyPI
pypi-org.translate.goog › project › stockstats
stockstats · PyPI
pip install stockstats Copy PIP instructions · Latest version · Released: May 18, 2025 · DataFrame with inline stock statistics support. These details have been verified by PyPI · jealous · These details have not been verified by PyPI · Homepage · License: BSD License (BSD) Author: Cedric Zhuang ·
Maxieewong
maxieewong.com › Stockstats.html
Stockstats - Maxiee Blog
基于 pandas.DataFrame 封装出一个 StockDataFrame,包含了股票相关的统计、技术指标。 · 包含的技术指标如下:
PyPI
pypi.org › project › stockstats › 0.3.2
stockstats
October 17, 2020 - JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
GitHub
github.com › jealous › stockstats
GitHub - jealous/stockstats: Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.
pip install stockstats · Requires Python 3.9+. CI tests against Python 3.10, 3.11, 3.12, and 3.13. BSD-3-Clause License · StockDataFrame works as a wrapper for pandas.DataFrame. Initialize it with wrap or StockDataFrame.retype.
Starred by 1.4K users
Forked by 313 users
Languages Python 100.0% | Python 100.0%
PyPI
pypi.org › project › stockstats › 0.2.0
stockstats 0.2.0
JavaScript is disabled in your browser. Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
Libraries.io
libraries.io › pypi › stockstats-polars
stockstats-polars 0.1.0 on PyPI - Libraries.io - security & maintenance data for open source software
November 9, 2025 - Homepage PyPI Python · License · MIT · Install · pip install stockstats-polars==0.1.0 · Namespace extension of Polars with stock statistics/indicator calculation helper · Polars implementation of the stockstats idea: compute technical indicators inline on your price (ohlcv) DataFrame with simple access.
PyPI
pypi.org › project › stock-dataframe
Client Challenge
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
GitHub
github.com › royopa › stockstats
GitHub - royopa/stockstats: Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support.
pip install stockstats · Please check the setup.py file. Note that pandas add some type check after version 1.0. One type assert is skipped in StockDataFrame. Check ISSUE-50 for detail. BSD · Initialize the StockDataFrame with the retype function which convert a pandas.DataFrame to a StockDataFrame.
Author royopa
GitHub
github.com › zachwill › stockstats
GitHub - zachwill/stockstats: Supply a wrapper ``StockDataFrame`` based on the ``pandas.DataFrame`` with inline stock statistics/indicators support. · GitHub
pip install stockstats · BSD · Initialize the StockDataFrame with the retype function which convert a pandas.DataFrame to a StockDataFrame. stock = StockDataFrame.retype(pd.read_csv('stock.csv')) There are some shortcuts for frequent used statistics/indicators like kdjk, boll_hb, macd, etc.
Author zachwill