US Mortgage Applications Rise for 4th Week


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

US mortgage applications rose 3.2% in the first week of March from the previous week, marking a fourth consecutive weekly increase and reaching their second-highest level since 2022. This uptick occurred despite a renewed rise in benchmark mortgage rates, as the outbreak of war in Persian Gulf countries pushed energy prices higher and drove up yields on longer-dated US Treasury securities.

Applications for mortgages to purchase new homes jumped 7.8%, rebounding after several weeks of underperforming the overall market. Meanwhile, applications to refinance existing mortgages—typically more sensitive to short-term rate movements—edged up 0.5%.




Source link

Scroll to Top