BSE Web Service - Delayed


Click here for a complete list of operations.

Level2

Level II Data

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
symbol:
market:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /BVBDelayedWS/Intraday.asmx HTTP/1.1
Host: ws.bvb.ro
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "www.bvb.ro/Level2"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <Header xmlns="www.bvb.ro">
      <User>string</User>
      <Password>string</Password>
    </Header>
  </soap:Header>
  <soap:Body>
    <Level2 xmlns="www.bvb.ro">
      <symbol>string</symbol>
      <market>string</market>
    </Level2>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Level2Response xmlns="www.bvb.ro">
      <Level2Result>
        <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
        <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
        <LastTradeTime xmlns="http://www.bvb.ro/">dateTime</LastTradeTime>
        <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
        <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
        <Value xmlns="http://www.bvb.ro/">decimal</Value>
        <Volume xmlns="http://www.bvb.ro/">long</Volume>
        <Trades xmlns="http://www.bvb.ro/">long</Trades>
        <Lowpricecurrent xmlns="http://www.bvb.ro/">decimal</Lowpricecurrent>
        <Highpricecurrent xmlns="http://www.bvb.ro/">decimal</Highpricecurrent>
        <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
        <NetChgFromOfficialPrice xmlns="http://www.bvb.ro/">decimal</NetChgFromOfficialPrice>
        <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
        <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
        <PotentialOpenVol xmlns="http://www.bvb.ro/">decimal</PotentialOpenVol>
        <PotentialOpenPrice xmlns="http://www.bvb.ro/">decimal</PotentialOpenPrice>
        <SymbolStatus xmlns="http://www.bvb.ro/">string</SymbolStatus>
        <LastTopTime xmlns="http://www.bvb.ro/">dateTime</LastTopTime>
        <B1Price xmlns="http://www.bvb.ro/">decimal</B1Price>
        <B1Vol xmlns="http://www.bvb.ro/">double</B1Vol>
        <B2Price xmlns="http://www.bvb.ro/">decimal</B2Price>
        <B2Vol xmlns="http://www.bvb.ro/">double</B2Vol>
        <B3Price xmlns="http://www.bvb.ro/">decimal</B3Price>
        <B3Vol xmlns="http://www.bvb.ro/">double</B3Vol>
        <B4Price xmlns="http://www.bvb.ro/">decimal</B4Price>
        <B4Vol xmlns="http://www.bvb.ro/">double</B4Vol>
        <B5Price xmlns="http://www.bvb.ro/">decimal</B5Price>
        <B5Vol xmlns="http://www.bvb.ro/">double</B5Vol>
        <A1Price xmlns="http://www.bvb.ro/">decimal</A1Price>
        <A1Vol xmlns="http://www.bvb.ro/">double</A1Vol>
        <A2Price xmlns="http://www.bvb.ro/">decimal</A2Price>
        <A2Vol xmlns="http://www.bvb.ro/">double</A2Vol>
        <A3Price xmlns="http://www.bvb.ro/">decimal</A3Price>
        <A3Vol xmlns="http://www.bvb.ro/">double</A3Vol>
        <A4Price xmlns="http://www.bvb.ro/">decimal</A4Price>
        <A4Vol xmlns="http://www.bvb.ro/">double</A4Vol>
        <A5Price xmlns="http://www.bvb.ro/">decimal</A5Price>
        <A5Vol xmlns="http://www.bvb.ro/">double</A5Vol>
      </Level2Result>
    </Level2Response>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /BVBDelayedWS/Intraday.asmx HTTP/1.1
