Quotemedia - Dynamic Market Data Solutions

XML Data Services - Symbol Lookup 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 results that have the search string 'apple'.

http://app.quotemedia.com/data/lookupSymbols.xml?searchString=apple

This XML data request will return search results with the string 'networks' limiting the results to 10 per page.c

http://app.quotemedia.com/data/lookupSymbols.xml?searchString=networks&resultsPerPage=10

Sample Result

The following result is based on http://app.quotemedia.com/data/lookupSymbols.xml?searchString=nortel&resultsPerPage=3

<results pagenumber="1" nextpage="http://app.quotemedia.com:80/data/lookupSymbols.xml
?searchString=nortel&page=2&resultsPerPage=3">
<copyright>Copyright (c) 2005 QuoteMedia, Inc.</copyright>
<symbolcount>3</symbolcount>

<lookupdata>
	<key>
	    <symbol>ARTM</symbol>
	    <exchange>OTO</exchange>
	</key>

	<equityinfo>
	    <longname>American Nortel Comm Inc</longname>
	    <shortname>ARTM</shortname>
	</equityinfo>
</lookupdata>

<lookupdata>
	<key>
	    <symbol>NTL</symbol>
	    <exchange>NYE</exchange>
	</key>

	<equityinfo>
	    <longname>Nortel Inversora S A</longname>
	    <shortname>NTL</shortname>
	</equityinfo>
</lookupdata>

</results>