CompaniesAndSecuritiesWebService


Click here for a complete list of operations.

ETFDetail

List detail for an ETF

Test

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

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 /BVBFinancialsWS/CompaniesAndSecurities.asmx HTTP/1.1
Host: ws.bvb.ro
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.bvb.ro/ETFDetail"

<?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="https://www.bvb.ro">
      <User>string</User>
      <Password>string</Password>
    </Header>
  </soap:Header>
  <soap:Body>
    <ETFDetail xmlns="https://www.bvb.ro">
      <Symbol>string</Symbol>
    </ETFDetail>
  </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>
    <ETFDetailResponse xmlns="https://www.bvb.ro">
      <ETFDetailResult>
        <Symbol>string</Symbol>
        <ETFName>string</ETFName>
        <ETF_type>string</ETF_type>
        <ISIN>string</ISIN>
        <Fund_objectiv>string</Fund_objectiv>
        <Ref_instrument>string</Ref_instrument>
        <Ref_instrument_ISIN>string</Ref_instrument_ISIN>
        <Ref_instrument_type>string</Ref_instrument_type>
        <Ref_instrument_index_category>string</Ref_instrument_index_category>
        <Ref_instrument_name>string</Ref_instrument_name>
        <Ref_instrument_rel_market>string</Ref_instrument_rel_market>
        <Trading_currency>string</Trading_currency>
        <Issue_price>decimal</Issue_price>
        <First_trading_date>dateTime</First_trading_date>
        <Block_size>int</Block_size>
        <Price_tick_value>decimal</Price_tick_value>
        <Pos_max_price_var>decimal</Pos_max_price_var>
        <Neg_max_price_var>decimal</Neg_max_price_var>
        <Maturity_date>dateTime</Maturity_date>
        <Last_trading_date>dateTime</Last_trading_date>
        <Min_volume>long</Min_volume>
        <Max_spread_proc>double</Max_spread_proc>
        <Min_period_proc>double</Min_period_proc>
        <Max_period_proc>int</Max_period_proc>
        <Administrator>string</Administrator>
        <Custodian>string</Custodian>
        <Auth_Participant>string</Auth_Participant>
        <Admin_fee>decimal</Admin_fee>
        <Other_market>string</Other_market>
        <IVAN>decimal</IVAN>
        <Timestamp_IVAN>dateTime</Timestamp_IVAN>
        <VUAN>decimal</VUAN>
        <Timestamp_VUAN>dateTime</Timestamp_VUAN>
      </ETFDetailResult>
    </ETFDetailResponse>
  </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 /BVBFinancialsWS/CompaniesAndSecurities.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="https://www.bvb.ro">
      <User>string</User>
      <Password>string</Password>
    </Header>
  </soap12:Header>
  <soap12:Body>
    <ETFDetail xmlns="https://www.bvb.ro">
      <Symbol>string</Symbol>
    </ETFDetail>
  </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>
    <ETFDetailResponse xmlns="https://www.bvb.ro">
      <ETFDetailResult>
        <Symbol>string</Symbol>
        <ETFName>string</ETFName>
        <ETF_type>string</ETF_type>
        <ISIN>string</ISIN>
        <Fund_objectiv>string</Fund_objectiv>
        <Ref_instrument>string</Ref_instrument>
        <Ref_instrument_ISIN>string</Ref_instrument_ISIN>
        <Ref_instrument_type>string</Ref_instrument_type>
        <Ref_instrument_index_category>string</Ref_instrument_index_category>
        <Ref_instrument_name>string</Ref_instrument_name>
        <Ref_instrument_rel_market>string</Ref_instrument_rel_market>
        <Trading_currency>string</Trading_currency>
        <Issue_price>decimal</Issue_price>
        <First_trading_date>dateTime</First_trading_date>
        <Block_size>int</Block_size>
        <Price_tick_value>decimal</Price_tick_value>
        <Pos_max_price_var>decimal</Pos_max_price_var>
        <Neg_max_price_var>decimal</Neg_max_price_var>
        <Maturity_date>dateTime</Maturity_date>
        <Last_trading_date>dateTime</Last_trading_date>
        <Min_volume>long</Min_volume>
        <Max_spread_proc>double</Max_spread_proc>
        <Min_period_proc>double</Min_period_proc>
        <Max_period_proc>int</Max_period_proc>
        <Administrator>string</Administrator>
        <Custodian>string</Custodian>
        <Auth_Participant>string</Auth_Participant>
        <Admin_fee>decimal</Admin_fee>
        <Other_market>string</Other_market>
        <IVAN>decimal</IVAN>
        <Timestamp_IVAN>dateTime</Timestamp_IVAN>
        <VUAN>decimal</VUAN>
        <Timestamp_VUAN>dateTime</Timestamp_VUAN>
      </ETFDetailResult>
    </ETFDetailResponse>
  </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 /BVBFinancialsWS/CompaniesAndSecurities.asmx/ETFDetail?Symbol=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"?>
