Our prices
Price list for single API calls
- Search (only id) € 0,00 + vat
- Search Start € 0,05 + vat
- Search Advanced € 0,10 + vat
Get the list of companies in which a person or company holds shares in real time.
In addition to the list, you will also be able to access a dataset of up to 15 pieces of information on each individual company.
Equity stakes in companies is part of the Search service of the Company API and allows obtaining the list of companies in which an individual or legal entity owns shares.
The response is provided in real-time JSON format.
This is an example request for the VAT number: 16935371001
https://company.openapi.com/IT-Search?dataEnrichment=start&shareHolderTaxCode=16935371001
The request can be made on a legal entity (VAT number or tax code parameter) or on a private entity (tax code parameter).
The response depends on the value set for the "dataEnrichment" parameter:
This is an example response (start):
This response is for example purposes and the data does not correspond to the parameters indicated in the request:
{
"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",
"creationTimestamp": 1676878023,
"lastUpdateTimestamp": 1676878023,
"sdiCode": "MJ1OYNU",
"sdiCodeTimestamp": 1624358855,
"id": "60b4a85585e34e615c569ef5",
"registrationDate: "2013-07-19"
},
{
"taxCode": "12345678910",
"companyName": "OPENAPI TEST S.P.A.",
"vatCode": "12345678910",
"address":{
"registeredOffice": {
"toponym": "VIALE",
"street": "ROMA",
"streetNumber": "221",
"streetName": "VIALE ROMA 221",
"town": "ROMA",
"hamlet": null,
"province": "RM",
"zipCode": "00143",
"gps": {
"coordinates": [
13.47866,
41.9072
]
},
"townCode": "H501",
}
},
"activityStatus": "REGISTRATA",
"creationTimestamp": 1676878023,
"lastUpdateTimestamp": 1676878023,
"sdiCode": "USAL8PV",
"sdiCodeTimestamp": 1624358855,
"id": "45d1bfc788174b9u092cdtr5",
"registrationDate: "2016-08-29"
}
],
"success": true,
"message": "",
"error": null
}
Only companies where subjects have a stake equal to or greater than 10% and have submitted financial statements in previous years are included in the response.