Hi. I am learning the quantopian system and I'm attempting to use it to do some basic corporate valuation using the morningstar fundamental database. There seems to be disparity between the numbers my simple algorithm pulls versus what is reported on yahoo finance, (see attached cell for Amazon (AMZN) eg)
When I look at the output for this, the asof_date ("Rev Date" column above) changes on 2/14/16 from 9/30/16 to 12/31/16 (presumably that is when the report was published). However, my total revenue numbers are not close to those reported on yahoo finance. My algorithm pulls total revenue numbers 3.27e+10 (day before report, 2/13/16, asof_date 9/30/16, 32.7 billion), to 4.37e+10 (day after report, 2/14/16, asof_date 12/31/16, 43.7 billion). However, both yahoo finance and morningstar's web page given financial report total revenue of 135,987,000,000 (136 billion),
Am I looking at the wrong field on morningstar for total revenue? I see that the Fundamentals reference page has literally hundreds of obscure accounting data, valuation ratios, and other data on the companies; I am trying to access just the basics for now.
thanks for any help
-a