FREE 30 requests/month
€0.03 + VAT
FREE requests
The list of shareholders of any Italian company available via API and in real time.
The Company Shareholders List service of the Company API allows you to obtain the list of shareholders of an Italian company in real-time.
All data is provided based on one of the following parameters:
Through this service, you can access the following information:
Company Shareholders List is identified by the endpoint: GET https://company.openapi.com/IT-shareholders/{vatCode_taxCode_or_id}
The response is in real-time. The list includes both individual and legal entity shareholders. Unlike the Corporate Composition Report (also provided via API but in PDF format), the data from this service is available exclusively in JSON format.
GET /IT-shareholders/{vatCode_taxCode_or_id}
Here is an example of a request made with the VAT Number 12485671007:
https://company.openapi.com/IT-shareholders/12485671007
GET /IT-shareholders/{vatCode_taxCode_or_id}
This is an example of the shareholder data you can obtain using 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, there is only one result (100% share) and the type of shareholder is a legal entity. Therefore, only the company name field is filled in, not the first name and last name.
The provided information includes:
Company Shareholders List data is also available in Company Advanced which includes all key information about an Italian company such as Revenue, Profit, Latest Financial Statements, Employees, PEC:
{
"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": "ROME",
"hamlet": null,
"province": "RM",
"zipCode": "00143",
"gps": {
"coordinates": [
12.47843,
41.8071
]
},
"townCode": "H501",
}
},
"activityStatus": "ACTIVE",
"reaCode": "1378273",
"cciaa": "RM",
"atecoClassification": {
"ateco": {
"code":"6201",
"description": "Software Production not connected to publishing"
}
},
"detailedLegalForm": {
"code": "SR",
"description": "JOINT-STOCK COMPANY",
},
"startDate": "2013-10-20",
"registrationDate": "2013-10-20",
"endDate": null,
"pec": "[email protected]",
"cessata": false,
"taxCodeCeased": 1622452306,
"taxCodeCeasedTimestamp": 1622452306,
"vat_group": {
"vatGroupParticipation": false,
"isVatGroupLeader": false,
"registryOk": true
},
"sdiCode": "MJ1OYNU",
"sdiCodeTimestamp": 1624358855,
"lastUpdateTimestamp": 1676878023,
"balanceSheets": {
"last": {
"year": 2022,
"employees": 14,
"balanceSheetDate": 2022-12-31,
"turnover": 4043407,
"netWorth": 166491,
"shareCapital": 50000
},
"all":[
{
"year": 2024,
"employees": 15,
"balanceSheetDate": null,
"turnover": null,
"netWorth": null,
"shareCapital": 50000
},
{
"year": 2023,
"employees": 15,
"balanceSheetDate": null,
"turnover": null,
"netWorth": null,
"shareCapital": 50000
},
{
"year": 2022,
"employees": 14,
"balanceSheetDate": 2022-12-31,
"turnover": 4043407,
"netWorth": 166491,
"shareCapital": 50000
},
{
"year": 2021,
"employees": 15,
"balanceSheetDate": 2021-12-31,
"turnover": 4432761,
"netWorth": 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 Company Shareholders List listed are those who hold a share equal to or greater than 10% (the same information can also be obtained from the filed financial statements, if filed in the last 4 years).
Those who want to have all stakeholders always up-to-date can use "Stakeholders" of the Company service.
Do you need help?
Haven't found the answer you're looking for?
Fill in all the details, we will get back to you as soon as possible!
The Company Shareholders List service provides real-time access to the updated list of shareholders of Italian companies. This tool offers detailed information on the shareholding composition of a company, facilitating the analysis of its ownership structure. It is particularly useful for those who need reliable and up-to-date data for investment purposes, company evaluation, or legal compliance. Thanks to its automated integration, the API allows you to access this information quickly and easily.
Through this service, the following information can be accessed:
The Company Shareholders List are those who own a share equal to or greater than 10% (the same information can be obtained from the filed financial statement, if it has been filed in the last 4 years). Those wishing to have all stakeholders always updated can use the "Stakeholders" service provided by Company.
Company Shareholders List:
Stakeholders Company:
They are available exclusively in JSON format.
Company Shareholders List service is intended for various categories of professionals who need detailed information on a company's ownership structure, including:
The service is provided in real-time, meaning that once the request is submitted via API, the data is processed and returned immediately.
The service offers up to 30 free requests per month. Once this limit is exceeded, the cost for each request via recharge is €0.03 (+VAT).