Gov't creates around 96,000 jobs in 2023, 90,000 in 2022 – minister

No Image

AMMAN — The national economy generated 95,342 jobs in 2023 and 89,500 others in 2022, Government Communication Minister Muhannad Mubaidin said on Tuesday.

Speaking at the Government Communication Forum, Mubaidin said that the figures "highlight the resilience of the national economy, at the public and private levels, and the Kingdom's investment environment," the Jordan News Agency, Petra, reported.

The average number of generated jobs in the Jordanian economy between 2010 and 2019 stood at 35,000, except for one year when the economy provided some 67,000 jobs, he said, citing figures from the Department of Statistics (DoS).

"These endeavours reflect progress in realising the goals of the Economic Modernisation Vision that seeks to generate one million jobs in 10 years."

The unemployment rate was estimated at 21.4 per cent during the first quarter of this year, compared with the last quarter of 2023, according to recent figures by DoS.

In its latest report, DoS said that the unemployment rate in the Kingdom decreased slightly by 0.5 percentage points in the first quarter of 2024 compared with the same period last year.

The figures showed that the male unemployment rate reached 17.4 per cent in the first quarter of this year, representing a decrease of 2.2 percentage points, while female unemployment reached 34.7 per cent, compared with the first quarter of 2023.

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