Host: ws.bvb.ro
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <Header xmlns="www.bvb.ro">
      <User>string</User>
      <Password>string</Password>
    </Header>
  </soap12:Header>
  <soap12:Body>
    <Level2 xmlns="www.bvb.ro">
      <symbol>string</symbol>
      <market>string</market>
    </Level2>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Level2Response xmlns="www.bvb.ro">
      <Level2Result>
        <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
        <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
        <LastTradeTime xmlns="http://www.bvb.ro/">dateTime</LastTradeTime>
        <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
        <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
        <Value xmlns="http://www.bvb.ro/">decimal</Value>
        <Volume xmlns="http://www.bvb.ro/">long</Volume>
        <Trades xmlns="http://www.bvb.ro/">long</Trades>
        <Lowpricecurrent xmlns="http://www.bvb.ro/">decimal</Lowpricecurrent>
        <Highpricecurrent xmlns="http://www.bvb.ro/">decimal</Highpricecurrent>
        <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
        <NetChgFromOfficialPrice xmlns="http://www.bvb.ro/">decimal</NetChgFromOfficialPrice>
        <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
        <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
        <PotentialOpenVol xmlns="http://www.bvb.ro/">decimal</PotentialOpenVol>
        <PotentialOpenPrice xmlns="http://www.bvb.ro/">decimal</PotentialOpenPrice>
        <SymbolStatus xmlns="http://www.bvb.ro/">string</SymbolStatus>
        <LastTopTime xmlns="http://www.bvb.ro/">dateTime</LastTopTime>
        <B1Price xmlns="http://www.bvb.ro/">decimal</B1Price>
        <B1Vol xmlns="http://www.bvb.ro/">double</B1Vol>
        <B2Price xmlns="http://www.bvb.ro/">decimal</B2Price>
        <B2Vol xmlns="http://www.bvb.ro/">double</B2Vol>
        <B3Price xmlns="http://www.bvb.ro/">decimal</B3Price>
        <B3Vol xmlns="http://www.bvb.ro/">double</B3Vol>
        <B4Price xmlns="http://www.bvb.ro/">decimal</B4Price>
        <B4Vol xmlns="http://www.bvb.ro/">double</B4Vol>
        <B5Price xmlns="http://www.bvb.ro/">decimal</B5Price>
        <B5Vol xmlns="http://www.bvb.ro/">double</B5Vol>
        <A1Price xmlns="http://www.bvb.ro/">decimal</A1Price>
        <A1Vol xmlns="http://www.bvb.ro/">double</A1Vol>
        <A2Price xmlns="http://www.bvb.ro/">decimal</A2Price>
        <A2Vol xmlns="http://www.bvb.ro/">double</A2Vol>
        <A3Price xmlns="http://www.bvb.ro/">decimal</A3Price>
        <A3Vol xmlns="http://www.bvb.ro/">double</A3Vol>
        <A4Price xmlns="http://www.bvb.ro/">decimal</A4Price>
        <A4Vol xmlns="http://www.bvb.ro/">double</A4Vol>
        <A5Price xmlns="http://www.bvb.ro/">decimal</A5Price>
        <A5Vol xmlns="http://www.bvb.ro/">double</A5Vol>
      </Level2Result>
    </Level2Response>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /BVBDelayedWS/Intraday.asmx/Level2?symbol=string&market=string HTTP/1.1
Host: ws.bvb.ro
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<TypeLevel2 xmlns="www.bvb.ro">
  <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
  <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
  <LastTradeTime xmlns="http://www.bvb.ro/">dateTime</LastTradeTime>
  <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
  <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
  <Value xmlns="http://www.bvb.ro/">decimal</Value>
  <Volume xmlns="http://www.bvb.ro/">long</Volume>
  <Trades xmlns="http://www.bvb.ro/">long</Trades>
  <Lowpricecurrent xmlns="http://www.bvb.ro/">decimal</Lowpricecurrent>
  <Highpricecurrent xmlns="http://www.bvb.ro/">decimal</Highpricecurrent>
  <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
  <NetChgFromOfficialPrice xmlns="http://www.bvb.ro/">decimal</NetChgFromOfficialPrice>
  <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
  <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
  <PotentialOpenVol xmlns="http://www.bvb.ro/">decimal</PotentialOpenVol>
  <PotentialOpenPrice xmlns="http://www.bvb.ro/">decimal</PotentialOpenPrice>
  <SymbolStatus xmlns="http://www.bvb.ro/">string</SymbolStatus>
  <LastTopTime xmlns="http://www.bvb.ro/">dateTime</LastTopTime>
  <B1Price xmlns="http://www.bvb.ro/">decimal</B1Price>
  <B1Vol xmlns="http://www.bvb.ro/">double</B1Vol>
  <B2Price xmlns="http://www.bvb.ro/">decimal</B2Price>
  <B2Vol xmlns="http://www.bvb.ro/">double</B2Vol>
  <B3Price xmlns="http://www.bvb.ro/">decimal</B3Price>
  <B3Vol xmlns="http://www.bvb.ro/">double</B3Vol>
  <B4Price xmlns="http://www.bvb.ro/">decimal</B4Price>
  <B4Vol xmlns="http://www.bvb.ro/">double</B4Vol>
  <B5Price xmlns="http://www.bvb.ro/">decimal</B5Price>
  <B5Vol xmlns="http://www.bvb.ro/">double</B5Vol>
  <A1Price xmlns="http://www.bvb.ro/">decimal</A1Price>
  <A1Vol xmlns="http://www.bvb.ro/">double</A1Vol>
  <A2Price xmlns="http://www.bvb.ro/">decimal</A2Price>
  <A2Vol xmlns="http://www.bvb.ro/">double</A2Vol>
  <A3Price xmlns="http://www.bvb.ro/">decimal</A3Price>
  <A3Vol xmlns="http://www.bvb.ro/">double</A3Vol>
  <A4Price xmlns="http://www.bvb.ro/">decimal</A4Price>
  <A4Vol xmlns="http://www.bvb.ro/">double</A4Vol>
  <A5Price xmlns="http://www.bvb.ro/">decimal</A5Price>
  <A5Vol xmlns="http://www.bvb.ro/">double</A5Vol>
