qff: quantize finance framework
Project description
QFF: Quantize Financial Framework
QFF is a Python package of quantitative financial framework, which is used to provide a localized backtesting and simulation trading environment for individuals, so that users can focus more on trading strategy writing.
Main Features
Here are just a few of the things that QFF does well:
- Provide one-stop solutions such as data crawling, data cleaning, data storage, strategy writing, strategy analysis, strategy backtest and simulated trade.
- Provide graceful interface for strategy writing (similar to JoinQuant), facilitate users to get started quickly.
- Provide a local running environment to improve the strategy running efficiency.
- Provide rich interfaces to obtain free stock data, such as fundamental data, real-time and historical market data etc.
- Provide practical auxiliary functions to simplify strategy writing, such as indicator calculation, trading system framework, etc.
Installation
Source code
The source code is currently hosted on GitHub at: https://github.com/haijiangxu/qff
General
pip install qff --upgrade
China
pip install qff -i http://mirrors.aliyun.com/pypi/simple/ --upgrade
Docker
Docker image for the QFF is at https://hub.docker.com/r/haijiangxu/qff.
pull docker image
docker pull qff
run docker image
docker run -d -v /root/xxxx:/root/work -p 8765:8765 qff
Document
Documentation for the latest Current release is at https://qff.readthedocs.io/zh_CN/latest/.
Contribution
QFF is still under developing, feel free to open issues and pull requests:
- Report or fix bugs
- Require or publish interface
- Write or fix documentation
- Add test cases
Statement
- QFF only supports stocks, but not other financial products such as futures, funds, foreign exchange, bonds, cryptocurrencies, etc.
- All data provided by QFF is just for academic research purpose.
- The data provided by QFF is for reference only and does not constitute any investment proposal.
- Any investor based on QFF research should pay more attention to data risk.
- QFF will insist on providing open-source financial data.
- Based on some uncontrollable factors, some data interfaces in QFF may be removed.
- Please follow the relevant open-source protocol used by QFF.
Acknowledgement
Special thanks QUANTAXIS for the opportunity of learning from the project;
Special thanks AKShare for the opportunity of learning from the project;
Special thanks JoinQuant for the opportunity of learning from the project;
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qff-0.5.19.tar.gz.
File metadata
- Download URL: qff-0.5.19.tar.gz
- Upload date:
- Size: 150.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
726d0f25c62d104bb14bcbb587fa5a309b9767b7ac21b6306c8c6aea05bbe514
|
|
| MD5 |
e523737b45b82ad39f7b2c1e89328a47
|
|
| BLAKE2b-256 |
3b6b379d4ff2cfce9e31e7b792854557655a0d87e724e16283296d74d7a3005a
|
File details
Details for the file qff-0.5.19-py3-none-any.whl.
File metadata
- Download URL: qff-0.5.19-py3-none-any.whl
- Upload date:
- Size: 195.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e949b8c3f0f377c8e243954895aff60b0014817d1508c4b82032a16f01f45b0
|
|
| MD5 |
fca0b342f72ba931e96f69b32c87eea5
|
|
| BLAKE2b-256 |
095454950933a1d360728a9ea65cfcc89f8929b306652ff9270c2524ed73fe4e
|