Ireland Economy Edged Up 0.2% in Q2


‘,
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 the second quarter of 2025, Ireland’s economy experienced a modest growth of 0.2% compared to the previous quarter, defying earlier projections of a 1.0% decrease. However, this was a significant slowdown from the adjusted 7.5% growth observed in the first quarter. The globally integrated Industry sector saw a 2.5% increase, with the Information & Communication sector also rising by 1.8%. Overall, sectors dominated by multinational companies expanded by 1.1%. Domestically, the picture was mixed: personal consumption increased by 1.0%, and government expenditure went up by 2.5%, yet gross fixed capital formation fell sharply by 36.9%. In terms of foreign trade, both exports and imports contracted, with declines of 4.0% and 10.8%, respectively. Meanwhile, the Gross National Product (GNP) bounced back robustly, increasing by 15.7% after a 6.6% decline in the first quarter.




Source link

Scroll to Top