Citrus farmers struggle amid falling prices, rising costs

 Grappling with a perfect storm of falling market prices, escalating production costs, and policy hurdles, Kingdom's citrus farmers are being forced to make difficult decisions to stay afloat (Photo courtesy of unsplash.com)

AMMAN — Grappling with a perfect storm of falling market prices, escalating production costs, and policy hurdles, Jordan's citrus farmers are being forced to make difficult decisions to stay afloat, according to stakeholders.

In the Northern Jordan Valley, a major citrus-growing region, many farmers are uprooting their citrus trees and switching to alternative crops as growing conditions for citrus have become increasingly unsustainable.

Khaled Rawashdeh, a farmer from the Jordan Valley, noted that "citrus farming is no longer a viable option for many of us."

He pointed to a market oversupply as a primary cause, with overlapping harvest seasons across various regions exacerbating the glut.

Rawashdeh and other farmers argued that the influx of imported citrus, despite a local surplus, has further deepened the crisis and rendered local farming economically unfeasible.

Among those affected is Mohammad Sawalhah, who told The Jordan Times that “Production costs are skyrocketing, and it’s no longer sustainable. The market is overwhelmed with citrus, and what we need now is a fair policy.” He added that many farmers are leaving the industry altogether, warning that Jordan may eventually become reliant on imports for basic food supplies.

In response to the mounting crisis, some farmers have taken to the streets in protest, demanding urgent government intervention. Their calls include stricter import regulations, financial aid, and comprehensive policies to safeguard local agriculture.

Agricultural experts also stress the importance of implementing stronger regulatory measures to help farmers weather economic and environmental challenges and sustain local production.

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