Jordan’s trade deficit up by 20.3% in Q1 of 2022 — DoS

AMMAN — The Kingdom's trade deficit increased during the first quarter of 2022 by 20.3 per cent to JD2.283 billion, compared with the same period in 2021 that stood at JD1.899 billion, the Department of Statistics (DoS) said on Monday.

According to a DoS report on foreign trade, cited by the Jordan News Agency, Petra, the volume of total exports in the January-March period of 2022 increased by 39.6 per cent to JD1.992 billion, compared with the same period of 2021, when it stood at JD1.427 billion.

The value of national exports also increased during the first three months of the year by 43.1 per cent, or JD1.815 billion, compared with the same period of 2021, when it stood at JD1.268 billion, the DoS data showed.

The report also revealed that the value of re-exports stood at JD177.6 million, marking an increase of 11.3 per cent, compared with the same period of 2021 that registered a value of JD159.5 million.

Jordan's imports in the first quarter of 2022 rose by 28.6 per cent to JD4.276 billion, compared with JD3.326 billion in the corresponding period of 2021, the DoS figures showed.

The coverage ration of the Kingdom's total exports to imports in the January-March period stood at 46.6 per cent, compared to 42.9 per cent in the same period of last year, marking an increase of 3.7 per cent.

At the monthly level, the national exports of the Kingdom in March 2022 reached JD715 million, up by 53.3 per cent when compared with the same month of 2021 when the value stood at JD466.4 million.

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