Tutti i dati su imprese italiane ed europee in un'unica API
Con Company accedi a dati accurati, ufficiali e sempre aggiornati su Imprese italiane ed Europee
Tutte le informazioni di cui hai bisogno
Qui trovi qualche consiglio da prendere in considerazione per approcciare a questa API. Se preferisci forniamo esempi di codice, documentazione in OAS3, la possibilità di provare l'API dal vivo con la Swagger UI oppure importare l'intera collezione in Postman. Offriamo inoltre un ambiente di Sandbox dove puoi sperimentare tutte le API gratuitamente.
Prendi il token nell'apposita sezione prima di cominciare.
Ottenere informazioni aziendali approfondite a pratire dal numero di partita IVA o il codice fiscale
- /IT-start
- /IT-name
- /IT-address
- /IT-pec
- /IT-shareholders
- /IT-closed
- /IT-sdicode
- /IT-vatgroup
- /IT-advanced
- /IT-marketing
- /IT-stakeholders
- /IT-aml
Se vuoi disporre di tutte le informazioni contemporaneamente, puoi usare /IT-full.
Usa il potente strumento di ricerca ed estrazione dati
Di seguito alcune delle funzionalità di /IT-search:
-
Ricerca per moltissimi campi combinabili:
- Geospaziale: latitudine - longitudine - raggio
- Testuale: companyName (anche con wildcard)
- Autocomplete: companyName (realtime e ottimo per interfacce grafiche)
- Provincia
- Comune: Codice catastale (Belfiore)
- Codice Ateco
- CCIAA/REA
- Fatturato (minimo e massimo)
- Impiegati (minimo e massimo)
- Codice SDI (Codice Destinatario dichiarato per la fatturazione elettronica)
- Natura giuridica (elenco gratuito qui: /IT-legalforms)
- Impiegati (minimo e massimo)
- Proprietari (codice fiscale)
- Stato attività (ATTIVA, CESSATA, REGISTRATA, INATTIVA, SOSPESA, IN_ISCRIZIONE)
- Pec
- Data creazione (per ottenere solo le nuove aziende)
- Data aggiornamento (per ottenere solo le aziende appena modifica es: nuovo bilancio presentato o variazione nel nome o indirizzo)
- Ottieni gratuitamente il numero di record disponibili utilizzando l'opzione "dryRun"
- Arricchisci la ricerca popolando i risultati con il dataset che preferisci in una sola chiamata sincrona utilizzando l'opzione "dataEnrichment"
- Supporto alla paginazione con le opzioni "skip" e "limit"
Utilizza queste aziende per provare la Sandbox
- Oas file url https://console.openapi.com/oas/it/company.openapi.json
- Fork or import with Postman
- Production domain company.openapi.com
- Sandbox domain test.company.openapi.com
-
Production Scopes 26
- GET company.openapi.com/IT-marketing
- GET company.openapi.com/IT-stakeholders
- GET company.openapi.com/IT-aml
- GET company.openapi.com/IT-full
- GET company.openapi.com/IT-start
- GET company.openapi.com/IT-advanced
- GET company.openapi.com/IT-search
- GET company.openapi.com/IT-shareholders
- GET company.openapi.com/IT-address
- GET company.openapi.com/IT-pec
- GET company.openapi.com/IT-closed
- GET company.openapi.com/IT-sdicode
- GET company.openapi.com/IT-vatgroup
- GET company.openapi.com/IT-legalforms
- GET company.openapi.com/EU-start
- GET company.openapi.com/IT-splitpayment
- GET company.openapi.com/IT-pa
- GET company.openapi.com/IT-name
- POST company.openapi.com/IT-marketing
- POST company.openapi.com/IT-stakeholders
- POST company.openapi.com/IT-aml
- POST company.openapi.com/IT-full
- GET company.openapi.com/IT-check_id
- GET company.openapi.com/FR-start
- GET company.openapi.com/FR-advanced
- GET company.openapi.com/FR-search
-
Sandbox Scopes 26
- GET test.company.openapi.com/IT-marketing
- GET test.company.openapi.com/IT-stakeholders
- GET test.company.openapi.com/IT-aml
- GET test.company.openapi.com/IT-full
- GET test.company.openapi.com/IT-start
- GET test.company.openapi.com/IT-advanced
- GET test.company.openapi.com/IT-search
- GET test.company.openapi.com/IT-shareholders
- GET test.company.openapi.com/IT-address
- GET test.company.openapi.com/IT-pec
- GET test.company.openapi.com/IT-closed
- GET test.company.openapi.com/IT-sdicode
- GET test.company.openapi.com/IT-vatgroup
- GET test.company.openapi.com/IT-legalforms
- GET test.company.openapi.com/EU-start
- GET test.company.openapi.com/IT-splitpayment
- GET test.company.openapi.com/IT-pa
- GET test.company.openapi.com/IT-name
- POST test.company.openapi.com/IT-marketing
- POST test.company.openapi.com/IT-stakeholders
- POST test.company.openapi.com/IT-aml
- POST test.company.openapi.com/IT-full
- GET test.company.openapi.com/IT-check_id
- GET test.company.openapi.com/FR-start
- GET test.company.openapi.com/FR-advanced
- GET test.company.openapi.com/FR-search
Company (1.0.0)
Questo servizio fornisce chiamate REST per estrarre informazioni su imprese e società dal codice IVA o FISCALE.
A questo link è possibile trovare un elenco di aziende che permettono di provare il servizio in un ambiente sandbox.
Antiriciclaggio
Chiamata che consente di estrarre dati da un'azienda a fini antiriciclaggio
Authorizations:
path Parameters
vatCode_or_taxCode required | string Example: 12485671007 codice iva o codice fiscale |
Responses
Response Schema: application/json
Array of objects (Aml) | |
success | boolean |
message | string |
error | integer |
Request samples
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
CURL *hnd = curl_easy_init(); curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET"); curl_easy_setopt(hnd, CURLOPT_URL, "https://company.openapi.com/IT-aml/%7BvatCode_or_taxCode%7D"); struct curl_slist *headers = NULL; headers = curl_slist_append(headers, "Authorization: Bearer REPLACE_BEARER_TOKEN"); curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers); CURLcode ret = curl_easy_perform(hnd);
Response samples
- 200
- 400
- 402
- 406
- 503
- "data": {
- "publicTenders": [
- {
- "year": "2021",
- "applied": 41,
- "won": 42,
- "value": 13812.52
- {
- "year": "2020",
- "applied": 48,
- "won": 51,
- "value": 10274.94
- "managers": [
- {
- "name": "LUCA",
- "surname": "SCURIATTI",
- "roles": [
- {
- "role": {
- "code": "AUN",
- "description": "Direttore generale"
- "roleStartDate": "2020-09-10T00:00:00"
- "gender": {
- "code": "M",
- "description": "Uomo"
- "taxCode": "SCRLCU73R02H501H",
- "birthDate": "1973-10-02T00:00:00",
- "age": 49,
- "birthTown": "ROMA (RM)",
- "isLegalRepresentative": true
- {
- "companyName": "OPEN HOLDING SRL",
- "roles": [
- {
- "role": {
- "code": "SOU",
- "description": "Proprietario unico"
- "roleStartDate": "2022-12-05T00:00:00"
- "taxCode": "16935371001",
- "isLegalRepresentative": false
- {
- "name": "SIMONE",
- "surname": "DESANTIS",
- "roles": [
- {
- "role": {
- "code": "PP",
- "description": "Rappresentante speciale/agente"
- "roleStartDate": "2013-10-17T00:00:00"
- "gender": {
- "code": "M",
- "description": "Uomo"
- "taxCode": "DSNSMN80M11L117F",
- "birthDate": "1980-08-11T00:00:00",
- "age": 42,
- "birthTown": "TERNI (TR)",
- "isLegalRepresentative": false
- {
- "name": "SHAUN",
- "surname": "DE LUCIA",
- "roles": [
- {
- "role": {
- "code": "PP",
- "description": "Rappresentante speciale/agente"
- "roleStartDate": "2013-10-17T00:00:00"
- "gender": {
- "code": "M",
- "description": "Uomo"
- "taxCode": "DLCSHN77S29Z114J",
- "birthDate": "1977-11-29T00:00:00",
- "age": 45,
- "birthTown": "STOKE ON TRENT (E)",
- "isLegalRepresentative": false
- "shareholders": [
- {
- "shareholdersInformation": [
- {
- "taxCode": "16935371001",
- "openapiNumber": "IT8A380807S0001",
- "companyName": "OPEN HOLDING SRL",
- "sinceDate": "2022-11-23T00:00:00",
- "streetName": "VIALE FILIPPO TOMMASO MARINETTI 221"
- "percentShare": 100
- "debts": [
- {
- "code": "IIC099",
- "value": 0
- {
- "code": "IIC098",
- "value": 5426
- {
- "code": "IIC091",
- "value": 0
- {
- "code": "IIC090",
- "value": 0
- {
- "code": "IIC092",
- "value": 0
- {
- "code": "IIC093",
- "value": 0
- {
- "code": "IIC103",
- "value": 0
- {
- "code": "IIC102",
- "value": 0
- {
- "code": "IIC117",
- "value": 52106
- {
- "code": "IIC097",
- "value": 38777
- {
- "code": "IIC107",
- "value": 0
- {
- "code": "IIC112",
- "value": 19752
- {
- "code": "IIC113",
- "value": 0
- {
- "code": "IIC109",
- "value": 0
- {
- "code": "IIC105",
- "value": 0
- {
- "code": "IIC220",
- "value": 0
- {
- "code": "IIC221",
- "value": 0
- {
- "code": "IIC106",
- "value": 0
- {
- "code": "IIC094",
- "value": 2884
- {
- "code": "IIC095",
- "value": 0
- {
- "code": "IIC096",
- "value": 0
- {
- "code": "IIC108",
- "value": 0
- {
- "code": "IIC185",
- "value": 0
- {
- "code": "IIC184",
- "value": 0
- {
- "code": "IIC104",
- "value": 0
- {
- "code": "IIC101",
- "value": 0
- {
- "code": "IIC100",
- "value": 554848
- {
- "code": "IIC114",
- "value": 26268
- {
- "code": "IIC115",
- "value": 0
- {
- "code": "IIC116",
- "value": 781131
- {
- "code": "IIC110",
- "value": 171953
- {
- "code": "IIC111",
- "value": 13329
- {
- "code": "IIC334",
- "value": 5426
- {
- "code": "IIC329",
- "value": 0
- {
- "code": "IIC333",
- "value": 38777
- {
- "code": "IIC338",
- "value": 0
- {
- "code": "IIC337",
- "value": 0
- {
- "code": "IIC330",
- "value": 0
- {
- "code": "IIC336",
- "value": 0
- {
- "code": "IIC342",
- "value": 19752
- {
- "code": "IIC340",
- "value": 0
- {
- "code": "IIC339",
- "value": 0
- {
- "code": "IIC331",
- "value": 0
- {
- "code": "IIC332",
- "value": 2884
- {
- "code": "IIC343",
- "value": 26268
- {
- "code": "IIC341",
- "value": 185282
- {
- "code": "IIC335",
- "value": 554848
- "companyDetails": {
- "vatCode": "12485671007",
- "taxCode": "12485671007",
- "lastUpdateDate": "2023-03-08T11:25:08.0331456Z",
- "cciaa": "RM",
- "reaCode": "1378273",
- "companyName": "OPENAPI SRL",
- "officeType": {
- "code": "SSL",
- "description": "Sede amministrativa e sede legale"
- "openapiNumber": "IT93E20F0DS0001"
- "address": {
- "streetName": "VIALE FILIPPO TOMMASO MARINETTI, 221",
- "zipCode": "00143",
- "town": "ROMA",
- "province": {
- "code": "RM",
- "description": "ROMA"
- "region": {
- "code": "12",
- "description": "LAZIO"
- "country": {
- "code": "IT",
- "description": "Italia"
- "branches": {
- "numberOfBranches": 1
- "ecofin": {
- "balanceSheetDate": "2021-12-31T00:00:00",
- "turnoverRange": {
- "code": "TR7",
- "description": "1000000 - 4999999"
- "turnoverYear": 2021,
- "turnover": 4432761,
- "turnoverTrend": 5.74,
- "shareCapital": 50000,
- "netWorth": 563473,
- "enterpriseSize": {
- "code": "SMALL",
- "description": "Piccola impresa"
- "foreignTrade": {
- "isImporter": false,
- "isExporter": false
- "corporateGroups": {
- "belongsToGroup": true,
- "groupName": "DE LUCIA - SCURIATTI",
- "holdingCompanyName": "LUCA SCURIATTI",
- "nationalParentCompany": {
- "province": {
- "code": "ND99",
- "description": "N. A."
- "operatingResults": {
- "ebitda": 714856,
- "ebitdaL2Y": 284656,
- "ebit": 682714,
- "ebitL2Y": 260414,
- "cashFlow": 501508,
- "cashFlowL2Y": 194476
- "success": true,
- "message": "",
- "error": null
Marketing
Chiamata che consente di estrarre dati da un'azienda per una funzione di marketing
Authorizations:
path Parameters
vatCode_or_taxCode required | string Example: 12485671007 codice iva o codice fiscale |
Responses
Response Schema: application/json
Array of objects (Marketing) | |
success | boolean |
message | string |
error | integer |
Request samples
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
CURL *hnd = curl_easy_init(); curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET"); curl_easy_setopt(hnd, CURLOPT_URL, "https://company.openapi.com/IT-marketing/%7BvatCode_or_taxCode%7D"); struct curl_slist *headers = NULL; headers = curl_slist_append(headers, "Authorization: Bearer REPLACE_BEARER_TOKEN"); curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers); CURLcode ret = curl_easy_perform(hnd);
Response samples
- 200
- 400
- 402
- 406
- 503
- "data": {
- "companyDetails": {
- "vatCode": "12485671007",
- "taxCode": "12485671007",
- "lastUpdateDate": "2023-03-08T11:25:08.0331456Z",
- "cciaa": "RM",
- "reaCode": "1378273",
- "companyName": "OPENAPI SRL",
- "officeType": {
- "code": "SSL",
- "description": "Sede amministrativa e sede legale"
- "openapiNumber": "IT93E20F0DS0001"
- "companyStatus": {
- "activityStatus": {
- "code": "A",
- "description": "Abilitazione"
- "address": {
- "streetName": "VIALE FILIPPO TOMMASO MARINETTI, 221",
- "zipCode": "00143",
- "town": "ROMA",
- "province": {
- "code": "RM",
- "description": "ROMA"
- "region": {
- "code": "12",
- "description": "LAZIO"
- "country": {
- "code": "IT",
- "description": "Italia"
- "branches": {
- "numberOfBranches": 1
- "atecoClassification": {
- "ateco": {
- "code": "6201",
- "description": "Produzione di software non legati all'editing"
- "secondaryAteco": "6202"
- "internationalClassification": {
- "nace": {
- "code": "6201",
- "description": "Attività di programmazione informatica"
- "primarySic": {
- "code": "7372",
- "description": "Servizi di programmazione e software per computer"
- "secondarySic": "7392, 7374"
- "ecofin": {
- "balanceSheetDate": "2021-12-31T00:00:00",
- "turnoverRange": {
- "code": "TR7",
- "description": "1000000 - 4999999"
- "turnoverYear": 2021,
- "turnover": 4432761,
- "turnoverTrend": 5.74,
- "shareCapital": 50000,
- "netWorth": 563473,
- "enterpriseSize": {
- "code": "SMALL",
- "description": "Piccola impresa"
- "employees": {
- "employeeRange": {
- "code": "ER4",
- "description": "11 - 20"
- "employee": 15,
- "employeeTrend": 7.14
- "employeesStatistic": {
- "permanentContract": 100,
- "partialTimeContract": 20,
- "fullTimeContract": 80,
- "whiteCollar": 100
- "innovativeSmeAndSu": {
- "isInnovativeStartUp": false,
- "isInnovativeSme": false
- "contacts": {
- "telephoneNumber": "0697276223;",
- "fax": "0687420311"
- "webAndSocial": {
- "website": "www.altravia.com",
- "hasSocial": true,
- "corporateGroups": {
- "belongsToGroup": true,
- "groupName": "DE LUCIA - SCURIATTI",
- "holdingCompanyName": "LUCA SCURIATTI",
- "nationalParentCompany": {
- "province": {
- "code": "ND99",
- "description": "N. A."
- "success": true,
- "message": "",
- "error": null
Gli stakeholder
Chiamata che consente di estrarre i dati da un'azienda per vedere tutti i suoi stakeholder
Authorizations:
path Parameters
vatCode_or_taxCode required | string Example: 12485671007 codice iva o codice fiscale |
Responses
Response Schema: application/json
Array of objects (Stakeholders) | |
success | boolean |
message | string |
error | integer |
Request samples
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
CURL *hnd = curl_easy_init(); curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET"); curl_easy_setopt(hnd, CURLOPT_URL, "https://company.openapi.com/IT-stakeholders/%7BvatCode_or_taxCode%7D"); struct curl_slist *headers = NULL; headers = curl_slist_append(headers, "Authorization: Bearer REPLACE_BEARER_TOKEN"); curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers); CURLcode ret = curl_easy_perform(hnd);
Response samples
- 200
- 400
- 402
- 406
- 503
- "data": {
- "managers": [
- {
- "name": "LUCA",
- "surname": "SCURIATTI",
- "roles": [
- {
- "role": {
- "code": "AUN",
- "description": "Direttore generale"
- "roleStartDate": "2020-09-10T00:00:00"
- "gender": {
- "code": "M",
- "description": "Uomo"
- "taxCode": "SCRLCU73R02H501H",
- "birthDate": "1973-10-02T00:00:00",
- "age": 49,
- "birthTown": "ROMA (RM)",
- "isLegalRepresentative": true
- {
- "companyName": "OPEN HOLDING SRL",
- "roles": [
- {
- "role": {
- "code": "SOU",
- "description": "Proprietario unico"
- "roleStartDate": "2022-12-05T00:00:00"
- "taxCode": "16935371001",
- "isLegalRepresentative": false
- {
- "name": "SIMONE",
- "surname": "DESANTIS",
- "roles": [
- {
- "role": {
- "code": "PP",
- "description": "Rappresentante speciale/agente"
- "roleStartDate": "2013-10-17T00:00:00"
- "gender": {
- "code": "M",
- "description": "Uomo"
- "taxCode": "DSNSMN80M11L117F",
- "birthDate": "1980-08-11T00:00:00",
- "age": 42,
- "birthTown": "TERNI (TR)",
- "isLegalRepresentative": false
- {
- "name": "SHAUN",
- "surname": "DE LUCIA",
- "roles": [
- {
- "role": {
- "code": "PP",
- "description": "Rappresentante speciale/agente"
- "roleStartDate": "2013-10-17T00:00:00"
- "gender": {
- "code": "M",
- "description": "Uomo"
- "taxCode": "DLCSHN77S29Z114J",
- "birthDate": "1977-11-29T00:00:00",
- "age": 45,
- "birthTown": "STOKE ON TRENT (E)",
- "isLegalRepresentative": false
- "shareholders": [
- {
- "shareholdersInformation": [
- {
- "taxCode": "16935371001",
- "openapiNumber": "IT8A380807S0001",
- "companyName": "OPEN HOLDING SRL",
- "sinceDate": "2022-11-23T00:00:00",
- "streetName": "VIALE FILIPPO TOMMASO MARINETTI 221"
- "percentShare": 100
- "companyDetails": {
- "vatCode": "12485671007",
- "taxCode": "12485671007",
- "lastUpdateDate": "2023-03-08T11:25:08.0331456Z",
- "cciaa": "RM",
- "reaCode": "1378273",
- "companyName": "OPENAPI SRL",
- "officeType": {
- "code": "SSL",
- "description": "Sede amministrativa e sede legale"
- "openapiNumber": "IT93E20F0DS0001"
- "address": {
- "streetName": "VIALE FILIPPO TOMMASO MARINETTI, 221",
- "zipCode": "00143",
- "town": "ROMA",
- "province": {
- "code": "RM",
- "description": "ROMA"
- "region": {
- "code": "12",
- "description": "LAZIO"
- "country": {
- "code": "IT",
- "description": "Italia"
- "branches": {
- "numberOfBranches": 1
- "employees": {
- "employeeRange": {
- "code": "ER4",
- "description": "11 - 20"
- "employee": 15,
- "employeeTrend": 7.14
- "employeesStatistic": {
- "permanentContract": 100,
- "partialTimeContract": 20,
- "fullTimeContract": 80,
- "whiteCollar": 100
- "corporateGroups": {
- "belongsToGroup": true,
- "groupName": "DE LUCIA - SCURIATTI",
- "holdingCompanyName": "LUCA SCURIATTI",
- "nationalParentCompany": {
- "province": {
- "code": "ND99",
- "description": "N. A."
- "success": true,
- "message": "",
- "error": null
Tutti i dati
Chiamata che consente di estrarre tutti i dati di un'azienda
Authorizations:
path Parameters
vatCode_or_taxCode required | string Example: 12485671007 codice iva o codice fiscale |
Responses
Response Schema: application/json
Array of objects (Full) | |
success | boolean |
message | string |
error | integer |
Request samples
- C + Libcurl
- Csharp + Restsharp
- Go + Native
- Java + Okhttp
- Java + Unirest
- Javascript + Jquery
- Javascript + Xhr
- Node + Native
- Node + Request
- Node + Unirest
- Objc + Nsurlsession
- Ocaml + Cohttp
- Php + Curl
- Php + Http1
- Php + Http2
- Python + Python3
- Python + Requests
- Ruby + Native
- Shell + Curl
- Shell + Httpie
- Shell + Wget
- Swift + Nsurlsession
CURL *hnd = curl_easy_init(); curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "GET"); curl_easy_setopt(hnd, CURLOPT_URL, "https://company.openapi.com/IT-full/%7BvatCode_or_taxCode%7D"); struct curl_slist *headers = NULL; headers = curl_slist_append(headers, "Authorization: Bearer REPLACE_BEARER_TOKEN"); curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers); CURLcode ret = curl_easy_perform(hnd);
Response samples
- 200
- 400
- 402
- 406
- 503
- "data": {
- "publicTenders": [
- {
- "year": "2021",
- "applied": 41,
- "won": 42,
- "value": 13812.52
- {
- "year": "2020",
- "applied": 48,
- "won": 51,
- "value": 10274.94
- "managers": [
- {
- "name": "LUCA",
- "surname": "SCURIATTI",
- "roles": [
- {
- "role": {
- "code": "AUN",
- "description": "Direttore generale"
- "roleStartDate": "2020-09-10T00:00:00"
- "gender": {
- "code": "M",
- "description": "Uomo"
- "taxCode": "SCRLCU73R02H501H",
- "birthDate": "1973-10-02T00:00:00",
- "age": 49,
- "birthTown": "ROMA (RM)",
- "isLegalRepresentative": true
- {
- "companyName": "OPEN HOLDING SRL",
- "roles": [
- {
- "role": {
- "code": "SOU",
- "description": "Proprietario unico"
- "roleStartDate": "2022-12-05T00:00:00"
- "taxCode": "16935371001",
- "isLegalRepresentative": false
- {
- "name": "SIMONE",
- "surname": "DESANTIS",
- "roles": [
- {
- "role": {
- "code": "PP",
- "description": "Rappresentante speciale/agente"
- "roleStartDate": "2013-10-17T00:00:00"
- "gender": {
- "code": "M",
- "description": "Uomo"
- "taxCode": "DSNSMN80M11L117F",
- "birthDate": "1980-08-11T00:00:00",
- "age": 42,
- "birthTown": "TERNI (TR)",
- "isLegalRepresentative": false
- {
- "name": "SHAUN",
- "surname": "DE LUCIA",
- "roles": [
- {
- "role": {
- "code": "PP",
- "description": "Rappresentante speciale/agente"
- "roleStartDate": "2013-10-17T00:00:00"
- "gender": {
- "code": "M",
- "description": "Uomo"
- "taxCode": "DLCSHN77S29Z114J",
- "birthDate": "1977-11-29T00:00:00",
- "age": 45,
- "birthTown": "STOKE ON TRENT (E)",
- "isLegalRepresentative": false
- "shareholders": [
- {
- "shareholdersInformation": [
- {
- "taxCode": "16935371001",
- "openapiNumber": "IT8A380807S0001",
- "companyName": "OPEN HOLDING SRL",
- "sinceDate": "2022-11-23T00:00:00",
- "streetName": "VIALE FILIPPO TOMMASO MARINETTI 221"
- "percentShare": 100
- "adjustments": [
- {
- "code": "IIC163",
- "value": 0
- {
- "code": "IIC162",
- "value": 0
- {
- "code": "IIC164",
- "value": 0
- {
- "code": "IIC246",
- "value": 0
- {
- "code": "IIC245",
- "value": 0
- {
- "code": "IIC350",
- "value": 0
- {
- "code": "IICC351",
- "value": 0
- {
- "code": "IIC167",
- "value": 0
- {
- "code": "IIC168",
- "value": 0
- {
- "code": "IIC166",
- "value": 0
- {
- "code": "IIC165",
- "value": 0
- {
- "code": "IIC169",
- "value": 0
- "productionCosts": [
- {
- "code": "IIC134",
- "value": 401153
- {
- "code": "IIC188",
- "value": 32142
- {
- "code": "IIC140",
- "value": 19514
- {
- "code": "IIC141",
- "value": 12628
- {
- "code": "IIC142",
- "value": 0
- {
- "code": "IIC143",
- "value": 0
- {
- "code": "IIC133",
- "value": 68393
- {
- "code": "IIC138",
- "value": 6689
- {
- "code": "IIC148",
- "value": 33313
- {
- "code": "IIC147",
- "value": 0
- {
- "code": "IIC137",
- "value": 0
- {
- "code": "IIC131",
- "value": 9949
- {
- "code": "IIC146",
- "value": 0
- {
- "code": "IIC132",
- "value": 3061076
- {
- "code": "IIC136",
- "value": 24181
- {
- "code": "IIC187",
- "value": 30870
- {
- "code": "IIC135",
- "value": 116838
- {
- "code": "IIC144",
- "value": 32142
- {
- "code": "IIC139",
- "value": 548861
- {
- "code": "IIC145",
- "value": 0
- "revenuesFinancialCharges": [
- {
- "code": "IIC226",
- "value": 0
- {
- "code": "IPL231",
- "value": 0
- {
- "code": "IIC236",
- "value": 0
- {
- "code": "IIC227",
- "value": 0
- {
- "code": "IPL232",
- "value": 0
- {
- "code": "IIC237",
- "value": 0
- {
- "code": "IIC225",
- "value": 0
- {
- "code": "IIC230",
- "value": 0
- {
- "code": "IIC235",
- "value": 0
- {
- "code": "IIC228",
- "value": 0
- {
- "code": "IIC233",
- "value": 0
- {
- "code": "IIC238",
- "value": 0
- {
- "code": "IIC229",
- "value": 0
- {
- "code": "IIC234",
- "value": 0
- {
- "code": "IIC239",
- "value": 0
- {
- "code": "IIC156",
- "value": 0
- {
- "code": "IIC190",
- "value": -3950
- {
- "code": "IIC152",
- "value": 0
- {
- "code": "IIC155",
- "value": 0
- {
- "code": "IIC154",
- "value": 0
- {
- "code": "IIC150",
- "value": 0
- {
- "code": "IIC189",
- "value": 0
- {
- "code": "IIC241",
- "value": 0
- {
- "code": "IIC243",
- "value": 0
- {
- "code": "IIC244",
- "value": 1445
- {
- "code": "IIC242",
- "value": 0
- {
- "code": "IIC240",
- "value": 0
- {
- "code": "IIC159",
- "value": 1445
- {
- "code": "IIC158",
- "value": 0
- "annualResult": [
- {
- "code": "IIC191",
- "value": 204454
- {
- "code": "IIC192",
- "value": 0
- {
- "code": "IIC250",
- "value": 0
- {
- "code": "IIC179",
- "value": 469366
- {
- "code": "IIC177",
- "value": 677319
- {
- "code": "IIC347",
- "value": 3499
- {
- "code": "IIC178",
- "value": 207953
- "incomeStatementAggregateValues": [
- {
- "code": "IIC224",
- "value": 682714
- {
- "code": "IIC149",
- "value": 3753734
- {
- "code": "IIC130",
- "value": 4436448
- {
- "code": "IIC161",
- "value": -5395
- {
- "code": "IIC170",
- "value": 0
- "productionValue": [
- {
- "code": "IIC127",
- "value": 0
- {
- "code": "IIC129",
- "value": 0
- {
- "code": "IIC223",
- "value": 3687
- {
- "code": "IIC125",
- "value": 0
- {
- "code": "IIC124",
- "value": 4432761
- {
- "code": "IIC128",
- "value": 3687
- {
- "code": "IIC186",
- "value": 0
- {
- "code": "IIC126",
- "value": 0
- "assetsAggregateValues": [
- {
- "code": "IIC072",
- "value": 77415
- {
- "code": "IIC001",
- "value": 0
- {
- "code": "IIC071",
- "value": 1140691
- {
- "code": "IIC074",
- "value": 1511183
- {
- "code": "IIC039",
- "value": 293077
- "intangibleFixedAssets": [
- {
- "code": "IIC011",
- "value": 62234
- "tangibleFixedAssets": [
- {
- "code": "IIC018",
- "value": 230843
- "cashEquivalents": [
- {
- "code": "IIC070",
- "value": 1020479
- "credits": [
- {
- "code": "IIC057",
- "value": 2865
- {
- "code": "IIC052",
- "value": 0
- {
- "code": "IIC053",
- "value": 0
- {
- "code": "IIC046",
- "value": 91525
- {
- "code": "IIC047",
- "value": 0
- {
- "code": "IIC054",
- "value": 6363
- {
- "code": "IIC055",
- "value": 0
- {
- "code": "IIC050",
- "value": 0
- {
- "code": "IIC051",
- "value": 0
- {
- "code": "IIC048",
- "value": 0
- {
- "code": "IIC049",
- "value": 0
- {
- "code": "IIC198",
- "value": 0
- {
- "code": "IIC199",
- "value": 0
- {
- "code": "IIC056",
- "value": 113619
- {
- "code": "IIC180",
- "value": 15731
- {
- "code": "IIC181",
- "value": 2865
- {
- "code": "IIC324",
- "value": 0
- {
- "code": "IIC321",
- "value": 91525
- {
- "code": "IIC058",
- "value": 120212
- {
- "code": "IIC325",
- "value": 0
- {
- "code": "IIC326",
- "value": 18596
- {
- "code": "IIC328",
- "value": 6363
- {
- "code": "IIC323",
- "value": 0
- {
- "code": "IIC322",
- "value": 0
- {
- "code": "IIC327",
- "value": 3728
- "financialFixedAssets": [
- {
- "code": "IIC026",
- "value": 0
- {
- "code": "IIC027",
- "value": 0
- {
- "code": "IIC029",
- "value": 0
- {
- "code": "IIC028",
- "value": 0
- {
- "code": "IIC025",
- "value": 0
- {
- "code": "IIC024",
- "value": 0
- {
- "code": "IIC030",
- "value": 0
- {
- "code": "IIC031",
- "value": 0
- {
- "code": "IIC197",
- "value": 0
- {
- "code": "IIC194",
- "value": 0
- {
- "code": "IIC033",
- "value": 0
- {
- "code": "IIC035",
- "value": 0
- {
- "code": "IIC020",
- "value": 0
- {
- "code": "IIC022",
- "value": 0
- {
- "code": "IIC021",
- "value": 0
- {
- "code": "IIC019",
- "value": 0
- {
- "code": "IIC195",
- "value": 0
- {
- "code": "IIC196",
- "value": 0
- {
- "code": "IIC032",
- "value": 0
- {
- "code": "IIC317",
- "value": 0
- {
- "code": "IIC318",
- "value": 0
- {
- "code": "IIC316",
- "value": 0
- {
- "code": "IIC034",
- "value": 0
- {
- "code": "IIC320",
- "value": 0
- {
- "code": "IIC038",
- "value": 0
- {
- "code": "IIC023",
- "value": 0
- {
- "code": "IIC319",
- "value": 0
- "creditsToShareholders": [
- {
- "code": "IIC002",
- "value": 0
- {
- "code": "IIC193",
- "value": 0
- "financialAssets": [
- {
- "code": "IIC201",
- "value": 0
- {
- "code": "IIC202",
- "value": 0
- {
- "code": "IIC200",
- "value": 0
- {
- "code": "IIC062",
- "value": 0
- {
- "code": "IIC065",
- "value": 0
- {
- "code": "IIC060",
- "value": 0
- {
- "code": "IIC059",
- "value": 0
- {
- "code": "IIC061",
- "value": 0
- {
- "code": "IIC066",
- "value": 0
- "inventory": [
- {
- "code": "IIC043",
- "value": 0
- {
- "code": "IIC044",
- "value": 0
- {
- "code": "IIC040",
- "value": 0
- {
- "code": "IIC041",
- "value": 0
- {
- "code": "IIC349",
- "value": 0
- {
- "code": "IIC045",
- "value": 0
- {
- "code": "IIC042",
- "value": 0
- "debts": [
- {
- "code": "IIC099",
- "value": 0
- {
- "code": "IIC098",
- "value": 5426
- {
- "code": "IIC091",
- "value": 0
- {
- "code": "IIC090",
- "value": 0
- {
- "code": "IIC092",
- "value": 0
- {
- "code": "IIC093",
- "value": 0
- {
- "code": "IIC103",
- "value": 0
- {
- "code": "IIC102",
- "value": 0
- {
- "code": "IIC117",
- "value": 52106
- {
- "code": "IIC097",
- "value": 38777
- {
- "code": "IIC107",
- "value": 0
- {
- "code": "IIC112",
- "value": 19752
- {
- "code": "IIC113",
- "value": 0
- {
- "code": "IIC109",
- "value": 0
- {
- "code": "IIC105",
- "value": 0
- {
- "code": "IIC220",
- "value": 0
- {
- "code": "IIC221",
- "value": 0
- {
- "code": "IIC106",
- "value": 0
- {
- "code": "IIC094",
- "value": 2884
- {
- "code": "IIC095",
- "value": 0
- {
- "code": "IIC096",
- "value": 0
- {
- "code": "IIC108",
- "value": 0
- {
- "code": "IIC185",
- "value": 0
- {
- "code": "IIC184",
- "value": 0
- {
- "code": "IIC104",
- "value": 0
- {
- "code": "IIC101",
- "value": 0
- {
- "code": "IIC100",
- "value": 554848
- {
- "code": "IIC114",
- "value": 26268
- {
- "code": "IIC115",
- "value": 0
- {
- "code": "IIC116",
- "value": 781131
- {
- "code": "IIC110",
- "value": 171953
- {
- "code": "IIC111",
- "value": 13329
- {
- "code": "IIC334",
- "value": 5426
- {
- "code": "IIC329",
- "value": 0
- {
- "code": "IIC333",
- "value": 38777
- {
- "code": "IIC338",
- "value": 0
- {
- "code": "IIC337",
- "value": 0
- {
- "code": "IIC330",
- "value": 0
- {
- "code": "IIC336",
- "value": 0
- {
- "code": "IIC342",
- "value": 19752
- {
- "code": "IIC340",
- "value": 0
- {
- "code": "IIC339",
- "value": 0
- {
- "code": "IIC331",
- "value": 0
- {
- "code": "IIC332",
- "value": 2884
- {
- "code": "IIC343",
- "value": 26268
- {
- "code": "IIC341",
- "value": 185282
- {
- "code": "IIC335",
- "value": 554848
- "liabilitiesAggregateValues": [
- {
- "code": "IIC119",
- "value": 45616
- {
- "code": "IIC089",
- "value": 68857
- {
- "code": "IIC118",
- "value": 833237
- {
- "code": "IIC121",
- "value": 1511183
- {
- "code": "IIC084",
- "value": 563473
- {
- "code": "IIC088",
- "value": 0
- "netWorth": [
- {
- "code": "IIC211",
- "value": 0
- {
- "code": "IIC207",
- "value": 0
- {
- "code": "IIC209",
- "value": 0
- {
- "code": "IIC210",
- "value": 0
- {
- "code": "IIC208",
- "value": 0
- {
- "code": "IIC203",
- "value": 7069
- {
- "code": "IIC206",
- "value": 0
- {
- "code": "IIC078",
- "value": 10000
- {
- "code": "IIC212",
- "value": 0
- {
- "code": "IIC216",
- "value": 0
- {
- "code": "IIC214",
- "value": 1
- {
- "code": "IIC218",
- "value": 0
- {
- "code": "IIC081",
- "value": 7069
- {
- "code": "IIC082",
- "value": 0
- {
- "code": "IIC083",
- "value": 469366
- {
- "code": "IIC345",
- "value": 0
- {
- "code": "IIC204",
- "value": 0
- {
- "code": "IIC213",
- "value": 0
- {
- "code": "IIC215",
- "value": 0
- {
- "code": "IIC077",
- "value": 27038
- {
- "code": "IIC075",
- "value": 50000
- {
- "code": "IIC076",
- "value": 0
- {
- "code": "IIC205",
- "value": 0
- {
- "code": "IIC080",
- "value": 0
- "riskProvisions": [
- {
- "code": "IIC087",
- "value": 0
- {
- "code": "IIC219",
- "value": 0
- {
- "code": "IIC085",
- "value": 0
- {
- "code": "IIC086",
- "value": 0
- "companyDetails": {
- "vatCode": "12485671007",
- "taxCode": "12485671007",
- "lastUpdateDate": "2023-03-08T11:25:08.0331456Z",
- "cciaa": "RM",
- "reaCode": "1378273",
- "companyName": "OPENAPI SRL",
- "officeType": {
- "code": "SSL",
- "description": "Sede amministrativa e sede legale"
- "openapiNumber": "IT93E20F0DS0001"
- "legalForm": {
- "legalForm": {
- "code": "SC",
- "description": "Società per azioni"
- "detailedLegalForm": {
- "code": "SR",
- "description": "Società a responsabilità limitata/società per azioni"
- "companyStatus": {
- "activityStatus": {
- "code": "A",
- "description": "Abilitazione"
- "companyDates": {
- "registrationDate": "2013-07-19T00:00:00",
- "startDate": "2013-10-20T00:00:00",
- "incorporationDate": "2013-07-11T00:00:00"
- "address": {
- "streetName": "VIALE FILIPPO TOMMASO MARINETTI, 221",
- "zipCode": "00143",
- "town": "ROMA",
- "province": {
- "code": "RM",
- "description": "ROMA"
- "region": {
- "code": "12",
- "description": "LAZIO"
- "country": {
- "code": "IT",
- "description": "Italia"
- "marketable": {
- "isMarketable": true
- "branches": {
- "numberOfBranches": 1
- "atecoClassification": {
- "ateco": {
- "code": "6201",
- "description": "Produzione di software non legati all'editing"
- "secondaryAteco": "6202"
- "internationalClassification": {
- "nace": {
- "code": "6201",
- "description": "Attività di programmazione informatica"
- "primarySic": {
- "code": "7372",
- "description": "Servizi di programmazione e software per computer"
- "secondarySic": "7392, 7374"
- "ecofin": {
- "balanceSheetDate": "2021-12-31T00:00:00",
- "turnoverRange": {
- "code": "TR7",
- "description": "1000000 - 4999999"
- "turnoverYear": 2021,
- "turnover": 4432761,
- "turnoverTrend": 5.74,
- "shareCapital": 50000,
- "netWorth": 563473,
- "enterpriseSize": {
- "code": "SMALL",
- "description": "Piccola impresa"
- "employees": {
- "employeeRange": {
- "code": "ER4",
- "description": "11 - 20"
- "employee": 15,
- "employeeTrend": 7.14
- "employeesStatistic": {
- "permanentContract": 100,
- "partialTimeContract": 20,
- "fullTimeContract": 80,
- "whiteCollar": 100
- "innovativeSmeAndSu": {
- "isInnovativeStartUp": false,
- "isInnovativeSme": false
- "contacts": {
- "telephoneNumber": "0697276223;",
- "fax": "0687420311"
- "webAndSocial": {
- "website": "www.altravia.com",
- "hasSocial": true,
- "foreignTrade": {
- "isImporter": false,
- "isExporter": false
- "corporateGroups": {
- "belongsToGroup": true,
- "groupName": "DE LUCIA - SCURIATTI",
- "holdingCompanyName": "LUCA SCURIATTI",
- "nationalParentCompany": {
- "province": {
- "code": "ND99",
- "description": "N. A."
- "artisanBusinessRegistry": {
- "belongsToArtisanBusinessRegistry": false
- "soaCertification": {
- "hasSoaCertification": false
- "financialCycle": {
- "accountsReceivableDuration": 7.53,
- "stockDuration": 0,
- "debtsToSuppliersDuration": 64.5086,
- "financialCycleDuration": -56.9786
- "coverageRatios": {
- "ebitdaNetInterestCoverage": 494.71,
- "ebitNetInterestCoverage": 472.4664,
- "ebitdaGrossInterestCoverage": 494.71,
- "ebitGrossInterestCoverage": 472.4664
- "efficiency": {
- "turnoverIndex": 2.9358,
- "currentAssetsRotation": 3.6619,
- "accountsReceivableRotation": 48.4725
- "leverageRatios": {
- "pfnEbitda": -1.3693,
- "ebitdaNetLeverage": -1.3693,
- "ebitdaGrossLeverage": 0.0583
- "liquidityRatios": {
- "cashShortTermFinancialDebt": 353.8415,
- "cashShortTermBankDebt": 353.8415,
- "cashTotalShortTermDebt": 1.3064
- "profitability": {
- "ros": 15.39,
- "roe": 83.3,
- "incidenceOfExtraFeaturesManagement": 68.75,
- "roi": 45.18,
- "roaMonetary": 33.19
- "financialBurden": {
- "rod": 0.17,
- "rodFinanziario": 3.47,
- "burdenIndex": 0.2
- "indebtedness": {
- "bankDebtTotalAssets": 0.0019,
- "capitalizationDegree": 0.3729,
- "leverage": 2.6819,
- "bankDebtRatio": 0.0051,
- "debtRatio": 1.4788
- "financialStability": {
- "secondaryMarginStructure ": 315909,
- "marginStructure": 1.8803,
- "fixedAssetsCoverageRate": 2.0542,
- "marginStructureIndex": 263803,
- "workingCapitalCoverage": 0.0867,
- "acidTest": 1.4654,
- "currentRatio": 1.4654
- "structureRatios": {
- "netFinancialDebtEquityNetWorth": -1.7371,
- "pfnNetWorth": -1.7371,
- "financialDebtComposition": 0.0692,
- "grossFinancialDebtNetWorth": 0.0739
- "development": {
- "ebitVariation": 1.6217,
- "grossFinancialDebt": -0.1394,
- "totalAssets": -12.38,
- "mol": 151.13,
- "addedValue": 60.01,
- "productionValue": 4.48
- "operatingResults": {
- "ebitda": 714856,
- "ebitdaL2Y": 284656,
- "ebit": 682714,
- "ebitL2Y": 260414,
- "cashFlow": 501508,
- "cashFlowL2Y": 194476
- "financialStatementKpi": {
- "totalInventoryTurnover": 0,
- "debtsTurnover": 0.188
- "success": true,
- "message": "",
- "error": null