Peru Lowers Interest Rate by 25 bps


‘,
buttonPrevHTML: ”,
};

function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);

for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);

if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}

}
}

window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);

In September 2025, the Central Reserve Bank of Peru reduced its benchmark interest rate by 25 basis points, bringing it to 4.25%. This adjustment was in response to recent inflationary trends, notably a 0.29% decline in headline inflation during August, alongside a modest 0.08% rise in core inflation, which excludes food and energy. Annually, headline inflation decreased from 1.7% in July to 1.1%, influenced chiefly by falling food prices. Core inflation ticked up slightly to 1.8%, while expectations for 12-month inflation remained stable at 2.2%, aligning closely with the central target range. Predictions indicate that inflation will meet the target midpoint by the end of the year, driven by improving domestic factors, despite mixed expectations for future economic activity. Globally, conditions continue to be difficult due to trade restrictions and ongoing uncertainty. The Central Reserve Bank of Peru reiterated its readiness to adjust monetary policy as necessary to ensure inflation stays within the target range and also announced updates to rates for overnight deposits and other operations in local currency.




Source link

Scroll to Top