Jordan unaffected by Russian rice export ban — JCC

Jordan's consumption of rice of all categories is around 150,000 tonnes annually, with the remaining quantities serving as stocks for importers and rice traders, according to the representative of the food sector at the Jordan Chamber of Commerce (File photo)

AMMAN — Russia's recent decision to ban rice and rice grits exports until the end of 2023 will not impact Jordan, as it has a limited dependency on Russian rice imports, Jamal Amro, representative of the food sector at the Jordan Chamber of Commerce (JCC), said on Saturday.

"Jordan's rice imports from the Russian market are relatively modest," Amro said. "This was the case even before the export ban came into effect in mid-2022."

Jordan imported 4,000 tonnes of rice from Russia in 2020, 11,000 tonnes in 2021 and 8,000 tonnes by mid-2022, he added.

Jordan has diversified its rice import sources to avoid being dependent on a single country, Amro stressed, adding Jordan has explored numerous alternative sources of medium-grain rice.

The Kingdom's medium, long-grain and basmati rice imports totalled 230,000 tonnes last year. Jordan's consumption of rice of all categories is around 150,000 tonnes annually, with the remaining quantities serving as stocks for importers and rice traders, he said.

Around 70 per cent of the country's rice consumption is of the medium grain variety, which is mainly imported from the US and various European countries, Amro added.

In an effort to preserve stability in the Russian market, the Russian government on Saturday announced an extension of its ban on the export of rice and rice grits through the end of the year.

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