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_OaTpFrwlabNK_theme’, $(this).attr(‘id’)); } else { params.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_collection’, $(this).attr(‘id’)); } window.location.search = params.toString(); }); });]]>
Search all Euro indicator releases
= 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_OaTpFrwlabNK_”).autocomplete({ minLength: 3, source: function(request, response) { $.getJSON(“https://ec.europa.eu/eurostat/web/main/news/euro-indicators?p_p_id=estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK&p_p_lifecycle=2&p_p_state=normal&p_p_mode=view&p_p_cacheability=cacheLevelPage&_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_action=autocomplete&_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_collection=CAT_PREREL”, { text: request.term }, response); }, open: function() { $(this).autocomplete(“widget”).css(“width”, $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_”).outerWidth(true) + $(“.ecl-search-form__button._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_”).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_OaTpFrwlabNK_’).action); if(ui.item.type==’collection’){ url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_collection’, ui.item.code); $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_”).val(“”); } else if(ui.item.type==’theme’){ url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_theme’, ui.item.code); $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_”).val(“”); } else if(ui.item.type==’tree folder’){ url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_folderTitle’, ui.item.suggest.highlightPhrase.replace(/(]+)>)/ig,””)); url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_collection’, ‘dataset’); $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_”).val(“”); } else { url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_text’, ui.item.suggest.highlightPhrase.replace(/(]+)>)/ig,””)); $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_”).val(ui.item.suggest.highlightPhrase.replace(/(]+)>)/ig,””)); url.searchParams.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_text’, “””+(ui.item.suggest.highlightPhrase.replace(/(]+)>)/ig,””))+”””); $(“.main-search-field._estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_”).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_OaTpFrwlabNK_”).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 4270 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?
- Euro indicators Population and social conditions
In April 2025, the euro area seasonally adjusted unemployment rate was 6.2%, down from 6.3% in March 2025 and from 6.4% in April 2024. The EU unemployment rate was 5.9% in April 2025, stable compared with March 2025 and down from 6.0% in April 2024. These figures are published by Eurostat, the st…
- Euro indicators Economy and finance
Euro area annual inflation is expected to be 1.9% in May 2025, down from 2.2% in April according to a flash estimate from Eurostat, the statistical office of the European Union.
- Euro indicators Industry, trade and services
In March 2025, compared with February 2025, seasonally adjusted production in construction increased by 0.1% in both the euro area and the EU, according to first estimates from Eurostat, the statistical office of the European Union. In February 2025, production in construction fell by 1.2% in the…
- Euro indicators Economy and finance
The euro area annual inflation rate was 2.2% in April 2025, stable compared to March. A year earlier, the rate was 2.4%. European Union annual inflation was 2.4% in April 2025, down from 2.5% in March. A year earlier, the rate was 2.6%. These figures are published by Eurostat, the statistical off…
- Euro indicators International trade
The first estimates of euro area balance showed a €36.8 bn surplus in trade in goods with the rest of the world in March 2025, compared with +€22.8 bn in March 2024.
- Euro indicators Industry, trade and services
In March 2025, compared with February 2025, seasonally adjusted industrial production increased by 2.6% in the euro area and by 1.9% in the EU, according to first estimates from Eurostat, the statistical office of the European Union. In February 2025, industrial production grew by 1.1% in both th…
- Euro indicators Economy and finance
In the first quarter of 2025, seasonally adjusted GDP increased by 0.3% in both the euro area and the EU, compared with the previous quarter, according to a flash estimate published by Eurostat, the statistical office of the European Union. In the fourth quarter of 2024, GDP had increased by 0.2%…
- Euro indicators Industry, trade and services
In February 2025, compared with January 2025, seasonally adjusted services production decreased by 0.1% in both the euro area and the EU, according to first estimates from Eurostat, the statistical office of the European Union. In January 2025, services production grew by 0.4% in the euro area an…
- Euro indicators Industry, trade and services
In March 2025, compared with February 2025, the seasonally adjusted retail trade volume decreased by 0.1% in both the euro area and the EU, according to first estimates from Eurostat, the statistical office of the European Union. In February 2025, retail trade volume grew by 0.2% in the euro area…
- Euro indicators Industry, trade and services
In March 2025, compared with February 2025, industrial producer prices decreased by 1.6% in both the euro area and the EU, according to first estimates from Eurostat, the statistical office of the European Union. In February 2025, industrial producer prices grew by 0.2% in the euro area and by 0….
- Euro indicators Population and social conditions
In March 2025, the euro area seasonally adjusted unemployment rate was 6.2%, stable compared with February 2025 and down from 6.5% in March 2024. The EU unemployment rate was 5.8% in March 2025, also stable compared with February 2025 and down from 6.0% in March 2024. These figures are published …