HomeProductsData on Real Estate Transactions (RMV) - Italy

Data on Real Estate Transactions (RMV) - Italy

From: €0.10 + VAT

Data on Real Estate Transactions is the tool for verifying the actual value of real estate through real buying and selling in a given area.

Delivery

In real time

available for
  • it

The  Data on Real Estate Transactions (Real Market Value) service provides access to detailed information on real estate transactions in Italy and obtains the actual value of properties in a given area. 

The search can be conducted from a point and by defining the search radius. You can also set search filters such as minimum/maximum area, minimum/maximum price, cadastral category, and time range.

EXAMPLE REQUEST

POST realestate.openapi.com/IT-rmv

To obtain transaction data, you need to make a request to the reference endpoint:

https://realestate.openapi.com/IT-rmv

Furthermore, as anticipated, it is necessary to pass in the payload some required information such as property type (residential_properties, non-residential_properties, appurtenant_properties) and address and some are optional (e.g. min and max price and area) and allow even more relevant data)

This is an example of a Payload

{
  "property_type": "residential_properties",
  "address": "via schivardi 6, ROME",
  "latitude": 49.887009,
  "longitude": 12.512859,
  "search_radius": 250,
  "min_amount": 1000000
  "max_amount": 9000000,
  "start_year": 2019,
  "start_month": "01",
  "end_year": 2019,
  "end_month": "01",
  "cc":[
  "A01"
  ]
 }

EXAMPLE RESPONSE

POST realestate.openapi.com/IT-rmv

