Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
First time user question...is it possible to use through my own machine instead of a browser?
API

While using this platform in the cloud looks like an easier solution, I am wondering if I can access the data through jupyter lab on my own machine. I am not interested in intra-day pricing, just end of day. Is there not an external API package for python? Is the only way to use quantopian through the browser?

2 responses

It's definitely possible, check out their Github page (zipline is what basically runs the backtester on Q).
However, it's quite a bit of work to get it all to run depending on what you intend to do. To set up the backtester you might want to check out this Sentdex tutorial.
Good Luck!

Thank you. Although it looks like zipline only works with Python version 3.5. I am using 3.7.