CAC 40 Hits Record High


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

The CAC 40 index in Paris increased by 0.6% to reach 8,225 points on Monday, marking a record peak. This rise was largely due to significant gains by Kering and L’Oréal. Kering’s shares jumped by 4.5% following the announcement of a €4 billion deal to sell its beauty division to L’Oréal, which saw its shares increase by 1% on the news. Thales experienced a gain of over 2% amid optimistic signs of easing trade tensions between the United States and China, suggesting a potential relaxation of Beijing’s export restrictions on military-related rare earths. Additionally, Airbus advanced by 1.5% after India’s IndiGo finalized an agreement to purchase 30 A350 aircraft. In other developments, investors continued analyzing the implications of S&P Global Ratings’ recent downgrade of France, which highlighted increased fiscal risks and ongoing uncertainties regarding the nation’s financial management.




Source link

Scroll to Top