I'm writing an application that chooses companies based upon market cap and dividend yield. It uses Yahoo!'s YQL REST API to get this data. It seemed to work well yesterday, but today I saw that my program says that one of the companies had a yield of 65.95%! No problem - a bug in my code. So I thought. But when I view the contents of the xml from the yql url for the stock:

http://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.quotes where symbol in ("MRO")&env=store://datatables.org/alltableswithkeys

I see the xml I'm pasting at the bottom of the post. (I paste it in full here because when someone views it after this weekend it will be different.)

Scroll down to the bottom and you will see that it actually says the yield of the Marathon Oil Corporation Common (MRO) stock is 65.95%. You'll see it in the contents of the DividendYield tag.

When I look at Yahoo!'s finance site here: http://finance.yahoo.com/q?s=mro

It shows a much more reasonable yield:

Div & Yield:    0.68 (2.10%)

So, am I misreading this data (I hope so)? Why the disparity between what I see in their publicly facing site and what I get from the query? Aren't they using the same database?

If the content is unreliable, please point me to a different tool. My app is in python.

In case it's helpful, here's a minimal code snippet:

#!/usr/bin/env python 

import yql
y = yql.Public()
q = 'use "http://www.datatables.org/yahoo/finance/yahoo.finance.quotes.xml" as yahoo.finance.quotes; select * from yahoo.finance.quotes where symbol in ("MRO")'
result = y.execute(q)
print result.rows[0]['DividendYield']

Output:

65.95

Thanks!


Edit Feb 11, 2012:

The day after my post, I found this on the Yahoo! Developer Network:

http://developer.yahoo.com/forum/YQL/yahoo-finance-quotes-data-very-inaccurate/1313170622678-7121b5e0-317d-4a87-bd58-7a27cb8a62ce

Many people there comment on getting erroneous data in a variety of fields.

Google has an API for collecting data. Here's an example use of it for the same company that the yql request below is about (MRO):

http://www.google.com/ig/api?stock=MRO

Maybe that will help someone else, but it doesn't seem to contain dividend information, which is critical for my needs.

Has someone else written an app that programmatically collects stock data using a source that pleases them? If so, please share - I'm willing to move onto something else. BTW: I don't need real-time data. I'll usually be running my app infrequently after coming home from work, after the markets are closed.

Thank you.


