Tuesday, January 15, 2013

Getting Stock Historical Data using YQL

select * from yahoo.finance.historicaldata where symbol="GOOG" and startDate="2010-02-08" and endDate="2010-03-10"
http://developer.yahoo.com/yql/console/

No comments:

Post a Comment