Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal to add an out of the box support of some premium pricing data set from quandl #98

Open
VitalyErmilov opened this issue Mar 4, 2018 · 2 comments

Comments

@VitalyErmilov
Copy link

Dear Zipline Maintainers,

There is an open problem with WIKI prices dataset. The thing is that WIKI prices is not being updated for several days, the last pricing data there is for 28th of February, 2018.

I emailed the quandl's support and here is their answer:
"Thanks for bringing this to our attention.

Your email has been forwarded to our data team so that this can be added to their development queue.

Please kindly note that as a free database, there is no guaranteed timeline by when our team will be able to investigate this issue. And, there is no guaranteed timeline by when they will be able to apply updates or corrections to the database.

If you need more reliable data, we recommend the following premium databases:
EOD: https://www.quandl.com/data/EOD
SEP: https://www.quandl.com/databases/SEP"

The presence of recent pricing data is not that important when backtesting strategies,
but very essential when trading live. I think most of zipline-live users would consider to use payed data for live trading, so I propose to include a loader for one of the quandl's premium databases as an option, to make zipline-live to support reliable data out of the box

Sincerely,
Vitaly

@alphaville76
Copy link

One can take as basis the data ingestor for the ZEP quandl dataset:
https://github.com/pbharrin/alpha-compiler/blob/master/alphacompiler/data/loaders/zacks_quandl.py

The SEP prices dataset is not only cheaper but also compatible with the SF1 fundamentals dataset from the same data vendor.

@alphaville76
Copy link

I've just seen that @pbharrin implemented three days ago a loader for the SEP dataset:
https://github.com/pbharrin/alpha-compiler/blob/master/alphacompiler/data/loaders/sep_quandl.py
Very good, but there are some issues with the data as he pointed in his blog post:
http://alphacompiler.com/blog/9/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants