Finance Python
added china holidays for the year 2022
| Latest Release | |
| Build Status | |
| Coverage |
The goal of a purely Python-implemented financial computing library is to provide the necessary tools for conducting quantitative transactions, including but not limited to: pricing analysis tools and technical analysis indicators. Some of the implementations refer to quantlib.
coverage
cython
enum34
numpy
pandas
scipy
six
And related c/c++ compilers (such as gcc under Linux and visual studio under Windows)
Install from the latest source code
First save the code locally:
git clone https://github.com/ChinaQuants/Finance-Python.git (如果你是从github获取)
cd finance-Python
Just run the following command:
python setpy.py install
After installation, you can run the test directly:
python PyFin/tests/testSuite.py
Install from pypi
Just run the following command:
pip install Finance-Python
In the code directory, you need to run the following command:
python setup.py build_ext --inplace