Registered companies in Jordan increase by 6 per cent in 10 Months

The number of registered companies in Jordan in the first 10 months of 2024 reached 5,331 compared to 5,045 during the same period in 2023 (JT file photo)

AMMAN — The number of registered companies in Jordan has seen a 6-per-cent increase in the first 10 months of 2024, reaching 5,331 companies compared to 5,045 during the same period in 2023.

According to a report from the Companies Control Department, which covers the period from January to the end of October, limited liability companies have led the surge in registrations, accounting for 3,902 companies, or 72.2 per cent of all registered entities, the Jordan News Agency, Petra, reported.

These companies represent a total capital exceeding JD83 million.

The report also highlighted a significant decrease in the number of companies that were dissolved or had their registrations cancelled, down 29 per cent from 2023.

A total of 1,487 companies were affected, compared to 2,109 in the previous year.

The total registered capital during this period surpassed JD170 million, according to the report.

The net increase in capital rose by 32 per cent compared to the same period in 2023, amounting to JD356.4 million, an increase from JD269.1 million.

During this period, 849 companies increased their capital by a combined total of JD440.9 million, while 211 companies reduced their capital by JD84.4million.

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