QAIA received over 768,500 passengers during first two months of 2022 — AIG

Photo courtesy of AIG

AMMAN — Airport International Group (AIG) revealed that Queen Alia International Airport (QAIA) welcomed 768,777 passengers (PAX) during the first two months of 2022, noting a 164.6 per cent surge and 38.4 per cent decline against 2021 and 2019 figures, respectively.

Moreover, QAIA recorded 8,608 aircraft movements (ACM), marking a 119.1 per cent increase and 25.7 per cent decrease against 2021 and 2019 figures, respectively, according to an AIG statement.

QAIA also handled 8,301 tonnes of cargo, which were 22 per cent higher and 41.4 per cent lower than the figures registered in 2021 and 2019, respectively.

During the month of February, QAIA received 372,880 PAX, denoting a 168.2 per cent growth and 37.2 per cent drop against 2021 and 2019 figures, respectively.

QAIA witnessed 3,978 ACM, indicating a 110.4 per cent rise and 27.9 per cent fall as opposed to 2021 and 2019 figures, respectively.

QAIA also handled 4,254 tonnes of cargo, experiencing a 31.1 per cent increase and 40.4 per cent decrease compared to 2021 and 2019 figures, respectively.

“The traffic statistics for February clearly indicate that QAIA has not recovered to pre-COVID-19 crisis levels just yet. Nevertheless, we remain optimistic that with the current easing and inevitable lifting of travel restrictions — illustrated by the cancellation of the negative PCR test requirements to travel to Jordan from March 1, 2022 — traffic will pick up the pace during upcoming seasons,” commented AIG CEO Nicolas Claude.

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