Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Where to get minute data?

Hello Everyone,

Anyone know a good source for stock-market historical minute date that is affordable for a poor guy like me?
It could for 5 to 10 symbols only I have some tick-by-tick data but it is only for forex.

Cheers,
Lucas

6 responses

Depending on the time scale you are interested in... You can download the last six weeks of minute res data from google finance for any ticker on there using this function.

http://nbviewer.ipython.org/gist/jgoad/7f69629079b3e55ff8d6

Hope that helps!

Very cool, thanks for sharing that Jason!

Perhaps this can be added to Zipline so we can do testing from our end.

That would be awesome! I could clean it up first.

It would be great if this is done. Then you can do testing on your own computer. But 1st check with Quantopian if they are amicable to make this a part of Zipline.

I used two sources for 1-minute intraday bars EODdata and FRD intraday data. Both worked very well, EDOdata offers international stocks if you need that, FRD is only US stocks as far as I could see but a bit more convenient for downloading the csv files.