HomeProductsItalian Sole Proprietorship Company Registration Report

Italian Sole Proprietorship Company Registration Report

From: €2.75 + VAT

The service allows you to request individual company reports, both ordinary and historical, in real time, with no search fees and via API.

Delivery

In a few seconds

available for
  • it

With the Chamber of Commerce Company Registrations service, you can obtain the ordinary or historical company report of a Sole Proprietorship.

It is the only API that allows you to search for a company for free and obtain a list of reports that can be requested for that type of business.

The Sole Proprietorship Company Registration Report is an official document and contains all the information filed with the Chambers of Commerce, Industry, Handicraft, and Agriculture on any individual enterprise.

The Sole Proprietorship Company Registration Report includes the legal information and the main economic and administrative data regarding the current situation of the enterprise:

  • Personal Data (REA Number, Tax Code and Company Registration Number, VAT number, and Legal Form)
  • Headquarters (Legal Address, PEC, VAT number, and REA)
  • Information from corporate agreements (e.g., establishment details and corporate purpose)
  • Asset Information
  • Partners and office holders
  • Activities, Registers, Roles, and Licenses
  • Company Updates

The historical company report for Sole Proprietorships also includes information on the history of changes

SEARCH

As previously mentioned, before requesting a report, you can check which reports are available for that type of company. The request can be made with the VAT number, Tax Code, or Company ID.

REQUEST EXAMPLE

GET /impresa/{cf_piva_id}

This is an example request with VAT number 12345678901

https://visurecamerali.openapi.it/impresa/12345678901

At this stage, you can immediately know the legal nature of the enterprise and which reports can be requested for that company.

RESPONSE EXAMPLE

GET /impresa/{cf_piva_id}

This is an example response for VAT number: 12345678901

{
    "data": [
      {
        "id": "61f2d9978e5bb376ab1c85d6",
        "denominazione": "SOLE PROPRIETORSHIP NAME",
        "comune": "ROME",
        "codice_natura_giuridica": "DI",
        "chiamate_disponibili": [
          "visurecamerali.openapi.it/ordinaria-impresa-individuale",
          "visurecamerali.openapi.it/storica-impresa-individuale",
          "visurecamerali.openapi.it/certificato-iscrizione",
          "visurecamerali.openapi.it/certificato-iscrizione-vigenza"
        ]
      }
    ],
    "success": true,
    "message": "",
    "error": null;
  }

Generate the Report Request

GET /ordinaria-impresa-individuale

Once the free search has been carried out, you can proceed with generating the request for the type of report you are interested in.

In our case, we will refer to the ordinary company report for Sole Proprietorships.

The data to be entered for the request are: Tax Code / VAT Number / Company ID (the Company ID is obtained during the Search phase).

{
        "data": {
          "cf_piva_id": "12345678901",
          "tipo": "ordinaria-impresa-individuale",
          "stato_richiesta": "In erogazione",
          "timestamp_creation": 1649683350,
          "timestamp_last_update": 1649683350,
          "allegati": [],
          "callback": false,
          "owner": "[email protected]",
          "id": "625fec9313ddfc09f11c47e2"
        },
        "message": "",
        "success": true,
        "error": null
      }

CHECK REQUEST STATUS

GET /ordinaria-impresa-individuale/{id}

With this method, you can check the request identified by the ID created with the "Generate Request" method.

The call allows you to access the entire request object, including the status, timestamp, the presence of attachments, etc.

Below is a code snippet of a request for an ordinary chamber of commerce report for an individual enterprise. This is just an example; you can also obtain other types of reports.

{
        "data": {
          "cf_piva_id": "12345678901",
          "tipo": "ordinaria-impresa-individuale",
          "stato_richiesta": "Dati disponibili",
          "timestamp_creation": 1649683350,
          "timestamp_last_update": 1649688928,
          "allegati": [
            "625fec93fb8ca84347057795.pdf"
          ],
          "callback": false,
          "owner": "[email protected]",
          "id": "625fec9313ddfc09f11c47e2"
        },
        "success": true,
        "message": "",
        "error": null
      }

DOWNLOAD THE REPORT

GET /ordinaria-impresa-individuale/{id}/allegati

Once the status of the report is "Completed," you will be able to download the official Chamber of Commerce report.

The document can be downloaded as a zip file, and inside it, the document is in PDF format.

