Datafeed is an fast, extensible quotes data storage build on Python/HDF5. IMIGU (https://imigu.com) has been using Datafeed on production more than a year.
Datafeed is licensed under the Apache Licence, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.html).
- Quotes store server.
- Client to interactive with quote server(get/put).
- Datafeeds providers client, including Yahoo, Google, etc.
Officially 2.7. Python 3 may works but not tested.
- NumPy: 1.5.0 or higher
- h5py: 2.0 or higher
- tornado: 2.0 or higher
Install dependent packages with pip:
pip install -r pip.txt
- pandas: dividend/split and more
- python-dateutil: <2.0, RSS parsing
- pycurl: url fetch
- pywin32: only needed if you want to run TongShi client
git clone git:https://github.com/yinhm/datafeed.git
cd datafeed
cp config_example.py config.py
python server.py
from datafeed.client import Client
c = Client()
c.get_report("SH000001")
- Documentation
Apache Public License (APL) 2.0
- Big thanks to my company ( https://jeebo.cn ) allow me to open source Datafeed.