Italy debt soars on virus impact

ROME — Italy's public debt soared last year, rising more than 20 percentage points as the coronavirus pandemic savaged the economy, official data showed on Monday.

Total accumulated national debt jumped to 155.6 per cent of gross domestic product (GDP) last year from 134.6 per cent in 2019.

Italy had by the end of 2020 accumulated a colossal debt of 2.57 trillion euros, up from 2.41 trillion euros in 2019, according to national statistics agency Istat.

GDP in the eurozone's third-largest economy fell 8.9 per cent last year, mainly due to restrictions imposed by the government to stem a devastating coronavirus outbreak that has killed almost 100,000 people.

Italy is banking on a windfall of more than 200 billion euros from the European Union's post-virus recovery fund to help get back on its feet.

Istat also published figures on provisional inflation data on Monday, showing consumer prices in February rising by 0.1 per cent compared to the previous month, and 0.6 per cent year-on-year.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.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'); }); }); });