{
        "data": {
          "nome": "625fec93fb8ca84347057795.zip",
          "dimensione": 586660,
          "file": "UEsDBBQAAAAIABFOllTBs6lJ1vIIAJthCQAcABwANjI1ZmVjOTNmYjhjYTg0MzQ3MDU3Nzk1LnBkZlVUCQAD8nliYvJ5YmJ1eAsAAQQhAAAABCEAAACMvFO0ME0PNfgc27Zt27Zt27Zt27Zt27Zt+5x5v39mruZm7tLpZNfu6qyqpFZ3SOSFRWkYaNkgScau4w/HOUbc+WLQqnnTtt27Zt27Zt25k7bdu2bdvcadv5fnXOqapz655qt9p93x/vW62tFjHnGmv2HiMiZvQxY7RJIi8sSsNAywxFcnA4uwjFgE+Pb2doCcXNTSdqYe1s4kgnam3gbCJsYmRnbEInbWJr5"
        },
        "success": true,
        "message": "",
        "error": null
      }

LIST OF REQUESTS

GET /ordinaria-impresa-individuale

Finally, you can check previously made requests with their details.

{
  "data": [
    {
      "cf_piva_id": "12345678901",
      "tipo": "ordinaria-impresa-individuale",
      "stato_richiesta": "In erogazione",
      "timestamp_last_update": 1650550461,
      "owner": "[email protected]",
      "id": "626166bd20a96b3711585590"
    },
    {
      "cf_piva_id": "12345678901",
      "tipo": "ordinaria-impresa-individuale",
      "stato_richiesta": "Dati disponibili",
      "timestamp_last_update": 1650454028,
      "owner": "[email protected]",
      "id": "625fec9313ddfc09f11c47e2"
    }
  ],
  "success": true,
  "message": "",
  "error": null
}

With the same API, but with specific endpoints, you can also download other official chamber of commerce reports:

  • Ordinary report for partnerships
  • Historical report for partnerships
  •  Ordinary report for capital companies
  • Historical report for capital companies

Sign Up

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!

Frequently Asked Questions

The Ordinary and Historical Company Registry Report is an official document issued by the Chamber of Commerce that provides a comprehensive overview of the status of a registered sole proprietorship. The ordinary report contains up-to-date information such as the company name, legal address, economic activity, and data of legal representatives. The historical report, on the other hand, offers a summary of the company's past changes, such as variations in the company structure and changes in address or updates in activities performed.

These documents are essential for those who wish to conduct in-depth analyses, verify the reliability of a company, or make informed strategic decisions regarding potential business partners or clients.

What is the Sole Proprietorship Company Registration Report?

The Ordinary and Historical Company Registry Report for a sole proprietorship includes a wide range of legal, economic, and administrative data. Among the legal information are the company name, legal form, legal address, and data of legal representatives.

From an economic perspective, details about the business activity, ATECO code, share capital, and any financial variations are provided. Additionally, the report includes administrative data such as the date of registration in the Business Register, any changes in the statute, changes of address or representation, and other information relevant to the management and current status of the company. These data allow for a complete and detailed picture of the company, useful for market analyses, risk assessments, and due diligence processes.

What information does the Sole Proprietorship Company Registration Report include?

After performing the free search, you can request various types of company registry reports, including:

  • Ordinary registry report for sole proprietorships
  • Ordinary registry report for capital companies
  • Ordinary registry report for partnerships
  • Historical registry report for sole proprietorships
  • Historical registry report for capital companies
  • Historical registry report for partnerships

Choose the type of registry report that best fits your needs.

What types of company registry reports are available via the web service after performing the free search?

It is possible to request company registry certificates only for companies registered with the Chamber of Commerce. The certificate certifies the company's registration in the Business Register and the REA of the Chamber of Commerce, has certification value, and is enforceable against third parties. It is valid for 6 months.

For which types of companies is it available?

The main difference between the ordinary and the historical registry report lies in the types of information provided. The ordinary report offers current data about the company, such as the company name, legal address, and business activity. In contrast, the historical report includes detailed information from the company's inception, allowing tracking of changes over time. This makes the historical report particularly useful for analyzing the evolution of the company and its structural changes.

What is the difference between ordinary and historical?

The "Sole Proprietorship Company Registration Report" service is designed for various categories of users, including:

  • Entrepreneurs who need detailed information about their business.
  • Banks that need to assess the creditworthiness of a company.
  • Investors seeking economic data to make informed decisions.
  • Consultants offering legal or fiscal support and requiring in-depth verifications.
  • Legal professionals who need to analyze administrative or legal data of a company.

This service is useful both for commercial use and for market analyses and risk assessments.

Who is the Sole Proprietorship Company Registration Report service intended for?

Information is provided via API in real-time, ensuring immediate access to the requested data.

What are the service processing times?

You can opt for subscriptions that offer more convenient rates, starting at €2.75 + VAT per request. Subscriptions have usage limits that vary depending on the type of subscription chosen, ensuring greater flexibility based on needs. Alternatively, the cost for each individual request via recharge is €2.90 + VAT.

What are the costs of the Company Registration Report in English?