Monday 28 May 2012

Yahoo Real time Data Feed

Every one want to know how to fetch the yahoo realtime data feed from yahoo finance.
Here we will see how to get the url for the same.

Sample Url : http://ichart.finance.yahoo.com/table.csv?s=ACC&a=07&b=16&c=2004&d=04&e=28&f=2012&g=w&ignore=.csv

s => Symbol
a => Starting month (start from zero for eg: For August we need to give 07)
b => Starting Date
c => starting year
d => Ending month(Starting from zero)
e => Ending date
f => Ending year
g => Here we need to mention daily,weekly,monthly,yearly
        daily = d,weekly = w,monthly = m, yearly = y

Go to http://finance.yahoo.com link and type any one of the stock quote.In the left side panel you can find the historical prices.just click this link.

At the bottom of the Historical price you can find the link for Download data.





0 comments: