Colombia Economic Growth Slows in August


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

Colombia’s primary economic indicator showed a 1.98% year-on-year increase in August 2025, marking a slowdown from the 4.3% rise observed in July. This growth was primarily propelled by the services sector, as the index for tertiary activities increased by 3.31%, albeit at a reduced pace compared to the 5.6% growth seen the month before. Conversely, secondary activities experienced a decline of 0.57% following a 4.3% rise in July. Furthermore, primary activities contracted by 2.04%, deepening from a 1.6% decrease in the previous month. When adjusted for seasonal and calendar variations, overall economic activity experienced a 2.1% drop from July.




Source link

Scroll to Top