National exports increase but still below desired levels — minister

  Minister of Industry, Trade and Supply Tareq Hammouri (centre) attends the 4th Forum for Economic Attaches at Arab and foreign embassies in the Kingdom on Thursday (Petra photo)

AMMAN — Total exports increased by 3.4 per cent during the first five months of this year but growth rate is still below expectations, the trade minister said on Thursday.

Participating in the fourth Forum for Economic Attaches at Arab and foreign embassies in the Kingdom, Minister of Industry, Trade and Supply Tareq Hammouri expressed his hope for a 10-15 per cent annual increase in exports.

The government is committed to increasing the volume of exports, expanding the base of products and targeting new markets, especially with the EU, the minister said, in a statement carried by the Jordan News Agency, Petra.

Hammouri noted that efforts were under way by the Jordan Chamber of Industry and urged industrialists to benefit from the EU relaxed rules of origin agreement. The agreement was signed in 2016 and then amended end of last year.

He also stressed the importance of Jordanian exports to US markets and highlighted the need for a wider variety of products, most of which today are from the clothing sector, according to Petra.

Hammouri added that the greatest challenge the industry is currently facing is a shortage of information on programmes and agreements that support industrialists.

EU Ambassador to Jordan Andrea Fontana highlighted the existence of a wide range of opportunities available to help drive the growth of Jordanian exports to the EU’s markets.

The ambassador reiterated that Jordan should make use of the relaxed rules of origin agreement and raise the industrial sector's awareness about the facilities the EU provides.

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