Our prices
Price list for single API calls
- List of shareholders € 0,03 + vat
All shareholders of any Italian company via API
Get the list of shareholders, private or legal persons, of any Italian company in real time and via API.
The Soci service allows you to obtain the list of members of a company from a VAT number or company ID. The list includes both private and legal person shareholders. The shareholders on the list are those who have a share equal to or greater than 10%.
Unlike the Corporate Composition Report always available via API but in pdf format, the data of this service are available exclusively via json.
It is possible to obtain the list of shareholders through the specific endpoint imprese.openapi.it/soci/{piva_cf_or_id}, that returns the following data:
{ "data": [ { "denominazione": "OPEN HOLDING S.R.L.", "nome":null, "cognome"null, "valore": "100" }, "success": true, "message": "", "error": null }
Shareholders data is also available in the Cerca Impresa Advance Partiva IVA which includes all the main information on a company such as Turnover, Profit, Last 3 financial statements, employees, PEC:
{
"data": {
"cf": "12485671007",
"denominazione": "ALTRAVIA SERVIZI SOCIETA' A RESPONSABILITA' LIMITATA",
"piva": "12485671007",
"toponimo": "VIALE",
"via": "F TOMMASO MARINETTI",
"civico": "221",
"indirizzo": "VIALE F TOMMASO MARINETTI 221",
"comune": "ROMA",
"frazione": null,
"provincia": "RM",
"stato_attivita": ""ATTIVA",
"timestamp": 1622452306,
"timestamp_creation": 1622452306,
"timestamp_last_update": 1622452306,
"dettaglio": {
"rea": "1378273",
"cciaa": "RM",
"pec": "altraviaservizi@legalmail.it",
"codice_natura_giuridica": "SR",
"descrizione_ateco": "Produzione di software non connesso all'edizione",
"codice_ateco": "6201",
"data_inizio_attivita": "2013-10-20",
- "bilanci": {
+ "2017": {...},
+ "2018": {...},
- "2019": {
"data_chiusura_bilancio":"2019-12-31",
"fatturato": 1799587,
"utile": 11309,
"dipendenti":14,
"capitale_sociale": 10000
}
},
- "gruppo_iva": {
"partecipazione": false,
"piva_capogruppo": false,
"anagrafica_ok": true
},
"cessata": false,
"soci": [
{
"denominazione": "OPEN HOLDING S.R.L.",
"nome":null,
"cognome"null,
"valore": "100"
}
]
},
"cap": "00143",
"codice_destinatario": "MJ1OYNU",
"id": "60b4a85585e34e615c569ef5",
"gps": {
"coordinates": [
12.47843,
41.8071
]
}
},
"success": true,
"message": "",
"error": null
}