How to get S&P 500 current price by using Yahoo API -
Is there a way to get the current price of S & P 500 using the Yahoo API?
I read through this page, but I do not know how to do this.
I also tried to use YQL to get the data, but it seems YQL does not currently provide the finance API.
I use their CSV interface.
The symbol is ^ Using GSPC WGT A Demos:
wget -O - 'http: /download.finance.yahoo.com/d/quotes.csv? S = ^ gspc & amp; f = sl1p2 ''
Comments
Post a Comment