anonymous
2011-06-13 15:45:41 UTC
I'm looking to get financial info at the end of the day in csv format (or tab/anything comptuer delimited). Basically, I wrote some data crunching algorithms in R and want to make sure they don't choke on quick updates, large files etc... and I thought financial data should be a) widely obtainable and 2) lots of data, P/E ratios, %gain/loss, stock volume, trades shared etc....
It would be good if at the end of each market day, I could pull data automatically on say 2000-3000 stocks that I can then run through. So does anyone have any ideas on the best way to get it...I looked around google/yahoo finance but it seems like it's easy to either get a bunch of data on one stock at a time or a bunch of simple data on the top 100. What if I just want a data dump of say the 2000 largest market cap stocks, what do you guys recommend then?
Thanks!