Portugal: GDP growth unchanged in Q3
Economic growth remains subdued by Euro area standards: A second national accounts release confirmed that seasonally adjusted GDP growth was broadly steady at Q2’s 0.2% on a quarterly basis in Q3, falling short of the Euro area’s 0.4%. The reading reflected a stronger contribution from the domestic sector, which largely offset a sharper deterioration in net trade.
On an annual basis, economic growth ticked up to 1.9% in Q3 from the previous quarter’s 1.6%, marking the best result since Q4 2023.
Improving private spending offsets broad slowdown: Domestically, private spending growth edged up to 1.2% in seasonally adjusted quarter-on-quarter terms in the third quarter (Q2: +1.0% qoq s.a.), marking the best reading since Q4 2023; a faster rise in real wages, healthier consumer sentiment and ongoing monetary policy easing likely underpinned the improvement. Conversely, fixed investment rose at a softer quarterly clip of 0.9% in Q3 compared to 1.7% in the prior quarter. In particular, weaker capital outlays in transportation equipment and softer momentum in construction outweighed a faster increase in other machinery and equipment. Meanwhile, government spending growth was stable at Q2’s 0.3% in Q3.
On the external front, net trade detracted 1.1 percentage points from overall GDP growth in Q3, compared to Q2’s 0.7 percentage point detraction. Exports of goods and services contracted 0.4% in Q3, marking the worst result since Q3 2023 (Q2: +1.3% qoq s.a.). Meanwhile, imports of goods and services growth slowed to 1.9% in Q3 (Q2: +2.9% qoq s.a.).
Economy to outperform Euro area average in 2025: Our panelists expect sequential economic growth to be strengthening in Q4 and to broadly stabilize in 2025. As a result, our Consensus is for the economy to pick up pace in 2025 as a whole from 2024 and outperform the Euro area average of 1.1%. The upturn is forecast to come on the back of fixed investment growth more than doubling, outweighing slower expansions in private spending and exports.
Panelist insight: Analysts at the EIU commented:
“Economic activity will be supported by slowing price inflation and still-strong nominal wage growth, helping to improve consumer purchasing power; gradually falling interest rates, which reached a 23-year high in the euro area in 2023; and a gradual recovery in the external environment. In addition, Portugal’s tourism sector (which accounted for about 17% of GDP in 2019) is expected to continue its strong performance, albeit with a lower impact on the economy than in post-pandemic years, while EU funds will support further investment growth.”
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: Portugal National Statistical Institute”, 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: [-2.8, 4.6, 3.6, 1.9, 1.7, 0.4, 1.0, 0.5, 1.4, 0.0, -0.1, 0.8, 0.6, 0.2, 0.3, 1.5], tooltip: { valueSuffix: ” } },{ name: ‘Economic Growth (Real GDP, ann. var. %) (right axis)’, type: ‘spline’, yAxis: 1, data: [-5.4, 16.5, 5.5, 7.2, 12.2, 7.7, 5.0, 3.6, 3.3, 2.9, 1.8, 2.1, 1.4, 1.6, 2.0, 2.7], tooltip: { valueSuffix: ” } }]} );});