I know this has been asked a bunch of times, but I'm wondering if there is a good source of free, end of day (real- time not necessary for now) market data that is currently reliable.. the currently reliable part is the new question, along with the free. I know google finance's api has been deprecated, and I never quite could learn it anyway. The routine I currently run via C# is too loop over a symbols list of 4000+ tickers and scrape the data on yahoo finance with the html agility pack. It runs, but intermittently won't return a bunch of data points on each run. Last night I was able to get most of them by running my code 7x!

My next avenue was going to be Yahoo finance through YQL. See here. Does anyone have any experience with YQL? I just want end of day data that will come in consistently, for all major (non pink sheet or foreign) US stocks and etfs and options chains. I'm a CS major and this is my ongoing project out of school in the direction of what I want to do. All my other SQL server side procedures run great to calculate custom moving averages, etc. I need this one element to come together or it'll never get off the ground. Thanks in advance...

link|improve this question

How is this a programming question? – Valamas Jan 18 at 12:57
While the post may be a bit conversational, a direct question would be does yahoo finance data accessed via YQL come in reliably? – StatsViaCsh Jan 18 at 13:02
This question should be moved to an appropriate site, not just closed. – Hamish Grubijan Apr 26 at 22:10
feedback

closed as off topic by dtb, AakashM, Robert Harvey Jan 19 at 0:09

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.