List of Shareholders

FREE first 30 calls/month

  • Openapi Delivery : Immediate
  • Openapi starting from € 0,03 + vat

The shareholders' list of any Italian company available via API and in real time.

With this service you get the list of shareholders of Italian companies starting from VAT number, tax code or company ID.

Esempio List of Shareholders

The Shareholders service of the API Company makes it possible to obtain the list of shareholders of an Italian company in real time. All data are provided on the basis of one of the following parameters:

  • VAT number
  • Tax Code
  • ID (internal company identifier)

Through this service is possible to obtain the following information:

  • Name for companies
  • First and Last Name for Individuals
  • Tax code
  • Share percentage

The List of Shareholders service is identified by the endpoint: GET https://company.openapi.com/IT-shareholders/{vatCode_taxCode_or_id}

The answer is in real time. In the list, there are both private and corporate members. Unlike the "Corporate Composition Report", which is also provided via API but in PDF format, the data in this service is only available via JSON.

 

SAMPLE REQUEST  GET /IT-shareholders/{vatCode_taxCode_or_id}

Here is an example of a call made by entering the VAT number parameter 12485671007:

https://company.openapi.com/IT-shareholders/12485671007

 

SAMPLE RESPONSE GET /IT-shareholders/{vatCode_taxCode_or_id}

This is an example of the membership data you can obtain from the VAT number:

{
  "data": [
    {
      "companyName": "OPEN HOLDING S.R.L.",
      "name":null,
      "surname"null,
      "taxCode"16935371001,
      "percentShare": "100"
    },
  "success": true,
  "message": "",
  "error": null
}

 

In this specific case, the result is only one (100% share) and the type of partner is legal person, which is why only the name field is filled in and not the first and last name. 

  • Name
  • Partner Tax code
  • Share

The member data are also available in the Enterprises Advance VAT Number which includes all important information about a company such as Turnover, Profit, Last 3 balance sheets, Employees, CEM.

{
  "data": {
    "taxCode": "12485671007",
    "companyName": "OPENAPI S.R.L.",
    "vatCode": "12485671007",
    "address":{
      "registeredOffice": {
        "toponym": "VIALE",
        "street": "F TOMMASO MARINETTI",
        "streetNumber": "221",
        "streetName": "VIALE F TOMMASO MARINETTI 221",
        "town": "ROMA",
        "hamlet":  null,
        "province": "RM",
        "zipCode": "00143",
        "gps": {
          "coordinates": [
          12.47843,
          41.8071
        ]
      },
      "townCode": "H501",
    }
  },
  "activityStatus": "ATTIVA",
  "reaCode": "1378273",
  "cciaa": "RM",
  "atecoClassification": {
    "ateco": {
      "code":"6201",
      "description": "Produzione di software non connesso all'edizione"
      }
    },
  "detailedLegalForm": {
     "code": "SR",
     "description": "SOCIETÀ PER AZIONI",
  },
  "startDate": "2013-10-20",
  "registrationDate": "2013-10-20",
  "endDate": null,
  "pec": "[email protected]",
  "cessata":  false,
  "taxCodeCeased":  1622452306,
  "taxCodeCeasedTimestamp":  1622452306,
  gruppo_iva": {
	  "vatGroupParticipation": false,
	  "isVatGroupLeader": false,
	  "registryOk": true
  },
  "sdiCode": "MJ1OYNU",
  "sdiCodeTimestamp": 1624358855,
  "lastUpdateTimestamp": 1676878023,
  "balanceSheets": {
    "last": {
      "year": 2022,
      "employees": 14,
      "balanceSheetDate": 2022-12-31,
      "turnover": 4043407,
      "netWort": 166491,
      "shareCapital": 50000
    },
    "all":[
      {
       "year": 2024,
       "employees": 15,
       "balanceSheetDate": null,
       "turnover": null,
       "netWort": null,
       "shareCapital": 50000
    },
    {
       "year": 2023,
       "employees": 15,
       "balanceSheetDate": null,
       "turnover": null,
       "netWort": null,
       "shareCapital": 50000
    },
    {
       "year": 2022,
       "employees": 14,
       "balanceSheetDate": 2022-12-31,
       "turnover": 4043407,
       "netWort": 166491,
       "shareCapital": 50000
    },
    {
       "year": 2021,
       "employees": 15,
       "balanceSheetDate": 2021-12-31,
       "turnover": 4432761,
       "netWort": 469366,
       "shareCapital": 50000
    }
   ]
  },
  "shareholders": [
    {
      "companyName": "OPEN HOLDING S.R.L.",
      "name":null,
      "surname"null,
      "taxCode"16935371001,
      "percentShare": "100"
    }
  ],  
  "id": "60b4a85585e34e615c569ef5"
  }
 ],
 "success":  true,
 "message": "",
 "error":  null
 }

 

The shareholders in the list are those who have a share of 10% or more (the same information can also be obtained from the deposited balance sheet, if it has been deposited in the last 4 years).

Those who want to have all stakeholders up-to-date at all times can use "Stakeholders" of the Company service

Our prices

Price list for single API calls