<query yahoo:count="1" yahoo:created="2012-02-11T06:30:09Z" yahoo:lang="en-US"><results><quote symbol="MRO"><Ask/>
<AverageDailyVolume>7003410</AverageDailyVolume>
<Bid/>
<AskRealtime>36.00</AskRealtime>
<BidRealtime>32.73</BidRealtime>
<BookValue>23.79</BookValue>
<Change_PercentChange>+0.55 - +1.69%</Change_PercentChange><Change>+0.55</Change>
<Commission/>
<ChangeRealtime>+0.55</ChangeRealtime>
<AfterHoursChangeRealtime>N/A - N/A</AfterHoursChangeRealtime>
<DividendShare>21.50</DividendShare>
<LastTradeDate>2/10/2012</LastTradeDate>
<TradeDate/>
<EarningsShare>4.125</EarningsShare>
<ErrorIndicationreturnedforsymbolchangedinvalid/>
<EPSEstimateCurrentYear>3.66</EPSEstimateCurrentYear>
<EPSEstimateNextYear>4.38</EPSEstimateNextYear>
<EPSEstimateNextQuarter>0.89</EPSEstimateNextQuarter>
<DaysLow>32.04</DaysLow>
<DaysHigh>33.16</DaysHigh>
<YearLow>19.13</YearLow>
<YearHigh>54.33</YearHigh>
<HoldingsGainPercent>- - -</HoldingsGainPercent>
<AnnualizedGain/>
<HoldingsGain/>
<HoldingsGainPercentRealtime>N/A - N/A</HoldingsGainPercentRealtime>
<HoldingsGainRealtime/>
<MoreInfo>cnsprmiIed</MoreInfo>
<OrderBookRealtime/>
<MarketCapitalization>23.328B</MarketCapitalization>
<MarketCapRealtime/>
<EBITDA>6.846B</EBITDA>
<ChangeFromYearLow>+14.02</ChangeFromYearLow>
<PercentChangeFromYearLow>+73.29%</PercentChangeFromYearLow>
<LastTradeRealtimeWithTime>N/A - <b>33.15</b>
</LastTradeRealtimeWithTime>
<ChangePercentRealtime>N/A - +1.69%</ChangePercentRealtime>
<ChangeFromYearHigh>-21.18</ChangeFromYearHigh>
<PercebtChangeFromYearHigh>-38.98%</PercebtChangeFromYearHigh>
<LastTradeWithTime>Feb 10 - <b>33.15</b>
</LastTradeWithTime>
<LastTradePriceOnly>33.15</LastTradePriceOnly>
<HighLimit/>
<LowLimit/>
<DaysRange>32.04 - 33.16</DaysRange>
<DaysRangeRealtime>N/A - N/A</DaysRangeRealtime>
<FiftydayMovingAverage>31.2758</FiftydayMovingAverage>
<TwoHundreddayMovingAverage>27.2837</TwoHundreddayMovingAverage>
<ChangeFromTwoHundreddayMovingAverage>+5.8663</ChangeFromTwoHundreddayMovingAverage>
<PercentChangeFromTwoHundreddayMovingAverage>+21.50%</PercentChangeFromTwoHundreddayMovingAverage>
<ChangeFromFiftydayMovingAverage>+1.8742</ChangeFromFiftydayMovingAverage>
<PercentChangeFromFiftydayMovingAverage>+5.99%</PercentChangeFromFiftydayMovingAverage>
<Name>Marathon Oil Corp</Name>
<Notes/>
<Open>32.26</Open>
<PreviousClose>32.60</PreviousClose>
<PricePaid/>
<ChangeinPercent>+1.69%</ChangeinPercent>
<PriceSales>1.56</PriceSales>
<PriceBook>1.37</PriceBook>
<ExDividendDate>Nov 14</ExDividendDate>
<PERatio>7.90</PERatio>
<DividendPayDate>Mar 12</DividendPayDate>
<PERatioRealtime/>
<PEGRatio>0.99</PEGRatio>
<PriceEPSEstimateCurrentYear>8.91</PriceEPSEstimateCurrentYear>
<PriceEPSEstimateNextYear>7.44</PriceEPSEstimateNextYear>
<Symbol>MRO</Symbol>
<SharesOwned/>
<ShortRatio>2.60</ShortRatio>
<LastTradeTime>4:02pm</LastTradeTime>
<TickerTrend>&nbsp;++-+-=&nbsp;</TickerTrend>
<OneyrTargetPrice>37.19</OneyrTargetPrice>
<Volume>9239122</Volume>
<HoldingsValue/>
<HoldingsValueRealtime/>
<YearRange>19.13 - 54.33</YearRange>
<DaysValueChange>- - +1.69%</DaysValueChange>
<DaysValueChangeRealtime>N/A - N/A</DaysValueChangeRealtime>
<StockExchange>NYSE</StockExchange>
<DividendYield>65.95</DividendYield>
<PercentChange>+1.69%</PercentChange>
</quote>
</results>
</query>
<!-- total: 270 -->
<!-- engine5.yql.ac4.yahoo.com -->
link|improve this question
feedback

1 Answer

Not an answer per se, but to shed some more light on what you're seeing:

Yahoo does not have an official API for Yahoo Finance. Instead, these YQL community tables are reading from CSV files that people have reverse-engineered from the Yahoo Finance website. These change from time to time, so it's not a reliable source of data. I would not build any "real" apps using these, because it might also be a terms of service problem.

You can see what's happening if you try your sample query in the YQL console. In the output look at the <diagnostics> section and see that it's fetching from http://download.finance.yahoo.com/d/quotes.csv. I think the Yahoo Finance site is using a completely different internal source now, so that' probably why you're not seeing the proper numbers matching up.

link|improve this answer
Thanks Brian. Up vote for explaining the discrepancy. Out of curiosity, do you have another tool you use? – firebush Feb 11 at 17:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.