Kazakhstan: Economy gains momentum in Q3
Growth improves: A second national accounts release confirmed that the Kazakh economy gained steam in Q3, as annual GDP growth rose to 4.1% in January–September from January–June’s 3.2% expansion. That said, the reading fell short of the 4.9% increase recorded in January–September 2023.
Stronger domestic demand fuels upturn: Domestically, private spending remained at the helm of the upturn. Household consumption accelerated to 6.7% in January–September from H1’s 5.6% expansion, likely buoyed by faster real wage growth in Q3 than in H1. Moreover, fixed investment returned to growth in Q3, rising 2.2% in January–September (H2: -0.4% yoy). Meanwhile, government consumption slid at a softer pace of 1.2% in January–September (H2: -5.2% yoy).
On the external front, exports of goods and services slowed to a halt in January–September after increasing 1.2% in H1. Conversely, imports of goods and services declined at a more moderate rate of 1.3% in the same nine-month period (H2: -3.4% yoy).
Economy to strengthen ahead: Our panelists expect the economy to have gained traction at the tail end of 2024, and have penciled in a further acceleration for Q1 2025. The economy should then expand at a similar rate to Q1 2025 through Q4 2025; as a result, our Consensus is for GDP growth to outpace 2024 levels this year. This will come on the back of both domestic and external demand strengthening. Sanctions are a downside risk, while the health of the Chinese, EU and U.S. economies is a two-sided 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: Agency of Statistics Kazakhstan”, align: “right”, verticalAlign: “bottom” },xAxis: [{ type: false, categories: [‘Q4-20’, ‘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’], 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: [-2.5, -1.4, 2.4, 3.6, 4.3, 4.6, 3.6, 3.0, 3.2, 5.0, 5.3, 4.9, 5.1, 3.8, 3.2, 4.1], tooltip: { valueSuffix: ” } }]} );});