No rise in bread prices despite global hike — trade minister

Bread in a bakery in downtown Amman  (JT photo)

AMMAN — The government is committed to maintaining the prices of bread in spite of global price hikes, and has allocated JD277 million in the 2023 state budget to subsidise bread and animal fodder, Industry, Trade and Supply Minister Yousef Shamali said on Saturday.

During a meeting with commercial sector representatives in Irbid, Shamali reiterated that for the fourth year in a row, the government has committed to maintain taxes on local commodities, the Jordan News Agency, Petra, reported.

Also during the meeting, Shamali, who is also labour minister, outlined the government’s recent efforts to regulate the quantity of foreign workers in the domestic labour market, adding that a joint campaign to crackdown on unauthorised foreign workers, conducted by the labour and interior ministries, is underway across the Kingdom.

He also affirmed that the government will continue communication with representatives of various economic sectors, with a particular focus on the commercial sector, through regular visits to chambers of commerce nationwide in coordination with the Jordan Chamber of Commerce.

The commercial sector contributes to 70 per cent of GDP, the minister pointed out, referring to the government's keenness to partner with the private sector. The commercial sector has been “up to the task”, especially during hardships such as the COVID-19 pandemic and the repercussions of the Russian-Ukrainian war, the minister said.

Shamali also noted that the latest international reports have placed Jordan at the top of countries in the region in maintaining the quality and price of its products.

Shamali also said that the Economic Modernisation Vision and its 2023-2033 executive programme are proceeding according to plan, highlighting the many achievements made during the first six months of the programme.

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