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

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -