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.
The following XML data request will return all fundamental data for the AMEX exchange.
http://app.quotemedia.com/data/getFundamentalsByExchance.xml?exgroup=amx
The next XML data request will return all fundamental data for the NASDAQ exchangec
http://app.quotemedia.com/data/getFundamentalsByExchange.xml?exgroup=nsd
The following result is based on http://app.quotemedia.com/data/getFundamentalsByExchange.xml?exgroup=nsd
* only displaying one symbol due to limited space
<results> <copyright>Copyright (c) 2005 QuoteMedia, Inc.</copyright> <symbolcount>1</symbolcount> <company> <symbolinfo> <key> <symbol>MSFT</symbol> <exchange>NSD</exchange> </key> <equityinfo> lt;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>