The response includes a list of 10 transactions by proximity to the specified point, with price, deed information, area, and property details such as:

  • Total Price
  • Real Estate Zone Name
  • OMI Zone
  • Property Type and Deed
  • Size in sqm
  • Cadastral Category
  • Commercial Area
  • Month and Year of Deed
{
 "data": [
  {
    "units": [
      {
        "belfior_code": "H501",
        "town": "ROMA",
        "property_sale_date": "2023-02-01",
        "property_sale_year": "2023",
        "property_sale_month": "2",
        "property_type": "Residenziale",
        "omi_zone": "D82",
        "property_type_detail": "Residenziale singolo",
        "type": "Residenziale",
        "category_cat": "C02",
        "market_sector": "PER",
        "keycode": "cd06ee2fef0b46dbbcf86569aae0586c",
        "year": "2023",
        "office_code": "RM10",
        "total_property": 3,
        "id_property": 1,
        "price": 439500,
        "mortgage_guarantee": 1,
        "latitude": 41.8057123,
        "longitude": 12.4385838,
        "address": "VIA ANTONIO SCHIVARDI, 36",
        "property_sqm": 6,
        "region": "Lazio",
        "province": "RM",
        "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
        "property_sqm_total": 157,
        "estimate_property_sqm": 1.5,
        "surface": 6,
        "show": 1
      },
      {
        "belfior_code": "H501",
        "town": "ROMA",
        "property_sale_date": "2023-02-01",
        "property_sale_year": "2023",
        "property_sale_month": "2",
        "property_type": "Residenziale",
        "omi_zone": "D82",
        "property_type_detail": "Residenziale singolo",
        "type": "Residenziale",
        "category_cat": "C06",
        "market_sector": "PER",
        "keycode": "cd06ee2fef0b46dbbcf86569aae0586c",
        "year": "2023",
        "office_code": "RM10",
        "total_property": 3,
        "id_property": 2,
        "price": 439500,
        "mortgage_guarantee": 1,
        "latitude": 41.8057123,
        "longitude": 12.4385838,
        "address": "VIA ANTONIO SCHIVARDI, 36",
        "property_sqm": 6,
        "region": "Lazio",
        "province": "RM",
        "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
        "property_sqm_total": 157,
        "estimate_property_sqm": 1.5,
        "surface": 31,
        "show": 1
      },
      {
        "belfior_code": "H501",
        "town": "ROMA",
        "property_sale_date": "2023-02-01",
        "property_sale_year": "2023",
        "property_sale_month": "2",
        "property_type": "Residenziale",
        "omi_zone": "D82",
        "property_type_detail": "Residenziale singolo",
        "type": "Residenziale",
        "category_cat": "A02",
        "market_sector": "RES",
        "keycode": "cd06ee2fef0b46dbbcf86569aae0586c",
        "year": "2023",
        "office_code": "RM10",
        "total_property": 3,
        "id_property": 3,
        "price": 439500,
        "mortgage_guarantee": 1,
        "latitude": 41.8057123,
        "longitude": 12.4385838,
        "address": "VIA ANTONIO SCHIVARDI, 36",
        "property_sqm": 140,
        "region": "Lazio",
        "province": "RM",
        "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
        "property_sqm_total": 157,
        "estimate_property_sqm": 150,
        "surface": 140,
        "show": 1
      }    
    ],
    "keycode": "cd06ee2fef0b46dbbcf86569aae0586c",
    "price": 439500,
    "property_type": "Residenziale singolo",
    "property_sale_date": "2023-02-01",
    "latitude": 41.8057123,
    "longitude": 12.4385838,
    "property_sqm": 157,
    "distance_form": 0.017519356902882553
    },
    {
      "units": [
        {
          "belfior_code": "H501",
          "town": "ROMA",
          "property_sale_date": "2023-02-01",
          "property_sale_year": "2023",
          "property_sale_month": "10",
          "property_type": "Residenziale",
          "omi_zone": "D82",
          "property_type_detail": "Residenziale singolo",
          "type": "Residenziale",
          "category_cat": "C02",
          "market_sector": "PER",
          "keycode": "f2863b325e9c4908a73099c1010ed9c8",
          "year": "2023",
          "office_code": "RM10",
          "total_property": 2,
          "id_property": 1,
          "price": 148769,
          "mortgage_guarantee": 1,
          "latitude": 41.8057123,
          "longitude": 12.4385838,
          "address": "VIA ANTONIO SCHIVARDI, 10",
          "property_sqm": 8,
          "region": "Lazio",
          "province": "RM",
          "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
          "property_sqm_total": 128,
          "estimate_property_sqm": 2,
          "surface": 8,
          "show": 1
       },
       {
          "belfior_code": "H501",
          "town": "ROMA",
          "property_sale_date": "2023-02-01",
          "property_sale_year": "2023",
          "property_sale_month": "10",
          "property_type": "Residenziale",
          "omi_zone": "D82",
          "property_type_detail": "Residenziale singolo",
          "type": "Residenziale",
          "category_cat": "A02",
          "market_sector": "RES",
          "keycode": "f2863b325e9c4908a73099c1010ed9c8",
          "year": "2023",
          "office_code": "RM10",
          "total_property": 2,
          "id_property": 2,
          "price": 148769,
          "mortgage_guarantee": 1,
          "latitude": 41.8057123,
          "longitude": 12.4385838,
          "address": "VIA ANTONIO SCHIVARDI, 10",
          "property_sqm": 16,
          "region": "Lazio",
          "province": "RM",
          "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
          "property_sqm_total": 146,
          "estimate_property_sqm": 8,
          "surface": 16,
          "show": 1
       },
       {
          "belfior_code": "H501",
          "town": "ROMA",
          "property_sale_date": "2023-02-01",
          "property_sale_year": "2023",
          "property_sale_month": "5",
          "property_type": "Residenziale",
          "omi_zone": "D82",
          "property_type_detail": "Residenziale singolo",
          "type": "Residenziale",
          "category_cat": "A02",
          "market_sector": "RES",
          "keycode": "de9126af2749423b819cac2b0eea8967",
          "year": "2023",
          "office_code": "RM10",
          "total_property": 2,
          "id_property": 2,
          "price": 450000,
          "mortgage_guarantee": 1,
          "latitude": 41.8057123,
          "longitude": 12.4385838,
          "address": "VIA ANTONIO SCHIVARDI, 10",
          "property_sqm": 138,
          "region": "Lazio",
          "province": "RM",
          "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
          "property_sqm_total": 146,
          "estimate_property_sqm": 138,
          "surface": 138,
          "show": 1
        }    
    ],
    "keycode": "de9126af2749423b819cac2b0eea8967",
    "price": 450000,
    "property_type": "Residenziale singolo",
    "property_sale_date": "2023-05-01",
    "latitude": 41.8057123,
    "longitude": 12.4385838,
    "property_sqm": 146,
    "distance_form": 0.017519356902882553
  },
],
"success": true,
"message": "",
"error": null
}

