FinancialsWebService


Click here for a complete list of operations.

GetIFRSCompanyBalance

Get the IFRS balance for a company

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
IdentityType:
Identity:
ReportType:
Year:

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

<?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="http://www.bvb.ro">
      <User>string</User>
      <Password>string</Password>
    </Header>
  </soap:Header>
  <soap:Body>
    <GetIFRSCompanyBalance xmlns="http://www.bvb.ro">
      <IdentityType>Symbol or ISIN or FiscalCode</IdentityType>
      <Identity>string</Identity>
      <ReportType>Annual or Semestrial or Q1 or Q3</ReportType>
      <Year>int</Year>
    </GetIFRSCompanyBalance>
  </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>
    <GetIFRSCompanyBalanceResponse xmlns="http://www.bvb.ro">
      <GetIFRSCompanyBalanceResult>
        <Company>
          <CompanyName>string</CompanyName>
          <FiscalCode>string</FiscalCode>
        </Company>
        <LastYear>int</LastYear>
        <ReportType>Annual or Semestrial or Q1 or Q3</ReportType>
        <MinInterest>double</MinInterest>
        <CrtAssets>double</CrtAssets>
        <NetCrtLiab>double</NetCrtLiab>
        <FixedAssets>double</FixedAssets>
        <Amortization>double</Amortization>
        <PaidUpCap>double</PaidUpCap>
        <ShahEqy>double</ShahEqy>
        <Cash>double</Cash>
        <OpExp>double</OpExp>
        <FinExp>double</FinExp>
        <PreExp>double</PreExp>
        <IntExp>double</IntExp>
        <TotExp>double</TotExp>
        <NetTurn>double</NetTurn>
        <TotReceiv>double</TotReceiv>
        <TotLiab>double</TotLiab>
        <Debt1>double</Debt1>
        <TradePay>double</TradePay>
        <LongFinLiab>double</LongFinLiab>
        <ShortFinLiab>double</ShortFinLiab>
        <Debt2>double</Debt2>
        <TangibleAssets>double</TangibleAssets>
        <ShortFinInvest>double</ShortFinInvest>
        <Empl>double</Empl>
        <Gross>double</Gross>
        <OpRes>double</OpRes>
        <FinRes>double</FinRes>
        <NetRes>double</NetRes>
        <Inventories>double</Inventories>
        <TotAssets>double</TotAssets>
        <AssocEntitiesIncome>double</AssocEntitiesIncome>
        <ReceivInterest>double</ReceivInterest>
        <OpIncome>double</OpIncome>
        <FinInc>double</FinInc>
        <RevInAdv>double</RevInAdv>
        <TotRev>double</TotRev>
      </GetIFRSCompanyBalanceResult>
    </GetIFRSCompanyBalanceResponse>
  </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/Financials.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="http://www.bvb.ro">
      <User>string</User>
      <Password>string</Password>
    </Header>
  </soap12:Header>
  <soap12:Body>
    <GetIFRSCompanyBalance xmlns="http://www.bvb.ro">
      <IdentityType>Symbol or ISIN or FiscalCode</IdentityType>
      <Identity>string</Identity>
      <ReportType>Annual or Semestrial or Q1 or Q3</ReportType>
      <Year>int</Year>
    </GetIFRSCompanyBalance>
  </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>
    <GetIFRSCompanyBalanceResponse xmlns="http://www.bvb.ro">
      <GetIFRSCompanyBalanceResult>
        <Company>
          <CompanyName>string</CompanyName>
          <FiscalCode>string</FiscalCode>
        </Company>
        <LastYear>int</LastYear>
        <ReportType>Annual or Semestrial or Q1 or Q3</ReportType>
        <MinInterest>double</MinInterest>
        <CrtAssets>double</CrtAssets>
        <NetCrtLiab>double</NetCrtLiab>
        <FixedAssets>double</FixedAssets>
        <Amortization>double</Amortization>
        <PaidUpCap>double</PaidUpCap>
        <ShahEqy>double</ShahEqy>
        <Cash>double</Cash>
        <OpExp>double</OpExp>
        <FinExp>double</FinExp>
        <PreExp>double</PreExp>
        <IntExp>double</IntExp>
        <TotExp>double</TotExp>
        <NetTurn>double</NetTurn>
        <TotReceiv>double</TotReceiv>
        <TotLiab>double</TotLiab>
        <Debt1>double</Debt1>
        <TradePay>double</TradePay>
        <LongFinLiab>double</LongFinLiab>
        <ShortFinLiab>double</ShortFinLiab>
        <Debt2>double</Debt2>
        <TangibleAssets>double</TangibleAssets>
        <ShortFinInvest>double</ShortFinInvest>
        <Empl>double</Empl>
        <Gross>double</Gross>
        <OpRes>double</OpRes>
        <FinRes>double</FinRes>
        <NetRes>double</NetRes>
        <Inventories>double</Inventories>
        <TotAssets>double</TotAssets>
        <AssocEntitiesIncome>double</AssocEntitiesIncome>
        <ReceivInterest>double</ReceivInterest>
        <OpIncome>double</OpIncome>
        <FinInc>double</FinInc>
        <RevInAdv>double</RevInAdv>
        <TotRev>double</TotRev>
      </GetIFRSCompanyBalanceResult>
    </GetIFRSCompanyBalanceResponse>
  </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/Financials.asmx/GetIFRSCompanyBalance?IdentityType=string&Identity=string&ReportType=string&Year=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"?>