</TypeLevel2>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /BVBDelayedWS/Intraday.asmx/Level2 HTTP/1.1
Host: ws.bvb.ro
Content-Type: application/x-www-form-urlencoded
Content-Length: length

symbol=string&market=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<TypeLevel2 xmlns="www.bvb.ro">
  <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
  <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
  <LastTradeTime xmlns="http://www.bvb.ro/">dateTime</LastTradeTime>
  <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
  <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
  <Value xmlns="http://www.bvb.ro/">decimal</Value>
  <Volume xmlns="http://www.bvb.ro/">long</Volume>
  <Trades xmlns="http://www.bvb.ro/">long</Trades>
  <Lowpricecurrent xmlns="http://www.bvb.ro/">decimal</Lowpricecurrent>
  <Highpricecurrent xmlns="http://www.bvb.ro/">decimal</Highpricecurrent>
  <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
  <NetChgFromOfficialPrice xmlns="http://www.bvb.ro/">decimal</NetChgFromOfficialPrice>
  <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
  <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
  <PotentialOpenVol xmlns="http://www.bvb.ro/">decimal</PotentialOpenVol>
  <PotentialOpenPrice xmlns="http://www.bvb.ro/">decimal</PotentialOpenPrice>
  <SymbolStatus xmlns="http://www.bvb.ro/">string</SymbolStatus>
  <LastTopTime xmlns="http://www.bvb.ro/">dateTime</LastTopTime>
  <B1Price xmlns="http://www.bvb.ro/">decimal</B1Price>
  <B1Vol xmlns="http://www.bvb.ro/">double</B1Vol>
  <B2Price xmlns="http://www.bvb.ro/">decimal</B2Price>
  <B2Vol xmlns="http://www.bvb.ro/">double</B2Vol>
  <B3Price xmlns="http://www.bvb.ro/">decimal</B3Price>
  <B3Vol xmlns="http://www.bvb.ro/">double</B3Vol>
  <B4Price xmlns="http://www.bvb.ro/">decimal</B4Price>
  <B4Vol xmlns="http://www.bvb.ro/">double</B4Vol>
  <B5Price xmlns="http://www.bvb.ro/">decimal</B5Price>
  <B5Vol xmlns="http://www.bvb.ro/">double</B5Vol>
  <A1Price xmlns="http://www.bvb.ro/">decimal</A1Price>
  <A1Vol xmlns="http://www.bvb.ro/">double</A1Vol>
  <A2Price xmlns="http://www.bvb.ro/">decimal</A2Price>
  <A2Vol xmlns="http://www.bvb.ro/">double</A2Vol>
  <A3Price xmlns="http://www.bvb.ro/">decimal</A3Price>
  <A3Vol xmlns="http://www.bvb.ro/">double</A3Vol>
  <A4Price xmlns="http://www.bvb.ro/">decimal</A4Price>
  <A4Vol xmlns="http://www.bvb.ro/">double</A4Vol>
  <A5Price xmlns="http://www.bvb.ro/">decimal</A5Price>
  <A5Vol xmlns="http://www.bvb.ro/">double</A5Vol>
</TypeLevel2>