Data on the daily number of new reported COVID-19 cases and deaths by EU/EEA countryArchived

Data set

From 1 November 2022, this dataset will no longer be updated.

Each row/entry contains the number of new cases and deaths reported per day and per country in the EU/EEA. You may use the data in line with ECDC’s copyright policy.

How is the data collected? ECDC copyright policy

Disclaimer: Population data in the database is taken from Eurostat for EU/EEA countries.

Download the data:

Download in XLSX

Download in CSV

Download in JSON

Download in XML

These files are not suitable to be viewed in web browsers. Please either right click on the file, choose “save link as” and open with a suitable application, e.g. R, Python, or Excel, Spreadsheet or Notepad.

View country disclaimers

View the country disclaimers for an overview of possible discrepancies in the archive.

Download the disclaimers

Script for downloading the CSV file into “R” software

Make sure that you have the “utils” package installed.

#these libraries need to be loaded
library(utils)

#read the Dataset sheet into “R”. The dataset will be called "data".
data <- read.csv("https://opendata.ecdc.europa.eu/covid19/nationalcasedeath_eueea_daily_ei/csv", na.strings = "", fileEncoding = "UTF-8-BOM")