Wheat reserves boosted by new silos — ministry

Farmers harvest wheat in Irbid in this undated photo. The Ministry of Industry, Trade and Supply on Saturday said the Kingdom now has a surplus that could cover local consumption for 12 months thanks in large part to horizontal silos (JT file photo)

Kingdom currently imports more than 96 per cent of its wheat needs


AMMAN — The Kingdom’s current reserve of wheat stands at around one million tonnes and can cover local consumption for 12 months, Minister of Industry, Trade and Supply Tareq Hammouri said on Saturday.

The ministry, in a statement carried by the Jordan News Agency, Petra, said that the reserve has been boosted by the establishment of horizontal silos, which it called a “pioneering project” contributing to improving Jordan’s food security.

The horizontal silos project, the first phase of which was implemented in 2009, has enabled the ministry to buy more wheat when international prices fell.

Horizontal silos are among the best means for storing wheat in the world and guarantee the preservation of wheat without the need for chemicals, according a ministry statement.

While only one million dunums of land in Jordan is used to grow wheat and barley, the country requires four million dunums of land to raise enough of these major crops to cover consumption.

Farmers grow wheat across the country, but grains are mainly cultivated in Irbid and the Houran plains in the north, as well as Madaba and Husban in the central region and Arrabeh in the southern governorate of Karak.

The Kingdom, which consumes more than 80,000 tonnes of wheat per month, imports more than 96 per cent of its wheat needs, as domestic production covers only around 4 per cent of demand.

Jordan imports the majority of its wheat from several countries, including Ukraine, Kazakhstan, Russia, Romania and the United States.

.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'); }); }); });