Equity stakes in companies (Search)

  • Openapi Delivery : Immediate
  • Openapi starting from € 0,00 + 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.

Esempio Equity stakes in companies (Search)

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.

GET /IT-search REQUEST SAMPLE

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).

 
GET /IT-search RESPONSE SAMPLE

The response depends on the value set for the "dataEnrichment" parameter:

  • No parameter: if not specified, a list of company IDs that can be used to request information via other Company endpoints will be returned.
  • Start: will return for each company corresponding to the parameters all the information from the start endpoint: name, tax code, VAT number, address, headquarters, activity status, SDI code
  • Advanced: will behave in the same way as start but will offer enriched information such as PEC code, SDI code, REA, Legal Nature, ATECO, turnover, profits, employees, shareholders

This is an example response (start):

  • Tax Code
  • Name
  • VAT Number
  • Registered Office (toponym, street, address, town, hamlet, province, ZIP code)
  • Geographical Coordinates of Registered Office (longitude and latitude)
  • Cadastral code of the headquarters
  • SDI code and update
  • Activity Status
  • Creation Timestamp (company creation date in the database)
  • Last Update Timestamp (date of the last change of the company)
  • Date of registration with the Chamber of Commerce
  • Internal company identifier (ID)

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.

Our prices

Price list for single API calls

  • Search (only id) € 0,00 + vat
  • Search Start € 0,05 + vat
  • Search Advanced € 0,10 + vat