Local revenues reach JD7.695 billion in January-November 2023

AMMAN — Local revenues in the January-November period of 2023 increased by JD374 million to reach JD7.695 billion compared with the same period in 2022, according to official figures.

The Finance Ministry attributed the grwoth to a JD206.5 million increase in tax revenues and a JD167.5 million boost in non-tax revenues.

According to the ministry's monthly report, cited by the Jordan News Agency, Petra, the upswing in tax revenues is attributed to a JD205.5 million rise in income tax revenues and profits, surpassing projections in the 2023 General Budget Law by JD1678 million and achieving 108.6 per cent of the expected figure.

The ministry attributed the "positive trend" to enhanced tax compliance behaviour from taxpayers, emphasising that no tax hikes were implemented.

The total government spending in the first eleven months of 2023 reached approximately JD9.760 billion, up from JD9.388 billion in the same period of 2022. "This increase is primarily driven by a JD590.7 million rise in current expenditure"

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