Portugal posts strongest growth in over 30 years

LISBON — Portugal recorded its strongest economic growth in more than three decades last year, official data showed on Monday, boosting Socialist Prime Minister Antonio Costa's credentials after his weekend election triumph.

The economy expanded by 4.9 per cent as it bounced back from the COVID-19 crisis, lifted by high domestic demand as consumer spending and investments recovered, according to the INE national statistics institute.

It was the eurozone nation's strongest growth since 1990 and it beat the government's forecast of 4.6 per cent.

The news comes a day after Costa won a surprise absolute majority in parliament in an early election and prepares to start a third term.

Portugal's economy contracted by 8.4 per cent in 2020 as lockdowns and travel restrictions crippled its key tourism sector.

The return to growth in 2021 helped bring down the unemployment rate to 5.9 per cent in December, INE said in a separate statement, down from 6.3 per cent in November and its lowest level since 2002.

The Bank of Portugal predicts growth will accelerate to 5.8 per cent in 2022, before slowing to 3.1 per cent in 2023.

Portugal is set to receive a 16.6 billion euro ($18.7 billion) package of European Union recovery funds by 2026.

Costa, who has governed in a minority since 2015, has said he would like to use the bulk of the EU funds to modernise Portugal's infrastructure to make it more competitive.

The eurozone as a whole, meanwhile, posted 5.2 per cent growth last year as it bounced back from the pandemic-induced recession, official data showed on Monday.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });