Quotemedia - Dynamic Market Data Solutions

XML Data Services - Intraday 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 the intraday data for symbol INTC.

http://app.quotemedia.com/data/getIntraday.xml?symbol=intc

The next XML data request will return the intraday data for symbol MSFT.

http://app.quotemedia.com/data/getIntraday.xml?symbol=msft

Sample Result

The following result is based on http://app.quotemedia.com/data/getIntraday.xml?symbol=yhoo

* Sample output limited to the first few results.

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

<intraday symbolstring="YHOO" period="60" prevclose="34.380">
	
	<key>
		<symbol>YHOO</symbol>
		<exchange>NSD</exchange>
	</key>
	
	<equityinfo>
		<longname>Yahoo! Inc</longname>
		<shortname>YHOO</shortname>
	</equityinfo>
	
	<interval starttime="2005-05-03T09:30:00-0400">
		<open>34.050</open>
		<high>34.200</high>
		<low>34.030</low>
		<last>34.050</last>
		<sharevolume>143640.0</sharevolume>
	</interval>

</intraday>
</result>