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
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
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.
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
Maxieewong
maxieewong.com › Stockstats.html
Stockstats - Maxiee Blog
基于 pandas.DataFrame 封装出一个 StockDataFrame,包含了股票相关的统计、技术指标。 · 包含的技术指标如下:
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 ·
PyPI
pypi.org › project › stockstats › 0.1.5
stockstats
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%
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
pypistats.org
PyPI Download Stats
PyPI Download Stats
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
Reddit
reddit.com › r/algotrading › has anybody used the stockstats module , i can't get talib to work.
r/algotrading on Reddit: Has anybody used the stockstats module , I can't get Talib to work.
January 9, 2020 -
Ugh this has been killing my momentum bad on building this algo I'm so close but yet so far away from being done. I've come to terms that talib is just not going to install . I have stock stats installed and cannot get any of the functions to work and there seems to be know documentation. Idk this is just a shot in the dark but if anybody can help let me know
Top answer 1 of 3
1
I’m currently using the module and don’t have issues getting data from it. What kind of error do you get?
2 of 3
1
The code is far from being "readable" with the approach taken (which is in any case an interesting use of Python capabilities by getting to the desired combination of elements via string definition and parsing) But a couple of things are clear: The exponential moving averages, SMMA and EMA, which are respectively used in RSI and MACD are not properly defined (they are also used in several other indicators, so you guess ...) See this other thread in which several other Python libraries were mentioned ... all them make the same mistakes. https://www.reddit.com/r/algotrading/comments/ejveio/which_python_library_best_for_getting_technical/