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 the snap quote for stock symbols: SUNW, QMCI, NT, MSFT, and ORCL.
http://app.quotemedia.com/data/getQuotes.xml?symbols=sunw&symbols=qmci&symbols=nt&symbols=msft&symbols=orcl
The next XML data request will return data for Canadian Mutual Fund C.ARG931 and US option symbol QYHQD5G
http://app.quotemedia.com/data/getQuotes.xml?symbols=C.ARG931&symbols=qyhqd5g
The following result is based on http://app.quotemedia.com/data/getQuotes.xml?symbols=ORCL
<results> <copyright>Copyright (c) 2004 QuoteMedia, Inc.</copyright> <symbolcount>1</symbolcount> <quote symbolstring="ORCL" datatype="equity" delaymin="15" time="2005-04-14T14:42:54-0400"> <key> <symbol>ORCL</symbol> <exchange>NSD</exchange> </key> <equityinfo> <longname>Oracle Cp</longname> <shortname>ORCL</shortname> </equityinfo> <pricedata> <last>12.150</last> <change>-0.110</change> <changepercent>-0.89723</changepercent> <tick>0</tick> <open>12.290</open> <high>12.360</high> <low>12.080</low> <prevclose>12.260</prevclose> <bid>12.160</bid> <ask>12.160</ask> <bidsize>1800</bidsize> <asksize>12000</asksize> <sharevolume>33896900</sharevolume> <lasttradetime>2005-04-14T14:42:45-0400</lasttradetime> </pricedata> <fundamental> <sharesoutstanding>5141381025</sharesoutstanding> <marketcap>62467777492</marketcap> <eps>0.540</eps> <peratio>22.700</peratio> <pbratio>6.32812</pbratio> <week52high>14.870</week52high> <week52low>9.780</week52low> </fundamental> </quote> </results>