BSE Web Service


Click here for a complete list of operations.

FuturesEOD

Futures End of Day. Updated once a day. Parameter AsOfDate must have the format : mm/dd/yyyy, where mm-Month, dd-Day, yyyy-Year. Ex: 11/14/2011 for November 14, 2011

Test

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

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 /BseWS/Intraday.asmx HTTP/1.1
Host: 195.28.176.74
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "www.bvb.ro/FuturesEOD"

<?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>
    <FuturesEOD xmlns="www.bvb.ro">
      <AsOfDate>string</AsOfDate>
    </FuturesEOD>
  </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>
    <FuturesEODResponse xmlns="www.bvb.ro">
      <FuturesEODResult>
        <TypeFuturesEOD>
          <Date xmlns="http://www.bvb.ro/">string</Date>
          <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
          <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
          <Trades xmlns="http://www.bvb.ro/">long</Trades>
          <Volume xmlns="http://www.bvb.ro/">long</Volume>
          <Value xmlns="http://www.bvb.ro/">decimal</Value>
          <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
          <Lowprice xmlns="http://www.bvb.ro/">decimal</Lowprice>
          <Highprice xmlns="http://www.bvb.ro/">decimal</Highprice>
          <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
          <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
          <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
          <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
          <OpenInterest xmlns="http://www.bvb.ro/">long</OpenInterest>
          <DailySettleprice xmlns="http://www.bvb.ro/">decimal</DailySettleprice>
          <NetVarDailySettleprice xmlns="http://www.bvb.ro/">decimal</NetVarDailySettleprice>
          <PrcVarDailySetteprice xmlns="http://www.bvb.ro/">double</PrcVarDailySetteprice>
        </TypeFuturesEOD>
        <TypeFuturesEOD>
          <Date xmlns="http://www.bvb.ro/">string</Date>
          <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
          <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
          <Trades xmlns="http://www.bvb.ro/">long</Trades>
          <Volume xmlns="http://www.bvb.ro/">long</Volume>
          <Value xmlns="http://www.bvb.ro/">decimal</Value>
          <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
          <Lowprice xmlns="http://www.bvb.ro/">decimal</Lowprice>
          <Highprice xmlns="http://www.bvb.ro/">decimal</Highprice>
          <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
          <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
          <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
          <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
          <OpenInterest xmlns="http://www.bvb.ro/">long</OpenInterest>
          <DailySettleprice xmlns="http://www.bvb.ro/">decimal</DailySettleprice>
          <NetVarDailySettleprice xmlns="http://www.bvb.ro/">decimal</NetVarDailySettleprice>
          <PrcVarDailySetteprice xmlns="http://www.bvb.ro/">double</PrcVarDailySetteprice>
        </TypeFuturesEOD>
      </FuturesEODResult>
    </FuturesEODResponse>
  </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 /BseWS/Intraday.asmx HTTP/1.1
Host: 195.28.176.74
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>
    <FuturesEOD xmlns="www.bvb.ro">
      <AsOfDate>string</AsOfDate>
    </FuturesEOD>
  </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>
    <FuturesEODResponse xmlns="www.bvb.ro">
      <FuturesEODResult>
        <TypeFuturesEOD>
          <Date xmlns="http://www.bvb.ro/">string</Date>
          <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
          <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
          <Trades xmlns="http://www.bvb.ro/">long</Trades>
          <Volume xmlns="http://www.bvb.ro/">long</Volume>
          <Value xmlns="http://www.bvb.ro/">decimal</Value>
          <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
          <Lowprice xmlns="http://www.bvb.ro/">decimal</Lowprice>
          <Highprice xmlns="http://www.bvb.ro/">decimal</Highprice>
          <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
          <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
          <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
          <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
          <OpenInterest xmlns="http://www.bvb.ro/">long</OpenInterest>
          <DailySettleprice xmlns="http://www.bvb.ro/">decimal</DailySettleprice>
          <NetVarDailySettleprice xmlns="http://www.bvb.ro/">decimal</NetVarDailySettleprice>
          <PrcVarDailySetteprice xmlns="http://www.bvb.ro/">double</PrcVarDailySetteprice>
        </TypeFuturesEOD>
        <TypeFuturesEOD>
          <Date xmlns="http://www.bvb.ro/">string</Date>
          <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
          <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
          <Trades xmlns="http://www.bvb.ro/">long</Trades>
          <Volume xmlns="http://www.bvb.ro/">long</Volume>
          <Value xmlns="http://www.bvb.ro/">decimal</Value>
          <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
          <Lowprice xmlns="http://www.bvb.ro/">decimal</Lowprice>
          <Highprice xmlns="http://www.bvb.ro/">decimal</Highprice>
          <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
          <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
          <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
          <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
          <OpenInterest xmlns="http://www.bvb.ro/">long</OpenInterest>
          <DailySettleprice xmlns="http://www.bvb.ro/">decimal</DailySettleprice>
          <NetVarDailySettleprice xmlns="http://www.bvb.ro/">decimal</NetVarDailySettleprice>
          <PrcVarDailySetteprice xmlns="http://www.bvb.ro/">double</PrcVarDailySetteprice>
        </TypeFuturesEOD>
      </FuturesEODResult>
    </FuturesEODResponse>
  </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 /BseWS/Intraday.asmx/FuturesEOD?AsOfDate=string HTTP/1.1
