Costa Rica: Economic growth falls in the third quarter
GDP reading: GDP growth waned to 3.7% year on year in the third quarter, from 5.3% in the second quarter. On a seasonally adjusted quarter-on-quarter basis, economic growth moderated to 0.6% in Q3, from the previous period’s 1.2% rise and marking the softest expansion since Q2 2022.
Drivers: The annual deceleration was driven by a slowdown in domestic demand. Household spending increased 2.5% in the third quarter, which was below the second quarter’s 4.7% expansion. Moreover, fixed investment growth waned to 1.0% in Q3, compared to 10.3% in the previous quarter. Meanwhile, public consumption remained at Q2’s 0.8% in Q3.
On the external front, exports of goods and services growth accelerated to 8.2% year on year in the third quarter, which marked the best reading since Q2 2023 (Q2: +3.3% yoy). Conversely, imports of goods and services growth softened to 4.0% in Q3 (Q2: +6.2% yoy).
GDP outlook: Our Consensus is for GDP to expand at a similar pace to Q3’s in Q4, and to grow less quickly in 2025 relative to 2024 on the heels of a softer rise in fixed investment. Rising U.S. protectionism under a Trump presidency and a deterioration in domestic security are downside risks.
function Timestamp(dateString) { const date = new Date(dateString); if (isNaN(date)) { throw new Error(`Invalid date string`); } return date.toISOString(); } const json_data = []; document.addEventListener(‘DOMContentLoaded’, () => {Highcharts.chart( ‘chart-container’, { chart: { zoomType: ‘xy’ },title: { text: null, align: ‘left’ }, subtitle: { text: “Source: Central Bank of Costa Rica”, align: “right”, verticalAlign: “bottom” },xAxis: [{ type: false, categories: [‘Q1-21’, ‘Q2-21’, ‘Q3-21’, ‘Q4-21’, ‘Q1-22’, ‘Q2-22’, ‘Q3-22’, ‘Q4-22’, ‘Q1-23’, ‘Q2-23’, ‘Q3-23’, ‘Q4-23’, ‘Q1-24’, ‘Q2-24’, ‘Q3-24’, ‘Q4-24’], labels:{ rotation:0, y:25, step:2, formatter:false }, crosshair: true }],yAxis: [{ title: { text: ‘%’, rotation: 0, style: { color: Highcharts.getOptions().colors[0] } }, labels: { format: ‘{value}’, style: { color: Highcharts.getOptions().colors[0] } }, opposite: false }], tooltip: { shared: true }, legend: { align: ‘right’, verticalAlign: ‘bottom’, layout: ‘horizontal’, borderWidth: 0, backgroundColor: Highcharts.defaultOptions.legend.backgroundColor } ,series: [{ name: ‘Economic Growth (Real GDP, ann. var. %)’, type: ‘column’, yAxis: 0, data: [-1.0, 10.3, 12.6, 10.6, 6.7, 4.3, 2.8, 4.5, 4.5, 5.9, 5.5, 4.6, 3.6, 5.5, 3.8, 4.4], tooltip: { valueSuffix: ” } }]} );});