The response is for example only and includes only 2 results.

The cost of the service is upon request; therefore, if the result involves multiple transactions, the details of all transactions (up to a maximum of 10) will be available at the cost of a single call.

Real Market Value data has been available since January 1, 2019. To ensure data quality in accordance with ISO25012, the data is updated with a delay of 15-35 days, covering 87% of the total transactions.

Real Estate Transactions is the ideal solution for those who need to access comprehensive information on real estate transactions with a single API request, such as appraisers, real estate agents, consulting firms, investors, and analysts.

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 Data on Real Estate Transactions service allows real-time access to detailed information on property sales in a specific area, providing actual sale values. The required data includes the address and type of property (residential, non-residential, ancillary).

You can refine your search using additional parameters such as minimum and maximum sale amount, cadastral category, and reference period (month and year). Searches can also be conducted using geographical coordinates (latitude, longitude) and a distance radius.

The response will include a list of 10 property sales results in the area, detailing the sale price, surface area, and the month and year of the transaction.

What is the Data on Real Estate Transactions service?

Data on Real Estate Transactions is available from January 1, 2019.

From which date is the data available?

The Data on Real Estate Transactions service includes the following information:

  • Total Price
  • Real Estate Zone Name
  • OMI Zone
  • Property Type and Transaction
  • Size in sqm
  • Cadastral Category
  • Commercial Surface
  • Month and Year of Transaction
What information can I obtain with the Data on Real Estate Transactions service?

The Data on Real Estate Transactions API service can be of interest to various types of companies:

  • Real estate agencies and property portals: To obtain updated transaction data, useful for property valuations and client consultations.
  • Banks and financial institutions: To assess property collateral and make decisions on mortgage approvals based on real market data.
  • Real estate investment platforms: To monitor transactions and identify investment opportunities based on market trends.
  • Consulting firms: For market analysis and real estate reporting.
Who is the Data on Real Estate Transactions service intended for?

Yes, through Openapi’s APIs, you can access over 28 services dedicated to the real estate sector:

  • ZIP Codes (CAP)
  • Municipalities Search
  • Start and Advanced Municipalities
  • Provinces, Regions, and Metropolitan Cities
  • Suppressed Municipalities
  • Geocoding and Reverse Geocoding
  • Start and Advanced Real Estate Quotations (SMQ)
  • Data on Real Estate Transactions (RMV)
  • List of Properties from Cadastral Identifiers or Address
  • National Property Search and Property Search Person
  • Cadastral Property Data
  • Cadastral Report
  • National Mortgage Inspection
  • Mortgage Inspection by Property and by Subject
  • Mortgage Inspection of a Single Note
  • Cadastral Plan
  • Planimetric Document
  • Cadastral Map Extract
  • Lease Contract Registration, Cancellation, and Extension

These services are available through different APIs: Docuengine, Cadastre, Real Estate.

Are there other services available for the real estate sector?

To ensure data quality in accordance with ISO25012, data is updated with a delay of 15-35 days, covering 87% of total transactions.

How often is the data updated?

Data is returned in real-time.

What is the service response time?

The service costs start at €0.10 per subscription or €4.00 with prepayment.

What are the costs of the Data on Real Estate Transactions service?