Host: 195.28.176.74
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTypeFuturesEOD xmlns="www.bvb.ro">
  <TypeFuturesEOD>
    <Date xmlns="http://www.bvb.ro/">string</Date>
    <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
    <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
    <Trades xmlns="http://www.bvb.ro/">long</Trades>
    <Volume xmlns="http://www.bvb.ro/">long</Volume>
    <Value xmlns="http://www.bvb.ro/">decimal</Value>
    <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
    <Lowprice xmlns="http://www.bvb.ro/">decimal</Lowprice>
    <Highprice xmlns="http://www.bvb.ro/">decimal</Highprice>
    <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
    <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
    <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
    <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
    <OpenInterest xmlns="http://www.bvb.ro/">long</OpenInterest>
    <DailySettleprice xmlns="http://www.bvb.ro/">decimal</DailySettleprice>
    <NetVarDailySettleprice xmlns="http://www.bvb.ro/">decimal</NetVarDailySettleprice>
    <PrcVarDailySetteprice xmlns="http://www.bvb.ro/">double</PrcVarDailySetteprice>
  </TypeFuturesEOD>
  <TypeFuturesEOD>
    <Date xmlns="http://www.bvb.ro/">string</Date>
    <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
    <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
    <Trades xmlns="http://www.bvb.ro/">long</Trades>
    <Volume xmlns="http://www.bvb.ro/">long</Volume>
    <Value xmlns="http://www.bvb.ro/">decimal</Value>
    <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
    <Lowprice xmlns="http://www.bvb.ro/">decimal</Lowprice>
    <Highprice xmlns="http://www.bvb.ro/">decimal</Highprice>
    <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
    <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
    <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
    <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
    <OpenInterest xmlns="http://www.bvb.ro/">long</OpenInterest>
    <DailySettleprice xmlns="http://www.bvb.ro/">decimal</DailySettleprice>
    <NetVarDailySettleprice xmlns="http://www.bvb.ro/">decimal</NetVarDailySettleprice>
    <PrcVarDailySetteprice xmlns="http://www.bvb.ro/">double</PrcVarDailySetteprice>
  </TypeFuturesEOD>
</ArrayOfTypeFuturesEOD>

HTTP POST

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

POST /BseWS/Intraday.asmx/FuturesEOD HTTP/1.1
Host: 195.28.176.74
Content-Type: application/x-www-form-urlencoded
Content-Length: length

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

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTypeFuturesEOD xmlns="www.bvb.ro">
  <TypeFuturesEOD>
    <Date xmlns="http://www.bvb.ro/">string</Date>
    <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
    <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
    <Trades xmlns="http://www.bvb.ro/">long</Trades>
    <Volume xmlns="http://www.bvb.ro/">long</Volume>
    <Value xmlns="http://www.bvb.ro/">decimal</Value>
    <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
    <Lowprice xmlns="http://www.bvb.ro/">decimal</Lowprice>
    <Highprice xmlns="http://www.bvb.ro/">decimal</Highprice>
    <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
    <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
    <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
    <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
    <OpenInterest xmlns="http://www.bvb.ro/">long</OpenInterest>
    <DailySettleprice xmlns="http://www.bvb.ro/">decimal</DailySettleprice>
    <NetVarDailySettleprice xmlns="http://www.bvb.ro/">decimal</NetVarDailySettleprice>
    <PrcVarDailySetteprice xmlns="http://www.bvb.ro/">double</PrcVarDailySetteprice>
  </TypeFuturesEOD>
  <TypeFuturesEOD>
    <Date xmlns="http://www.bvb.ro/">string</Date>
    <Symbolcode xmlns="http://www.bvb.ro/">string</Symbolcode>
    <Marketcode xmlns="http://www.bvb.ro/">string</Marketcode>
    <Trades xmlns="http://www.bvb.ro/">long</Trades>
    <Volume xmlns="http://www.bvb.ro/">long</Volume>
    <Value xmlns="http://www.bvb.ro/">decimal</Value>
    <Openprice xmlns="http://www.bvb.ro/">decimal</Openprice>
    <Lowprice xmlns="http://www.bvb.ro/">decimal</Lowprice>
    <Highprice xmlns="http://www.bvb.ro/">decimal</Highprice>
    <Avgprice xmlns="http://www.bvb.ro/">decimal</Avgprice>
    <Closeprice xmlns="http://www.bvb.ro/">decimal</Closeprice>
    <ReferencePrice xmlns="http://www.bvb.ro/">decimal</ReferencePrice>
    <PrcChgFromOfficialPrice xmlns="http://www.bvb.ro/">double</PrcChgFromOfficialPrice>
    <OpenInterest xmlns="http://www.bvb.ro/">long</OpenInterest>
    <DailySettleprice xmlns="http://www.bvb.ro/">decimal</DailySettleprice>
    <NetVarDailySettleprice xmlns="http://www.bvb.ro/">decimal</NetVarDailySettleprice>
    <PrcVarDailySetteprice xmlns="http://www.bvb.ro/">double</PrcVarDailySetteprice>
  </TypeFuturesEOD>
</ArrayOfTypeFuturesEOD>