Web Services

Millistream Web Services (MWS) delivers on demand market data. MWS supports both REST and SOAP. Typical requests are Quote, News, Aggregatedorderbook and Trades.

Sample request:

http://mws.millistream.com/mws.fcgi?usr=xxx&pwd=xxx&cmd=quote&fields=insref,name,symbol,lastprice,diff1dprc&insref=768,6485

Sample respons:

<milliresult xsi:noNamespaceSchemaLocation="http://millistream.com/milli.xsd">

<instrument>
<insref>768</insref>
<name>OMX Helsinki PI</name>
<symbol>OMXHPI</symbol>
<lastprice>6148.985355</lastprice>
<diff1dprc>-1.70326167541646</diff1dprc>
</instrument>

<instrument>
<insref>6485</insref>
<name>OMX Stockholm 30 Index</name>
<symbol>OMXS30</symbol>
<lastprice>873.153074</lastprice>
<diff1dprc>-0.58977126415931</diff1dprc>
</instrument>
</milliresult>
<!-- Created 2009-10-02T10:25:40   Records:2-->

 
© 2010 Millistream Market Data AB