Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
DJIA historical stock data

Hi guys, I'm new to Quantopian and would be very interested in locating the mooted "11 years worth of stock info... In 1-minute granulation...".

Please advise.

Thanks in advance, R

2 responses

Welcome Rhoami,

You can access the data in a variety of ways by writing an algorithm; you cannot access it otherwise (e.g. database query, download, etc.). For example, you could write an algorithm that trades the DJIA stocks by listing them explicitly in your algorithm (by sid number).

I suggest thinking of a very simple algorithm, attempt to write it, and if you get stuck, post the code and ask for help.

Grant

Massive help... Thanks!