1 Star 0 Fork 0

李贞/stockscore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Stock Score

https://www.codefactor.io/repository/github/jackmoody11/stockscore/badge https://api.codacy.com/project/badge/Grade/d2108117522f4fe498530c6f7185108e https://travis-ci.com/jackmoody11/stockscore.svg?branch=master https://img.shields.io/github/license/mashape/apistatus.svg?style=popout

Stock Score is a python script to score stocks based on specified criteria. The goal of this project is to provide a stock screening system for various types of stock classifications (growth, momentum, value, etc.).

Similar to how one might rank the best options when they are deciding where to go to dinner, Stock Score lets investors choose what screens they want to run. Then, this script takes care of the rest, showing which stocks performed best under the given screens.

Prerequisites

  • You can get the latest version of Python 3 here (this should come with the latest version of pip)
  • All dependencies are contained in requirements.txt (more on that directly below)

Getting Started

To clone this repository, run the following:

git clone https://github.com/jackmoody11/stockscore

Change working directory to project folder

cd my/path/to/stockscore

Create a virtual environment

python3 -m venv env

Activate the virtual environment. See the docs for help.

Then make init to install required modules.

Run the program!

To make sure that everything is working, while in the working directory of the stockScore project, run python3 stockscore.py.

Note: Make sure you are using python3. This project does not support versions below Python 3.6 since it uses f strings. This may change in the future to allow for earlier versions of Python to run.

Here is an example output of what you can expect to see when you run the program:

Terminal output:

/media/terminal_output.png

Top 10 stocks output:

/media/StockScores.png

Running the tests

All tests can be run by simply running

pytest

In order to run a specific test file (like test_fundamental_functions.py), run

pytest tests/test_fundamental_functions.py

To run a specific test (like "test_dividend_test_returns_scores" in test_fundamental_screens.py), run

pytest tests/test_fundamental_screens.py -k 'test_dividend_test_returns_scores'

For more information on how to use pytest (like how to select a few tests), look here for the official pytest docs.

Deployment

In order to make code styling simple, this project uses black. To make sure that this code adheres to this opinion based formatting, stockscore uses pre-commit. In order to run black automatically before making a commit, please download pre-commit.

You may need to run pre-commit install before you are able to use this. For more details, check out the pre-commit website.

This project is very simple to deploy to a live system. To change which tests you are using, change which functions are added to the suites (this is the name used in both files) of fundamental_functions.py and technical_functions.py.

Built With

Python 3 and some great third party modules (see requirements.txt for full list).

Contributing

Please read the code of conduct for details on how to positively contribute to this project.

Versioning

This project uses SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Hat tip to Benjamin Graham's Intelligent Investor. If you haven't already, read this book!
  • Also, I recommend reading Common Stocks and Uncommon Profits by Philip Fisher.

Notes

  • Note that the screens included in this project are not exclusive and do not guarantee any sort of returns. I assume no liability for investment decisions you make and am not a professional adviser. Please do your due diligence before making investment decisions and consult with a professional as necessary.
MIT License Copyright (c) 2018 Jack Moody Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

A python project to fetch stock financials/statistics and perform preliminary screens to aid in the stock selection process 展开 收起
Python 等 3 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lizhen_hbu/stockscore.git
git@gitee.com:lizhen_hbu/stockscore.git
lizhen_hbu
stockscore
stockscore
master

搜索帮助