<ETFInfo xmlns="https://www.bvb.ro">
  <Symbol>string</Symbol>
  <ETFName>string</ETFName>
  <ETF_type>string</ETF_type>
  <ISIN>string</ISIN>
  <Fund_objectiv>string</Fund_objectiv>
  <Ref_instrument>string</Ref_instrument>
  <Ref_instrument_ISIN>string</Ref_instrument_ISIN>
  <Ref_instrument_type>string</Ref_instrument_type>
  <Ref_instrument_index_category>string</Ref_instrument_index_category>
  <Ref_instrument_name>string</Ref_instrument_name>
  <Ref_instrument_rel_market>string</Ref_instrument_rel_market>
  <Trading_currency>string</Trading_currency>
  <Issue_price>decimal</Issue_price>
  <First_trading_date>dateTime</First_trading_date>
  <Block_size>int</Block_size>
  <Price_tick_value>decimal</Price_tick_value>
  <Pos_max_price_var>decimal</Pos_max_price_var>
  <Neg_max_price_var>decimal</Neg_max_price_var>
  <Maturity_date>dateTime</Maturity_date>
  <Last_trading_date>dateTime</Last_trading_date>
  <Min_volume>long</Min_volume>
  <Max_spread_proc>double</Max_spread_proc>
  <Min_period_proc>double</Min_period_proc>
  <Max_period_proc>int</Max_period_proc>
  <Administrator>string</Administrator>
  <Custodian>string</Custodian>
  <Auth_Participant>string</Auth_Participant>
  <Admin_fee>decimal</Admin_fee>
  <Other_market>string</Other_market>
  <IVAN>decimal</IVAN>
  <Timestamp_IVAN>dateTime</Timestamp_IVAN>
  <VUAN>decimal</VUAN>
  <Timestamp_VUAN>dateTime</Timestamp_VUAN>
</ETFInfo>

HTTP POST

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

POST /BVBFinancialsWS/CompaniesAndSecurities.asmx/ETFDetail HTTP/1.1
Host: ws.bvb.ro
Content-Type: application/x-www-form-urlencoded
Content-Length: length

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

<?xml version="1.0" encoding="utf-8"?>
<ETFInfo xmlns="https://www.bvb.ro">
  <Symbol>string</Symbol>
  <ETFName>string</ETFName>
  <ETF_type>string</ETF_type>
  <ISIN>string</ISIN>
  <Fund_objectiv>string</Fund_objectiv>
  <Ref_instrument>string</Ref_instrument>
  <Ref_instrument_ISIN>string</Ref_instrument_ISIN>
  <Ref_instrument_type>string</Ref_instrument_type>
  <Ref_instrument_index_category>string</Ref_instrument_index_category>
  <Ref_instrument_name>string</Ref_instrument_name>
  <Ref_instrument_rel_market>string</Ref_instrument_rel_market>
  <Trading_currency>string</Trading_currency>
  <Issue_price>decimal</Issue_price>
  <First_trading_date>dateTime</First_trading_date>
  <Block_size>int</Block_size>
  <Price_tick_value>decimal</Price_tick_value>
  <Pos_max_price_var>decimal</Pos_max_price_var>
  <Neg_max_price_var>decimal</Neg_max_price_var>
  <Maturity_date>dateTime</Maturity_date>
  <Last_trading_date>dateTime</Last_trading_date>
  <Min_volume>long</Min_volume>
  <Max_spread_proc>double</Max_spread_proc>
  <Min_period_proc>double</Min_period_proc>
  <Max_period_proc>int</Max_period_proc>
  <Administrator>string</Administrator>
  <Custodian>string</Custodian>
  <Auth_Participant>string</Auth_Participant>
  <Admin_fee>decimal</Admin_fee>
  <Other_market>string</Other_market>
  <IVAN>decimal</IVAN>
  <Timestamp_IVAN>dateTime</Timestamp_IVAN>
  <VUAN>decimal</VUAN>
  <Timestamp_VUAN>dateTime</Timestamp_VUAN>
</ETFInfo>