Central bank raises interest rates again

AMMAN — The Central Bank of Jordan's (CBJ) open market operations committee on Thursday hiked the main interest rate and the interest on finance policy tools by 25 basis points as of Sunday, March 19, the Jordan News Agency, Petra, reported.

The decision, the second in four weeks, was taken in line with the regional and international monetary markets' interest rates changes, to preserve the financial and monetary stability of the Kingdom including the stability of prices, the bank said.

Under the decision, the main interest rate at the CBJ will become 3.5 per cent annually and the Jordanian dinar overnight deposit rate 2.5 per cent.

The rate of one-week deposit certificates will range between 3.25-3.35 per cent annually, Petra reported, adding that interest rates of overnight repurchase agreements have become 4.25 per cent annually.

Moreover, the interest rate of rediscount stands at 4.5 per cent.

Meanwhile, the CBJ, again, kept interest rates unchanged with regards to refinancing programmes targeting tourism, agriculture, renewable energy and IT sectors, with the interest rate remaining 1.75 per cent for projects within the capital and 1 per cent for projects in other governorates, keeping the loan payback period at 10 years.

The bank said it would continue following up on economic developments in the local, regional and international spheres, to adjust monetary and finance decisions in order to boost monetary stability and create an environment attractive for local and foreign investments. The change also seeks to help the national economy in achieving reasonable growth rates.

Officials have said that raising the interest rate is meant to increase the attractiveness of deposits in dinar.

The International Monetary Fund (IMF) has commended the recent steps by the CBJ in raising key monetary policy rates, decisions which have helped preserve the attractiveness of the Jordanian dinar and keep international reserves at adequate levels.

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