2

Yahoo provide feeds in XML format that provide market information.

The following page details news feeds: http://developer.yahoo.com/finance/company.html

It is proving difficult however to find the market information feeds. Essentially what I want is the value, and change of specific markets, eg. GOOG, AAPL, EBAY etc..

I know the feed exists because it is used by the widgets and apps produced by Apple.

Can anyone find the feed that would then allow us to enter a string containing the companies we want the results for.

Jenson M John
  • 5,499
  • 5
  • 30
  • 46
Walrus
  • 19,801
  • 35
  • 121
  • 199
  • There probably won't be many around that are, *free*. – MackieeE Jan 02 '14 at 14:18
  • @MackieeE The Yahoo feed appear free, I'm simply after the link – Walrus Jan 02 '14 at 14:24
  • Well, what is wrong with the one, you already provided? http://finance.yahoo.com/rss/headline?s=yhoo,msft,tivo – Peon Jan 02 '14 at 14:32
  • @DainisAbols It doesn't provide *statistical* data; but rather news. – MackieeE Jan 02 '14 at 14:35
  • Check out this blog post I wrote about this idea. You can use PHP to get this data from the Yahoo! Finance YQL API. http://zacvineyard.com/blog/2015/11/how-to-get-stock-quotes-with-php-using-the-yahoo-finance-api – zvineyard Nov 08 '15 at 05:20

1 Answers1

4

You are looking at the wrong feed (The Yahoo! Finance Company News RSS) for the information you want. You should check this link

For example:

 http://finance.yahoo.com/d/quotes.csv?s=GE&f=nkqwxyr1l9t5p4

gives you this:

"GENERAL ELEC CO",32.98,"Jun 26","21.30 - 32.98","NYSE",2.66,"Jul 25",28.55,"Jul 3","-0.21%" 
Hernán Erasmo
  • 371
  • 5
  • 15