Foreign Investment in Canada Rises to 10-Mont…


‘,
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 July 2025, foreign investors significantly boosted their holdings of Canadian securities by C$26.7 billion. This marked a substantial increase from the revised C$1 billion recorded in the previous month and represented the most significant net investment since September 2024. The rise was largely driven by a C$14.8 billion net increase in debt securities, predominantly through money market instruments, which accounted for C$11.1 billion, as the Bank of Canada maintained its interest rates. Additionally, net holdings of bonds increased by C$3.7 billion. During the same period, equity holdings in Canadian companies saw an increase of C$11.8 billion, which was in line with the record-high levels of the TSX benchmark indices. Conversely, Canadian investors augmented their foreign financial asset holdings by $17.4 billion.




Source link

Scroll to Top