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
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
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