New Zealand Dollar Clings to Modest Gains


‘,
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);

On Thursday, the New Zealand dollar maintained modest gains, trading at approximately $0.594, as investors anticipated the release of US consumer inflation data later in the day. This report comes on the heels of weaker-than-expected US producer price figures published on Wednesday, which heightened expectations for Federal Reserve interest rate reductions by the end of the year. However, within New Zealand, the potential for the kiwi to appreciate remains constrained due to increasing anticipation of further monetary easing by the Reserve Bank of New Zealand. The currency has faced downward pressure following the central bank’s recent reduction of the official cash rate and its indication of possible further cuts to bolster the sluggish economy. Consequently, markets have almost fully priced in an additional 25 basis point cut to 2.75% in October, with a subsequent reduction to 2.5% anticipated by February.




Source link

Scroll to Top