Real estate trade volume up by 11% in first 10 months 2021

The real estate trade volume in the Kingdom increased by 11 per cent to JD3.957 billion in the first 10 months of 2021, according to the Department of Land and Survey  (Photo by Hanna Davis)

AMMAN — The real estate trade volume in the Kingdom increased by 11 per cent to JD3.957 billion in the first 10 months of 2021 compared with the same period of 2019, the Department of Land and Survey announced on Thursday.

According to the department’s monthly report, cited by the Jordan News Agency, Petra, the department’s revenues in the first 10 months of 2021 declined by 12 per cent to JD163.3 million compared with the January-October period of 2019.

The comparison was made in 2019 due to the impact of the pandemic that affected work days in 2020.

The real estate trade volume in October stood at JD433 million, up by 9 per cent compared with the same month of 2019, and was down by 5 per cent compared with September 2021.

The department’s revenues in October 2021 dropped 11 per cent to JD18.3 million compared with the same month in 2019, marking a 1 per cent decrease compared with September 2021.

The real estate sales in the first 10 months of 2021 increased by 44 per cent, while apartment sales increased 29 per cent and land sales increased 49 per cent, compared with the same period of 2019.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });