FREE 1440 requests/day
€0.02 + VAT
FREE requests
Access the Revenue Agency’s market and rental values directly within your software using a fast, secure, and scalable infrastructure.
The OMI Real Estate Quotations API provides access to the entire Italian Real Estate Market Observatory (OMI) database.
It allows you to query in real time the minimum and maximum values per square meter (for both sales and rentals) simply by providing geographical coordinates.
Specifically, it identifies the official OMI zone (Real Estate Market Observatory) whose polygon contains the specified point, then returns the details of the area, its geometry, and all available valuation bands (sales and rentals, broken down by property type and condition) for that zone.
The Endpoint returns the following information:
GET /IT-omi
The required parameters to obtain the real estate valuations are:
https://realestate.openapi.com/IT-omi?latitude=42.5157&longitude=12.297
GET /IT-omi
This is an example response when the coordinate point falls within an OMI zone:
{
"data": {
"location": {
"lat": 41.8425085,
"lng": 12.4569508
},
"region": "LAZIO",
"province_code": "RM",
"municipality": "ROMA",
"istat_code": "12058091",
"cadastral_code": "H501",
"omi_zone": "D8",
"zone": {
"description": "MAGLIANA (VIA DELL'IMPRUNETA)",
"prevalent_property_type": "Abitazioni civili"
},
"values": [
{
"property_type": "Abitazioni civili",
"condition": "NORMALE",
"sale": {
"min": 2100,
"max": 2900
},
"rent": {
"min": 9.5,
"max": 13.5
}
},
{
"property_type": "Abitazioni di tipo economico",
"condition": "NORMALE",
"sale": {
"min": 1850,
"max": 2550
},
"rent": {
"min": 8.8,
"max": 12.3
}
},
{
"property_type": "Box",
"condition": "NORMALE",
"sale": {
"min": 1250,
"max": 1750
},
"rent": {
"min": 6.3,
"max": 9
}
},
{
"property_type": "Capannoni industriali",
"condition": NORMALE",
"sale": {
"min": 480,
"max": 730
},
"rent": {
"min": 3.8,
"max": 6
}
},
{
"property_type": "Laboratori",
"condition": "NORMALE",
"sale": {
"min": 800,
"max": 1150
},
"rent": {
"min": .8,
"max":8.3
}
},
{
"property_type": "Negozi",
"condition": "NORMALE",
"sale": {
"min": 1400,
"max": 2000
},
"rent": {
"min": 10.5,
"max": 15
}
},
{
"property_type": "Posti auto coperti",
"condition": "NORMALE",
"sale": {
"min": 950,
"max": 1300
},
"rent": {
"min": 5.3,
"max": 7.3
}
},
{
"property_type": "Posti auto scoperti",
"condition": "NORMALE",
"sale": {
"min": 550,
"max": 800
},
"rent": {
"min": 3.3,
"max": 4.5
}
},
{
"property_type": "Uffici",
"condition": "NORMALE",
"sale": {
"min": 1700,
"max": 2500
},
"rent": {
"min": 10.3,
"max": 14.8
}
}
],
"geometry": [
{
"exterior": [
{
"lat": 41.841,
"lng": 12.455
},
{
"lat": 41.843,
"lng": 12.456
},
{
"lat": 41.844,
"lng": 12.458
},
{
"lat": 41.842,
"lng": 12.4575
},
{
"lat": 41.841,
"lng": 12.455
}
],
"holes": []
}
]
},
"success": true,
"message": "",
"error": null
}
If the specified point does not fall within any OMI zone, a response will be returned indicating that the request was successful, but no zone was detected for those coordinates:
{
"data": {},
"success": true,
"message": "No OMI zone found for the given coordinates",
"error": null
}
In the event that the submitted request is invalid, a message containing the detected error code will be returned:
{
"success": false,
"message": "Invalid value for latitude, must be between -90 and 90",
"error": 281,
"data": null
}
This service is the ideal solution for PropTech companies, banking institutions, real estate agencies, CRMs, and Automated Valuation Model (AVM) platforms that require reliable data to power their algorithms or enrich property listings.
This service is part of the Real Estate API.
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!
The OMI Real Estate Valuations service provides access to the Italian Revenue Agency (Agenzia delle Entrate) database, allowing real-time queries for minimum and maximum values per square meter for both property sales and rentals.
All data is extracted directly from the official databases of the OMI (Osservatorio del Mercato Immobiliare - Real Estate Market Observatory), managed by the Italian Revenue Agency (Agenzia delle Entrate).
The service can be requested by any business, professional, or individual.
Queries can be performed by providing the geographic coordinates (latitude and longitude) of the point of interest.
The response includes minimum and maximum values per square meter for property sales, minimum and maximum values for monthly rental fees per square meter, region and province, OMI zone designation, property type, and the reference semester/year.
The database is updated automatically with every official release by the Revenue Agency on a semi-annual basis (H1 and H2 of each year).
It is the ideal solution for PropTech companies, banking institutions, real estate agencies, CRM software, and Automated Valuation Model (AVM) platforms that require reliable data to power their algorithms or enrich property listings.
The API responds in real time.
The pay-as-you-go rate is €0.02 per single request, with discounted rates starting from €0.003 for subscription plans.