yinhm / datafeed

A Datafeed System for Financial Data.
Apache License 2.0
133 stars 46 forks source link

A Datafeed System for Financial Data.

Datafeed is an fast, extensible quotes data storage build on Python/HDF5. IMIGU (http://imigu.com) has been using Datafeed on production more than a year.

Datafeed is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).

Components

Python version support

Officially 2.7. Python 3 may works but not tested.

Dependencies

Install dependent packages with pip:

pip install -r pip.txt

Optional packages

INSTALLATION

git clone git://github.com/yinhm/datafeed.git

Run

cd datafeed
cp config_example.py config.py
python server.py

Client

from datafeed.client import Client
c = Client()
c.get_report("SH000001")

TODO

License

Apache Public License (APL) 2.0

Thanks