Cyprus: GDP growth records best reading in nearly two years in the third quarter
Growth strengthens in Q3: A second release confirmed that GDP growth accelerated to 3.9% year on year in the third quarter from 3.7% in the second quarter, marking the best result since Q4 2022. On a working-day and seasonally adjusted quarter-on-quarter basis, economic growth improved to 1.1% in Q3, following the previous quarter’s 0.1% growth.
Public consumption drives the improvement: Public spending spearheaded the acceleration with a 5.6% expansion in Q3 (Q2: +2.7% yoy). That said, private consumption growth fell to 3.9% in Q3 (Q2: +4.6% yoy), marking the weakest expansion since Q2 2023. Moreover, fixed investment shrank 6.4% in Q3, contrasting the 10.6% expansion logged in the prior quarter, due to sharp contractions in machinery and transport equipment.
On the external front, exports of goods and services growth moderated to 4.2% in Q3 (Q2: +16.3% yoy). Meanwhile, imports of goods and services growth slowed to 0.9% in Q3 (Q2: +12.8% yoy), pushing up the headline reading.
GDP growth to cool ahead: Our panelists expect GDP growth to lose some steam in the last quarter of 2024 and expect growth to ease slightly from 2024 in 2025 as a whole due to slower expansions in exports plus private and public spending. Escalating conflict in Ukraine and the Middle East is a downside risk.
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: Cyprus Statistical Service”, 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 }, { title: { text: ‘%’, rotation: 0, style: { color: Highcharts.getOptions().colors[0] } }, labels: { format: ‘{value}’, style: { color: Highcharts.getOptions().colors[0] } }, opposite: true }], tooltip: { shared: true }, legend: { align: ‘right’, verticalAlign: ‘bottom’, layout: ‘horizontal’, borderWidth: 0, backgroundColor: Highcharts.defaultOptions.legend.backgroundColor } ,series: [{ name: ‘Economic Growth (Real GDP, qoq s.a. var. %) (left axis)’, type: ‘column’, yAxis: 0, data: [3.6, 1.1, 2.6, 2.9, 2.3, 0.5, 1.1, 0.6, 0.6, 0.4, 0.7, 1.0, 1.7, 0.0, 0.9, 0.3], tooltip: { valueSuffix: ” } },{ name: ‘Economic Growth (Real GDP, ann. var. %) (right axis)’, type: ‘spline’, yAxis: 1, data: [4.2, 17.9, 13.4, 10.5, 10.2, 8.4, 7.0, 4.2, 3.2, 2.4, 2.4, 2.5, 3.6, 3.6, 3.9, 2.6], tooltip: { valueSuffix: ” } }]} );});