Non-Jordanian ownership in ASE-listed companies reaches 47.9% in January

Non-Jordanian ownership in ASE-listed companies reaches 47.9% in January

AMMAN — Statistics released by the Amman Stock Exchange (ASE) have revealed that the share of non-Jordanian investors in listed companies reached 47.9 per cent of the total market value by the end of January, with institutional investors, including companies, institutions, and funds, accounting for 33.6 per cent.

The data also showed that the value of stocks purchased by non-Jordanian investors through trading on the ASE during January 2025 amounted to JD23.3 million, representing 15.7 per cent of total trading volume the Jordan News Agency, Petra, reported on Sunday.

The value of stocks sold by non-Jordanian investors during the same period totaled JD18.5 million.

Regarding Arab investors, their total purchases in January stood at JD21 million, accounting for 90.3 per cent of all non-Jordanian purchases. In contrast, non-Arab investors bought JD2.3 million worth of stocks, representing 9.7 per cent of total non-Jordanian purchases.

As for stock sales, Arab investors sold JD17.7 million worth of shares, making up 95.3 per cent of all non-Jordanian sales.

Also, non-Arab foreign investors sold JD0.9 million worth of shares, representing 4.7 per cent of total non-Jordanian sales.

Arab investors accounted for 31.9 per cent of the total market value, while non-Arab investors contributed 16 per cent.

Atthesectorial level, the share of non-Jordanian investors in listed companies was 51.2 per cent in the financial sector, 22.4 per cent in the services sector, and 53.2 per cent in the industrial sector.

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