<IFRSCompanyBalance xmlns="http://www.bvb.ro">
  <Company>
    <CompanyName>string</CompanyName>
    <FiscalCode>string</FiscalCode>
  </Company>
  <LastYear>int</LastYear>
  <ReportType>Annual or Semestrial or Q1 or Q3</ReportType>
  <MinInterest>double</MinInterest>
  <CrtAssets>double</CrtAssets>
  <NetCrtLiab>double</NetCrtLiab>
  <FixedAssets>double</FixedAssets>
  <Amortization>double</Amortization>
  <PaidUpCap>double</PaidUpCap>
  <ShahEqy>double</ShahEqy>
  <Cash>double</Cash>
  <OpExp>double</OpExp>
  <FinExp>double</FinExp>
  <PreExp>double</PreExp>
  <IntExp>double</IntExp>
  <TotExp>double</TotExp>
  <NetTurn>double</NetTurn>
  <TotReceiv>double</TotReceiv>
  <TotLiab>double</TotLiab>
  <Debt1>double</Debt1>
  <TradePay>double</TradePay>
  <LongFinLiab>double</LongFinLiab>
  <ShortFinLiab>double</ShortFinLiab>
  <Debt2>double</Debt2>
  <TangibleAssets>double</TangibleAssets>
  <ShortFinInvest>double</ShortFinInvest>
  <Empl>double</Empl>
  <Gross>double</Gross>
  <OpRes>double</OpRes>
  <FinRes>double</FinRes>
  <NetRes>double</NetRes>
  <Inventories>double</Inventories>
  <TotAssets>double</TotAssets>
  <AssocEntitiesIncome>double</AssocEntitiesIncome>
  <ReceivInterest>double</ReceivInterest>
  <OpIncome>double</OpIncome>
  <FinInc>double</FinInc>
  <RevInAdv>double</RevInAdv>
  <TotRev>double</TotRev>
</IFRSCompanyBalance>

HTTP POST

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

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

IdentityType=string&Identity=string&ReportType=string&Year=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<IFRSCompanyBalance xmlns="http://www.bvb.ro">
  <Company>
    <CompanyName>string</CompanyName>
    <FiscalCode>string</FiscalCode>
  </Company>
  <LastYear>int</LastYear>
  <ReportType>Annual or Semestrial or Q1 or Q3</ReportType>
  <MinInterest>double</MinInterest>
  <CrtAssets>double</CrtAssets>
  <NetCrtLiab>double</NetCrtLiab>
  <FixedAssets>double</FixedAssets>
  <Amortization>double</Amortization>
  <PaidUpCap>double</PaidUpCap>
  <ShahEqy>double</ShahEqy>
  <Cash>double</Cash>
  <OpExp>double</OpExp>
  <FinExp>double</FinExp>
  <PreExp>double</PreExp>
  <IntExp>double</IntExp>
  <TotExp>double</TotExp>
  <NetTurn>double</NetTurn>
  <TotReceiv>double</TotReceiv>
  <TotLiab>double</TotLiab>
  <Debt1>double</Debt1>
  <TradePay>double</TradePay>
  <LongFinLiab>double</LongFinLiab>
  <ShortFinLiab>double</ShortFinLiab>
  <Debt2>double</Debt2>
  <TangibleAssets>double</TangibleAssets>
  <ShortFinInvest>double</ShortFinInvest>
  <Empl>double</Empl>
  <Gross>double</Gross>
  <OpRes>double</OpRes>
  <FinRes>double</FinRes>
  <NetRes>double</NetRes>
  <Inventories>double</Inventories>
  <TotAssets>double</TotAssets>
  <AssocEntitiesIncome>double</AssocEntitiesIncome>
  <ReceivInterest>double</ReceivInterest>
  <OpIncome>double</OpIncome>
  <FinInc>double</FinInc>
  <RevInAdv>double</RevInAdv>
  <TotRev>double</TotRev>
</IFRSCompanyBalance>