Search by keyword
Skip to search results li > a”).click(function(){ var dropdownButton = $(this).parent().parent().parent().children(“.dropdown-toggle”); //change text of drop down list dropdownButton.text($(this).text()).append(” “); var btnGroup = $(this).parent().parent().parent(); //close the drop down menu btnGroup.toggleClass(“open”, false); //change url param and redirect var params = new URLSearchParams(location.search); if($(this).attr(‘id’).includes(“PER”)){ params.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_theme’, $(this).attr(‘id’)); } else { params.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_collection’, $(this).attr(‘id’)); } window.location.search = params.toString(); }); });]]>
Search all news articles
= 768 ? true : false; /* Set the width of the sidebar to 250px and the left margin of the page content to 250px */ function openNav() { if(screen.width >= 768){ $(“#facets”).css(“width”, “30%”); $(“#search-results-container”).css(“width”, “69.9%”); $(“#search-results-container”).css(“padding-left”, “3%”); } else { $(“#facets”).css(“width”, “100%”); $(“#search-results-container”).css(“width”, “0%”); $(“#search-results-container .search-results .result”).css(“box-shadow”, “none”); $(‘#closebtn-xs’).css(“display”, “inline-block”); $(‘#icon-filter-xs’).css(“display”, “inline-block”); $(“#search-results-container”).css(“max-height”, “0”); } $(“#facets”).css(“max-height”, “inherit”); navStatusOpen = true; $(‘#openbtn’).css(“display”, “none”); $(‘#closebtn’).css(“display”, “inline-block”); $(“.fa.fa-filter”).prop(‘title’, “Collapse filters”); $(‘#facets’).find(‘:focusable’).removeAttr(‘tabindex’); } /* Set the width of the sidebar to 0 and the left margin of the page content to 0 */ function closeNav() { if(screen.width >= 768){ $(“#search-results-container”).css(“padding-left”, “0”); } $(“#search-results-container .search-results .result”).css(“box-shadow”, “0 0 3px #999”); $(“#search-results-container”).css(“max-height”, “inherit”); $(“#search-results-container”).css(“width”, “99.8%”); $(“#facets”).css(“width”, “0%”); navStatusOpen = false; $(‘#openbtn’).css(“display”, “inline-block”); $(‘#closebtn’).css(“display”, “none”); $(“#facets”).css(“max-height”, “0px”); $(“.fa.fa-filter”).prop(‘title’, “Expand filters”); $(‘#facets’).find(‘:focusable’).attr(‘tabindex’, -1); } /* open or close depending on the status of the sidebar */ function manageNav() { if(navStatusOpen){ closeNav(); $(“.icon-filter”).prop(‘title’, showFilters); } else { openNav(); $(“.icon-filter”).prop(‘title’, hideFilters); } } var collections = new Map(); collections.set(‘dataset’, ‘Datasets’); collections.set(‘CAT_CATALO’, ‘Leaflets and other brochures’); collections.set(‘CAT_DATFOC’, ‘Data in focus’); collections.set(‘CAT_EURNEW’, ‘News articles’); collections.set(‘CAT_MAN’, ‘Manuals and guidelines’); collections.set(‘CAT_PREREL’, ‘Euro indicators’); collections.set(‘CAT_STATBK’, ‘Statistical books/Pocketbooks’); collections.set(‘CAT_METWP’, ‘Statistical working papers’); collections.set(‘CAT_STAFOC’, ‘Statistics in Focus’); collections.set(‘CAT_DEDSEC’, ‘Thematic sections’); collections.set(‘CAT_STATRP’, ‘Statistical reports’); collections.set(‘CAT_DIGPUB’, ‘Interactive publications’); collections.set(‘CAT_FLAGPUB’, ‘Flagship publications’); collections.set(‘CAT_KEYFIG’, ‘Key Figures’); collections.set(‘CAT_STATEXP’, ‘Statistics Explained articles’); collections.set(‘CAT_GLOSSARY’, ‘Glossary’); collections.set(‘CAT_STAT4BEG’, ‘Statistics 4 beginners’); collections.set(‘CAT_PODCAST’, ‘Podcasts’); collections.set(‘tree folder’, ‘Data tree folder’); collections.set(‘collection’, ‘Products’); collections.set(‘theme’, ‘Statistical themes’); $[ “ui” ][ “autocomplete” ].prototype[“_renderItem”] = function( ul, item) { return $(“
” ) .css(“display”, “flex”) .css(“flex”, “auto”) .append( $( “” ) //.css(“display”, “flex”) .css(“flex”, “auto”) .css(“flex-direction”, “column”) .css(“display”, “block”) .css(“width”, “1px”) .css(“padding-right”, “20px”) .css(“max-height”, “none”) .append( $( “” ) .html(item.suggest != null ? item.suggest.highlightPhrase : item.label ) ) ) .append( $( “” ) .css(“display”, “flex”) .css(“flex”, “0 1 auto”) .css(“align-self”, “center”) .append( $( “” ) //.css(“font-size”, “1.3rem”) .css(“font-family”, “arial, sans-serif”) .css(“font-weight”, “normal”) .css(“color”, “#0e47cb”) //.css(“font-style”, “italic”) .css(“text-transform”, “uppercase”) .html(collections.get(item.type) != null ? collections.get(item.type) : item.type) ) ) ) .appendTo( ul ); }; $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_”).autocomplete({ minLength: 3, source: function(request, response) { $.getJSON(“https://ec.europa.eu/eurostat/web/main/news/news-articles?p_p_id=estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_cacheability=cacheLevelPage&_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_action=autocomplete&_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_collection=CAT_EURNEW”, { text: request.term }, response); }, open: function() { $(this).autocomplete(“widget”).css(“width”, $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_”).outerWidth(true) + $(“.ecl-search-form__button._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_”).outerWidth(true)); }, focus: function(event, ui) { event.preventDefault(); }, select: function( event, ui ) { var url = new URL(document.getElementById(‘search-form-id-_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_’).action); if(ui.item.type==’collection’){ url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_collection’, ui.item.code); $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_”).val(“”); } else if(ui.item.type==’theme’){ url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_theme’, ui.item.code); $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_”).val(“”); } else if(ui.item.type==’tree folder’){ url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_folderTitle’, ui.item.suggest.highlightPhrase.replace(/(]+)>)/ig,””)); url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_collection’, ‘dataset’); $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_”).val(“”); } else { url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_text’, ui.item.suggest.highlightPhrase.replace(/(]+)>)/ig,””)); $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_”).val(ui.item.suggest.highlightPhrase.replace(/(]+)>)/ig,””)); url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_text’, “””+(ui.item.suggest.highlightPhrase.replace(/(]+)>)/ig,””))+”””); $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_”).val(“””+(ui.item.suggest.highlightPhrase.replace(/(]+)>)/ig,””))+”””); //$(“input[name*=’collection’]”).val(ui.item.type); } event.preventDefault(); window.location.href=url.href; }, change: function( event, ui ) { if(ui.item != null){ $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_3YC0xEaHtuhC_”).val(ui.item.suggest.highlightPhrase.replace(/(]+)>)/ig,””)); } event.preventDefault(); }, /*response: function(event, ui) { if (!ui.content.length) { var noResult = { value:””,label:”no_results_found” }; ui.content.push(noResult); } }*/ });
Search results
Showing 1 – 11 out of 4196 results
You are about to subscribe for an email alert.
When content matching the current criteria will be published or updated, an email will be sent to the following address:
You can only create up to 10 alerts.
Are you sure you want to subscribe?
- News articles General and regional statistics
Today, Eurostat releases the publication ‘Sustainable development in the European Union – monitoring report on progress towards the SDGs in an EU context – 2025 edition’. This publication provides readers with a statistical overview of the EU’s progress towards the Sustainable Development Goals (…
- News articles International trade
In 2023, EU countries exported €59.4 billion worth of research and development services to countries outside of the EU and imported €102.6 billion, resulting in a €43.2 billion trade deficit. Both exports and imports increased compared with 2022, by 9.0% and 16.6%, respectively. The United State…
- News articles Industry, trade and services
In the first quarter of 2025, there were 452.4 million overnight stays in tourist accommodations across the EU, marking a slight decline of 0.2% compared with the same quarter of 2024. January recorded 139.0 million nights (+3.5% compared with January 2024), February 147.7 million (-0.8%) and Mar…
- News articles General and regional statistics
Eurostat invites you to join the webinar on the EU’s progress towards its Sustainable Development Goals (SDGs), which will take place on Friday, 6 June 2025, from 10:15 to 11:00 CEST. The webinar will explore the key findings of the 2025 “Sustainable Development Goals (SDGs) – monitoring report”…
- News articles Population and social conditions
In 2024, 19.5 million children in the EU were at risk of poverty or social exclusion. This figure represented 24.2% of children under the age of 18, down by 0.6 percentage points (pp) from 2023 (24.8%). At the country level, in 2024, the highest values were reported in Bulgaria (35.1%), Spain (…
- News articles Population and social conditions
In 2024, employment inequalities linked to disability, gender and origin were recorded in the EU. The gender employment gap in the EU was 10.0 percentage points (pp), with an employment rate of 80.8% for men and 70.8% for women. The gap was 0.2 pp lower than in 2023 and 1.1 pp lower compared with…
- News articles General and regional statistics
This year marks the 20th anniversary of the European Statistics Code of Practice, which was adopted by Eurostat and the National Statistical Institutes of the European Statistical System on 25 February 2005. The adoption marked a pivotal step in ensuring high-quality, reliable, and transparent Eu…
- News articles Population and social conditions
In 2024, the unemployment rate for 15-74 years old in the EU fell to 5.9% of the labour force, marking a historic low since the beginning of the time series in 2009. The long-term unemployment rate, as a percentage of the labour force, was 1.9% in 2024. This was similarly the lowest level in the…
- News articles Population and social conditions
In 2023, 45.1% of people aged 50 to 74 in the EU received a pension. Within this age group, 39.7% were old-age pension beneficiaries, 4.6% received disability pensions or other periodic disability benefits, and 0.8% received both types of pensions. From the age of 50 up until the age of 59, disa…
- News articles Population and social conditions
In 2024, 123 655 third-country nationals were refused entry into the EU territory at one of its external borders, a small increase of 0.3% compared with 2023. 918 925 people were found to be illegally present in an EU country, representing a 27.4% decrease compared with the 1.27 million in the …
In 2023, there were on average 0.55 passenger cars per inhabitant in the EU, down 0.1 percentage points compared with 2022. This information comes from data on regional transport statistics published by Eurostat today. The article presents a handful of findings from the more detailed Statistics …