Quotemedia - Dynamic Market Data Solutions

XML Data Services - Fundamentals XML

QuoteMedia's XML Data Services are designed to provide a wide array of information in both intraday snap and end of day bulk contexts. QuoteMedia’s quick, accurate XML feeds allow direct data access for clients who want to do more with financial data than merely display it to their users.

Sample Requests

The following XML data request will return all fundamental data for MSFT

http://app.quotemedia.com/data/getFundamentals.xml?symbols=msft

The next XML data request will return all fundamental data for symbol NT,CSCO, and ORCL

http://app.quotemedia.com/data/getFundamentals.xml?symbols=nt&symbols=csco&symbols=orcl

Sample Result

The following result is based on http://app.quotemedia.com/data/getFundamentals.xml?symbols=msft

<results>
<copyright>Copyright (c) 2005 QuoteMedia, Inc.</copyright>
<symbolcount>1</symbolcount>

<company>

	<symbolinfo>
	    <key>
	        <symbol>MSFT</symbol>
	        <exchange>NSD</exchange>
	    </key>

	    <equityinfo>
	        <longname>Microsoft Cp</longname>
	        <shortname>MSFT</shortname>
	    </equityinfo>
	</symbolinfo>

	<fundamental>
	    <sharesoutstanding>10710000000</sharesoutstanding>
	    <eps>1.120</eps>
	    <peratio>24.200</peratio>
	    <dividend>
	    <date>2005-08-15</date>
	    <amount>0.320</amount>
	    <yield>1.200</yield>
	    </dividend>
	    <bookvaluepershare>4.420</bookvaluepershare>
	</fundamental>

	<statistical>
	    <week52high>30.200</week52high>
	    <week52low>23.820</week52low>
	    <week52performance>0.997</week52performance>
	    <day21movingavg>25.83591</day21movingavg>
	    <day50movingavg>25.5549</day50movingavg>
	    <day200movingavg>26.00432</day200movingavg>
	</statistical>
	
</company>
</results>