| |
| |
| |
| |
| |
| |
| |
| <!doctype html> |
| <html lang=”en” ng-jq> |
| <head> |
| <title> |
| European Union Inflation Rate Trends | YCharts |
| </title> |
| |
| <meta name=”viewport” content=”width=device-width, initial-scale=1.0″ /> |
| <!– This code allows us to correctly display the page on mobile devices –> |
| <script defer> |
| var viewport = document.querySelector(‘meta[name=viewport]’); |
| if (viewport) { |
| var minWidth = 700; |
| if (screen.width < minWidth) { |
| document.head.removeChild(viewport); |
| var newViewport = document.createElement(‘meta’); |
| newViewport.setAttribute(‘name’, ‘viewport’); |
| newViewport.setAttribute(‘content’, ‘width=’ + minWidth); |
| document.head.appendChild(newViewport); |
| } |
| } |
| </script> |
| |
| |
| |
| <script> |
| if (navigator.userAgent.indexOf(‘Trident’) !== -1 || navigator.userAgent.indexOf(‘MSIE’) !== -1) { |
| window.onload=function() { |
| var ie_banner = document.createElement(‘div’); |
| ie_banner.innerText = ‘We are no longer supporting Internet Explorer. We recommend you switch to another supported browser for ‘ + |
| ‘more security, speed and the best experience on this site. ‘ |
| ie_banner.setAttribute(‘style’, ‘position: fixed; top: 0; left: 0; width: 100%; min-height: 24px; padding: 12px; background-color: #ffece2; text-align: center; font-size: 16px; font-weight: 600; z-index: 9999;’); |
| var edge_link = document.createElement(‘a’); |
| edge_link.setAttribute(‘href’, ‘https://www.microsoft.com/en-us/edge’); |
| edge_link.setAttribute(‘target’, ‘_blank’); |
| edge_link.innerText = ‘Click here to download Microsoft Edge.’ |
| ie_banner.appendChild(edge_link); |
| document.body.appendChild(ie_banner); |
| document.body.style.paddingTop = ’48px’; |
| } |
| } |
| </script> |
| |
| |
| |
| |
| |
| <meta charset=”utf-8″/> |
| <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″/> |
| |
| |
| <link rel=”manifest” href=”/media/images/icons/site.webmanifest“> |
| <meta name=”application-name” content=”YCharts”> |
| <meta name=”theme-color” content=”#1a1a1a”> |
| |
| |
| <link rel=”shortcut icon” href=”//static.ycharts.com/images/icons/favicon.637225eac278.ico“> |
| <link rel=”mask-icon” href=”//static.ycharts.com/images/icons/safari-pinned-tab.25e890b98a32.svg” color=”#0282e8″> |
| <link rel=”icon” type=”image/png” sizes=”16×16″ href=”//static.ycharts.com/images/icons/favicon-16×16.29edabc6dd08.png“> |
| <link rel=”icon” type=”image/png” sizes=”32×32″ href=”//static.ycharts.com/images/icons/favicon-32×32.eebc3b76e0ed.png“> |
| <link rel=”icon” type=”image/png” sizes=”48×48″ href=”//static.ycharts.com/images/icons/android-chrome-48×48.96781c3713c4.png“> |
| <link rel=”icon” type=”image/png” sizes=”72×72″ href=”//static.ycharts.com/images/icons/android-chrome-72×72.dc3b7f75ed0e.png“> |
| <link rel=”icon” type=”image/png” sizes=”144×144″ href=”//static.ycharts.com/images/icons/android-chrome-144×144.c8193700e6e1.png“> |
| <link rel=”icon” type=”image/png” sizes=”192×192″ href=”//static.ycharts.com/images/icons/android-chrome-192×192.d987224b63a8.png“> |
| <link rel=”icon” type=”image/png” sizes=”256×256″ href=”//static.ycharts.com/images/icons/android-chrome-256×256.4e5461952683.png“> |
| <link rel=”icon” type=”image/png” sizes=”384×384″ href=”//static.ycharts.com/images/icons/android-chrome-384×384.ac6f65a9b14e.png“> |
| <link rel=”icon” type=”image/png” sizes=”512×512″ href=”//static.ycharts.com/images/icons/android-chrome-512×512.911c0daf0026.png“> |
| |
| |
| <meta name=”apple-mobile-web-app-title” content=”YCharts”> |
| <meta name=”apple-mobile-web-app-status-bar-style” content=”default”> |
| <link rel=”apple-touch-icon” sizes=”180×180″ href=”//static.ycharts.com/images/icons/apple-touch-icon.c03e7247c0fe.png“> |
| <link rel=”apple-touch-icon-precomposed” sizes=”180×180″ href=”//static.ycharts.com/images/icons/apple-touch-icon-precomposed.0f654568c824.png“> |
| |
| |
| <meta name=”msapplication-TileColor” content=”#2d89ef”> |
| <meta name=”msapplication-TileImage” content=”//static.ycharts.com/images/icons/mstile-144×144.856c9cc77048.png”> |
| <meta name=”msapplication-config” content=”/media/images/icons/browserconfig.xml”> |
| |
| |
| <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> |
| |
| |
| |
| <meta name=”description” content=”In depth view into European Union Inflation Rate including historical data from 1997 to 2024, charts and stats.” /> |
| |
| |
| |
| |
| <link href=”//static.ycharts.com/bundles/redesign_core_css.5e4b932cdc4868cbd037.css” rel=”stylesheet” /> |
| |
| |
| <script> |
| window.USER = {“authenticated”: false, “daysRemainingInTrial”: null, “email”: null, “features”: [“mutualFundDataUSA”, “mutualFundDataCAN”], “firstName”: null, “groups”: [], “hasUpgraded”: false, “isInClientGroup”: false, “isStaff”: false, “lastName”: null, “shareableClientGroups”: [], “publicShareableClientGroups”: [], “unpaidTrial”: false, “userId”: null, “missingFeaturePreference”: “upsell”}; |
| window.payment_due = false; |
| </script> |
| <script src=”https://js.stripe.com/v3/“></script> |
| |
| |
| |
| |
| |
| <!– Start of HubSpot Chat Code –> |
| |
| <script type=”text/javascript”> |
| |
| |
| window.openHubSpotChat = function() { |
| window.HubSpotConversations.widget.load(); |
| window.HubSpotConversations.widget.open(); |
| }; |
| |
| // prevent chat event from being tracked more than once |
| var startChatEventTracked = false; |
| |
| function onConversationsAPIReady() { |
| window.HubSpotConversations.widget.load(); |
| |
| // Check to see if there is a chat in progress by inspecting if the cookie has been set. |
| // If it is then open the widget the user can continue their chat. |
| if (document.cookie.split(‘;’).some(function (item) { return item.includes(‘yChatOpen=true’)})) { |
| console.log(‘YCharts Chat: chat in progress.’) |
| window.openHubSpotChat(); |
| } |
| |
| window.HubSpotConversations.on(‘conversationStarted’, function () { |
| console.log(‘YCharts Chat: starting chat’) |
| // When a user starts a conversation we want to set a cookie that informs us |
| // on next page load to keep the chat open on load. |
| // We set the max age to 30 minutes (60 * 30 = 1800) so that the chat stays open |
| // for 30 minutes on page loads or until the chat ends. |
| document.cookie = ‘yChatOpen=true; max-age=1800; SameSite=lax; Secure; path=/’; |
| // This function is defined in the pendo HTML snippet: pendo_tracking.html |
| if (!startChatEventTracked) window.pendoTrack(“Started Chat”, {}); |
| startChatEventTracked = true; |
| }); |
| |
| window.HubSpotConversations.on(‘conversationClosed’, function () { |
| console.log(‘YCharts Chat: ending chat’) |
| // When a user ends a conversation we want to remove this cookie so we don’t |
| // keep popping the chat open on load. We do this by setting the max-age to 0 which |
| // makes it expire. |
| document.cookie = ‘yChatOpen=false; max-age=0; SameSite=lax; Secure; path=/’; |
| }); |
| } |
| |
| window.hsConversationsOnReady = [onConversationsAPIReady]; |
| |
| </script> |
| |
| <!– End of HubSpot Chat Code –> |
| |
| |
| |
| |
| |
| |
| |
| <script src=”//static.ycharts.com/bundles/manifest.e91bda4d21ba1c29ff52.js” defer></script> |
| <script src=”//static.ycharts.com/bundles/new_angular.d770daefe6273f91cde6.js” defer></script> |
| <script src=”//static.ycharts.com/bundles/indicators_quote_app.a69c54b71a1f1aed1de9.js” defer></script> |
| |
| |
| |
| |
| |
| <script async src=”https://securepubads.g.doubleclick.net/tag/js/gpt.js“></script> |
| <script> |
| window.googletag = window.googletag || {cmd: []}; |
| googletag.cmd.push(function() { |
| googletag.defineSlot(‘/1732286/Top_Leaderboard’, [728, 90], ‘div-gpt-ad-1595530847756-0’).addService(googletag.pubads()); |
| googletag.defineSlot(‘/1732286/top_medium_rectangle/top_medium_rectangle_desktop’, [300, 250], ‘div-gpt-ad-1589691150646-0’).addService(googletag.pubads()); |
| googletag.defineSlot(‘/1732286/top_medium_rectangle/top_medium_rectangle_mobile’, [300, 250], ‘div-gpt-ad-1589689511915-0’).addService(googletag.pubads()); |
| googletag.pubads().enableSingleRequest(); |
| |
| |
| googletag.pubads().setTargeting(‘site_section’, [‘Indicators’]); |
| |
| |
| googletag.enableServices(); |
| }); |
| </script> |
| |
| |
| |
| |
| |
| |
| |
| |
| </head> |
| |
| <body class=” “> |
| |
| |
| |
| <header id=”header-placeholder” class=”header”> |
| <div class=”header-container container user-select-none”> |
| <div class=”header-logo-wrap”> |
| <a class=”header-logo” href=”/“> |
| <img class=”visible-lg-block” alt=”YCharts logo” src=”data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ xmlns:xlink=’http://www.w3.org/1999/xlink’ x=’0px’ y=’0px’ width=’155px’ height=’21px’ viewBox=’-0.195 0 155 21′ enable-background=’new -0.195 0 155 21′ xml:space=’preserve’%3E%3Cpolygon fill=’%230282E8′ points=’14.863,0.358 7.823,12.352 7.823,20.428 12.214,20.428 12.214,12.614 19.939,0.358 ‘/%3E%3Cpolygon fill=’%230282E8’ points=’8.034,5.392 5.044,0.358 -0.195,0.358 5.697,9.646 ‘/%3E%3Cpath fill=’%23FFFFFF’ d=’M32.348,21c-5.975,0-10.413-4.609-10.413-10.441V10.5c0-5.77,4.354-10.5,10.588-10.5 c3.831,0,6.121,1.278,8.008,3.133l-2.845,3.279c-1.565-1.422-3.16-2.292-5.189-2.292c-3.423,0-5.888,2.843-5.888,6.323V10.5 c0,3.48,2.406,6.382,5.888,6.382c2.32,0,3.742-0.929,5.336-2.377l2.844,2.872C38.587,19.607,36.264,21,32.348,21’/%3E%3Cpolygon fill=’%23FFFFFF’ points=’59.338,20.65 59.338,12.502 51.1,12.502 51.1,20.65 46.633,20.65 46.633,0.35 51.1,0.35 51.1,8.383 59.338,8.383 59.338,0.35 63.805,0.35 63.805,20.65 ‘/%3E%3Cpath fill=’%23FFFFFF’ d=’M79.625,5.57l-2.694,6.584h5.39L79.625,5.57z M85.772,20.65l-1.854-4.553h-8.585l-1.858,4.553h-4.553 l8.699-20.446h4.119L90.44,20.65H85.772z’/%3E%3Cpath fill=’%23FFFFFF’ d=’M107.926,7.281c0-1.914-1.333-2.901-3.511-2.901h-4.438v5.829h4.523c2.177,0,3.423-1.161,3.423-2.872 L107.926,7.281L107.926,7.281z M107.839,20.65l-4.353-6.496h-3.511v6.496H95.51V0.35h9.28c4.788,0,7.656,2.523,7.656,6.7v0.06 c0,3.276-1.771,5.335-4.352,6.294l4.96,7.25h-5.223V20.65H107.839z’/%3E%3Cpolygon fill=’%23FFFFFF’ points=’128.369,4.467 128.369,20.65 123.903,20.65 123.903,4.467 117.723,4.467 117.723,0.35 134.548,0.35 134.548,4.467 ‘/%3E%3Cpath fill=’%23FFFFFF’ d=’M146.962,20.941c-3.074,0-6.18-1.073-8.612-3.248l2.642-3.161c1.823,1.509,3.74,2.465,6.062,2.465 c1.828,0,2.932-0.726,2.932-1.915v-0.059c0-1.131-0.696-1.713-4.09-2.582c-4.091-1.043-6.729-2.173-6.729-6.207V6.179 c0-3.682,2.957-6.12,7.103-6.12c2.963,0,5.481,0.927,7.543,2.579l-2.318,3.366c-1.804-1.248-3.567-2-5.277-2 c-1.714,0-2.612,0.782-2.612,1.769v0.059c0,1.333,0.871,1.77,4.379,2.668c4.119,1.074,6.44,2.553,6.44,6.092v0.061 C154.417,18.682,151.344,20.941,146.962,20.941’/%3E%3C/svg%3E“> |
| <img class=”hidden-lg” alt=”YCharts logo” src=”data:image/svg+xml,%3Csvg width=’22’ height=’22’ viewBox=’0 0 22 22′ fill=’none’ xmlns=’http://www.w3.org/2000/svg’%3E%3Cpath fill-rule=’evenodd’ clip-rule=’evenodd’ d=’M15.7752 0.462769L8.39917 13.0298V21.4898H12.9982V13.3038L21.0942 0.462769H15.7752Z’ fill=’white’/%3E%3Cpath fill-rule=’evenodd’ clip-rule=’evenodd’ d=’M0 0.462769L6.172 10.1938L8.619 5.73777L5.487 0.462769H0Z’ fill=’white’/%3E%3C/svg%3E“> |
| </a> |
| </div> |
| </div> |
| </header> |
| <ycn-top-bar-nav headerContent=”[{"tab": "data", "image": "https://ycharts-media.s3.amazonaws.com/support/Earnings_Season.png?AWSAccessKeyId=ASIA3WEVRVL2XGQLFIJK&Signature=F96r0XxvpBScH2MeXMpINuxU6f4%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEFkaCXVzLWVhc3QtMSJIMEYCIQDIpOWNyFHb%2FiKUh%2BnLtbHeUQKZMIg8mkPI%2FgziDEVMeAIhALiCOmZsLa6lHiLHetsYjpWx4taJgqOzdi50GIalpoTdKrAFCHIQABoMODAzNDcyNTE3ODc3IgxTYwihoBEQJcljPKwqjQUlkUJMhNpJarGyVLlXreA1Fmb4uR8fYfTzU68K%2FHa6o3lhc996zA9%2FitgEfegQseGg52mCisH7QuyA%2FyOqc3BIqtp8hena8B5nVCRRa8DVluKCNgntIzfLFOlLa2mL8wOFAfFDYcEWARFViVhuvuI9yNh%2FDofO%2BIRcXOphyWvYVBtSipdqnZ8E9fiVj70NPlzwn6CaOfAnKwksxP3veY3Ek0F7q9YqmqcP1wlifI2mhxTg%2F5CzOVAs5UAZZ%2BcBwjg9VgmOHA6Mx008hMUZRAONHXiUzINNGJt5lMrHaSmAvNKPqwJWUs7jQJayMomag37T6g6wAV21qeDX%2F1TN8z3u7gayZLgwiw3OyofY9CnBGTnQ5MxNmqniLCUVD0J5l74meWhCyO9SphubnfF%2BVrtp13b4DYfBTkZhkCphSu1rFEQZJGKWT%2FVNF2cF%2BdiraSo2ra88%2FkW7GvIqrJhc4WXenV%2F6ByKDhM3lZFqD%2FX5ALiwqFxOloBdSvG5uOPuJSPD8m91K4jQVaUt8HKo%2FXBDdguKuqq9HlDEJpzpzdllUPfnzU3WVBrGViV62%2B064hSiuHQtbxrbodN5vl9pLZBojCxpKi4TNRgUcCBZYGTVp8d%2BZyXJIx6%2FZY6qWnM95kaUijUY%2BCwU1b%2BW9jTqxeX1f2re34ob8eLejpDM6utUm6Q89f13CYJqjGdy%2BQ2jVgMpPb%2BSM3KyIxznUOulnf%2FSKiidgf8lUOAfVE5wPYiURUdMCxT1KposHBOmkbyoE8dvf09ALlj3OlSO64psO4XqGAwcTF%2FKwS7%2B5KogGT%2FTr8IF0pF%2BCqL23dAnD8ZtlranAxbAOiNVPcrytRfwTKrRnjHGLOZaMbs4JPVEINzDo1%2F%2BvBjqwATUzU1evCSC1CfLR9vRGv2fSTfwsThm5s%2F84n0xJp2ZodM%2Fv0yfeGoPcjClhfBdRRiagDfqXMdM9GzBHatnl2S%2FcNAjihB5HFCKrdjwbF%2BbRaEZ0tYV%2BPo1Y6T3A2TEwuniOMMZCAtMSR%2Bo2bZIkaIPUoWqxjLo59Lx%2BcdlZO4LrB35tlh7nutev6LjxRncggPeDCEN35oBuV%2FAUtcUOCAkl155AruOphnjb1Axovk7l&Expires=1711290746", "links": [{"href": "https://ycharts.com/events/calendar/#/?pageNum=1&eventGroups=earnings,&securitylistName=index_sandp_500&securityGroup=company&viewMode=week&date=", "title": "Earnings Season Calendar"}, {"href": "https://ycharts.com/mutual_funds/category_index", "title": "Fund Flows by Category"}, {"href": "https://ycharts.com/classifications/sectors", "title": "Sector & Industry Data Moved to Tools"}]}, {"tab": "support", "image": "https://ycharts-media.s3.amazonaws.com/support/Top_Charts_of_23_icon.png?AWSAccessKeyId=ASIA3WEVRVL2XGQLFIJK&Signature=uL5qlMWsYxGlKt7y0%2BSBdcHqNpw%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEFkaCXVzLWVhc3QtMSJIMEYCIQDIpOWNyFHb%2FiKUh%2BnLtbHeUQKZMIg8mkPI%2FgziDEVMeAIhALiCOmZsLa6lHiLHetsYjpWx4taJgqOzdi50GIalpoTdKrAFCHIQABoMODAzNDcyNTE3ODc3IgxTYwihoBEQJcljPKwqjQUlkUJMhNpJarGyVLlXreA1Fmb4uR8fYfTzU68K%2FHa6o3lhc996zA9%2FitgEfegQseGg52mCisH7QuyA%2FyOqc3BIqtp8hena8B5nVCRRa8DVluKCNgntIzfLFOlLa2mL8wOFAfFDYcEWARFViVhuvuI9yNh%2FDofO%2BIRcXOphyWvYVBtSipdqnZ8E9fiVj70NPlzwn6CaOfAnKwksxP3veY3Ek0F7q9YqmqcP1wlifI2mhxTg%2F5CzOVAs5UAZZ%2BcBwjg9VgmOHA6Mx008hMUZRAONHXiUzINNGJt5lMrHaSmAvNKPqwJWUs7jQJayMomag37T6g6wAV21qeDX%2F1TN8z3u7gayZLgwiw3OyofY9CnBGTnQ5MxNmqniLCUVD0J5l74meWhCyO9SphubnfF%2BVrtp13b4DYfBTkZhkCphSu1rFEQZJGKWT%2FVNF2cF%2BdiraSo2ra88%2FkW7GvIqrJhc4WXenV%2F6ByKDhM3lZFqD%2FX5ALiwqFxOloBdSvG5uOPuJSPD8m91K4jQVaUt8HKo%2FXBDdguKuqq9HlDEJpzpzdllUPfnzU3WVBrGViV62%2B064hSiuHQtbxrbodN5vl9pLZBojCxpKi4TNRgUcCBZYGTVp8d%2BZyXJIx6%2FZY6qWnM95kaUijUY%2BCwU1b%2BW9jTqxeX1f2re34ob8eLejpDM6utUm6Q89f13CYJqjGdy%2BQ2jVgMpPb%2BSM3KyIxznUOulnf%2FSKiidgf8lUOAfVE5wPYiURUdMCxT1KposHBOmkbyoE8dvf09ALlj3OlSO64psO4XqGAwcTF%2FKwS7%2B5KogGT%2FTr8IF0pF%2BCqL23dAnD8ZtlranAxbAOiNVPcrytRfwTKrRnjHGLOZaMbs4JPVEINzDo1%2F%2BvBjqwATUzU1evCSC1CfLR9vRGv2fSTfwsThm5s%2F84n0xJp2ZodM%2Fv0yfeGoPcjClhfBdRRiagDfqXMdM9GzBHatnl2S%2FcNAjihB5HFCKrdjwbF%2BbRaEZ0tYV%2BPo1Y6T3A2TEwuniOMMZCAtMSR%2Bo2bZIkaIPUoWqxjLo59Lx%2BcdlZO4LrB35tlh7nutev6LjxRncggPeDCEN35oBuV%2FAUtcUOCAkl155AruOphnjb1Axovk7l&Expires=1711290746", "links": [{"href": "https://ycharts.com/insights-and-visuals#Original_Research", "title": "Top 23 Charts of 2023"}, {"href": "https://ycharts.com/insights-and-visuals", "title": "Fund Flows Report"}, {"href": "https://go.ycharts.com/hubfs/How_Advisors_Use_YCharts_to_Save_Clients_Money_on_Taxes.pdf", "title": "Tax Strategies White Paper"}]}, {"tab": "tools", "image": "https://ycharts-media.s3.amazonaws.com/support/Screenshot_2024-01-09_at_3.55.49_PM_Gwdiewr.png?AWSAccessKeyId=ASIA3WEVRVL2XGQLFIJK&Signature=JiyxcJdQ%2FVRrt2n4ozycSzVwOpo%3D&x-amz-security-token=IQoJb3JpZ2luX2VjEFkaCXVzLWVhc3QtMSJIMEYCIQDIpOWNyFHb%2FiKUh%2BnLtbHeUQKZMIg8mkPI%2FgziDEVMeAIhALiCOmZsLa6lHiLHetsYjpWx4taJgqOzdi50GIalpoTdKrAFCHIQABoMODAzNDcyNTE3ODc3IgxTYwihoBEQJcljPKwqjQUlkUJMhNpJarGyVLlXreA1Fmb4uR8fYfTzU68K%2FHa6o3lhc996zA9%2FitgEfegQseGg52mCisH7QuyA%2FyOqc3BIqtp8hena8B5nVCRRa8DVluKCNgntIzfLFOlLa2mL8wOFAfFDYcEWARFViVhuvuI9yNh%2FDofO%2BIRcXOphyWvYVBtSipdqnZ8E9fiVj70NPlzwn6CaOfAnKwksxP3veY3Ek0F7q9YqmqcP1wlifI2mhxTg%2F5CzOVAs5UAZZ%2BcBwjg9VgmOHA6Mx008hMUZRAONHXiUzINNGJt5lMrHaSmAvNKPqwJWUs7jQJayMomag37T6g6wAV21qeDX%2F1TN8z3u7gayZLgwiw3OyofY9CnBGTnQ5MxNmqniLCUVD0J5l74meWhCyO9SphubnfF%2BVrtp13b4DYfBTkZhkCphSu1rFEQZJGKWT%2FVNF2cF%2BdiraSo2ra88%2FkW7GvIqrJhc4WXenV%2F6ByKDhM3lZFqD%2FX5ALiwqFxOloBdSvG5uOPuJSPD8m91K4jQVaUt8HKo%2FXBDdguKuqq9HlDEJpzpzdllUPfnzU3WVBrGViV62%2B064hSiuHQtbxrbodN5vl9pLZBojCxpKi4TNRgUcCBZYGTVp8d%2BZyXJIx6%2FZY6qWnM95kaUijUY%2BCwU1b%2BW9jTqxeX1f2re34ob8eLejpDM6utUm6Q89f13CYJqjGdy%2BQ2jVgMpPb%2BSM3KyIxznUOulnf%2FSKiidgf8lUOAfVE5wPYiURUdMCxT1KposHBOmkbyoE8dvf09ALlj3OlSO64psO4XqGAwcTF%2FKwS7%2B5KogGT%2FTr8IF0pF%2BCqL23dAnD8ZtlranAxbAOiNVPcrytRfwTKrRnjHGLOZaMbs4JPVEINzDo1%2F%2BvBjqwATUzU1evCSC1CfLR9vRGv2fSTfwsThm5s%2F84n0xJp2ZodM%2Fv0yfeGoPcjClhfBdRRiagDfqXMdM9GzBHatnl2S%2FcNAjihB5HFCKrdjwbF%2BbRaEZ0tYV%2BPo1Y6T3A2TEwuniOMMZCAtMSR%2Bo2bZIkaIPUoWqxjLo59Lx%2BcdlZO4LrB35tlh7nutev6LjxRncggPeDCEN35oBuV%2FAUtcUOCAkl155AruOphnjb1Axovk7l&Expires=1711290746", "links": [{"href": "https://ycharts.com/insights-and-visuals#Top_10_Visuals_For_Client_&_Prospect_Meetings", "title": "UPDATED: Supercharged Asset Gathering Deck"}, {"href": "https://ycharts.com/mutual_funds/M:DODGX/attribution/absolute", "title": "Portfolio & Fund Attribution"}, {"href": "https://ycharts.com/mutual_funds/M:AGTHX/holdings/history", "title": "Fund Holdings Historically"}]}]”></ycn-top-bar-nav> |
| |
| |
| |
| <main class=”page-content”> |
| <div class=”page”> |
| |
| <div class=”page-header-ad”> |
| <!– /1732286/Top_Leaderboard –> |
| <div id=’div-gpt-ad-1595530847756-0′ style=’width: 728px; height: 90px;’> |
| <script> |
| googletag.cmd.push(function() { googletag.display(‘div-gpt-ad-1595530847756-0’); }); |
| </script> |
| </div> |
| </div> |
| |
| |
| |
| |
| |
| |
| <div class=”container”> |
| <div class=”page-header page-header-complex row”> |
| <div class=”col”> |
| <div class=”index-name”> |
| <h1 class=”index-name-text”> |
| European Union Inflation Rate (I:EUIR) |
| </h1> |
| </div> |
| |
| <div class=”key-stat-title”> |
| 2.80% for Feb 2024 |
| </div> |
| |
| </div> |
| <ycn-security-header-control |
| security=”{"detailed_security_type": "indicator", "display_security_id": "I:EUIR", "id": 26681, "security_id": "I:EUIR", "security_name": "European Union Inflation Rate", "security_type": "indicator", "securitylist_security_id": "I26681", "sharing": null, "watchlist_type": "indicator", "ycharts_url": "/indicators/europe_inflation_rate"}” |
| securityUrlIdentifier=”europe_inflation_rate” |
| showActionsDropdown=”false” |
| showAddToWatchlistButton=”true” |
| showAddToWatchlistLabel=”true” |
| showAlertsButton=”true” |
| showCustomPdfReports=”false” |
| showNotesButton=”false” |
| showShareButton=”false” |
| showSsoIntegrations=”false” |
| ></ycn-security-header-control> |
| </div> |
| </div> |
| |
| |
| <div class=”page-tabs tabs tabs-long”> |
| <div class=”container”> |
| <ul class=”nav nav-tabs user-select-none”> |
| |
| <li class=”nav-item”> |
| <a class=”nav-link active” href=”/indicators/europe_inflation_rate“>Overview</a> |
| </li> |
| |
| <li class=”nav-item”> |
| <a class=”nav-link ” href=”/indicators/europe_inflation_rate/chart/“>Interactive Chart</a> |
| </li> |
| |
| </ul> |
| <div class=”dropdown nav-item-more user-select-none”> |
| <span id=”dropdown-toggle” class=”nav-link dropdown-toggle” href onclick=”dropdownHandler()”>More</span> |
| <div id=”more-dropdown” class=”dropdown-menu dropdown-menu-right”></div> |
| </div> |
| </div> |
| </div> |
| |
| <!– |
| We do this in vanilla javascript for performance and SEO reasons. Is very simple and using Angular or any framework is overkill and could effect the SEO performance of this page |
| –> |
| <script> |
| function dropdownHandler() { |
| let moreButton = document.querySelector(‘.nav-item-more’); |
| moreButton.classList.toggle(‘active’); |
| let dropdownToggle = document.querySelector(‘#dropdown-toggle’); |
| dropdownToggle.classList.toggle(‘active’); |
| let moreDropdown = document.querySelector(‘#more-dropdown’); |
| moreDropdown.classList.toggle(‘show’); |
| } |
| |
| // Long tabs management |
| function tabsMoreFit(tabs) { |
| let itemsWidth = 0; |
| tabs.querySelectorAll(‘.nav-item’).forEach((item) => { |
| itemsWidth += item.offsetWidth; |
| }); |
| if (tabs.offsetWidth >= itemsWidth) { |
| return true; |
| } |
| return false; |
| } |
| |
| function tabsMore() { |
| const tabsWrap = document.querySelectorAll(‘.tabs-long’); |
| tabsWrap.forEach((wrap) => { |
| const tabs = wrap.querySelector(‘.nav-tabs’); |
| const moreWrap = wrap.querySelector(‘.nav-item-more’); |
| const moreMenu = moreWrap.querySelector(‘.dropdown-menu’); |
| |
| if (!tabsMoreFit(tabs)) { |
| moreWrap.style.display = ‘block’; |
| moreMenu.prepend(tabs.querySelector(‘.nav-item:last-child’)); |
| tabsMore(); |
| } else if (moreWrap.style.display === ‘block’) { |
| if (moreWrap.querySelector(‘.nav-item:only-child’)) { |
| moreWrap.style.display = ‘none’; |
| } |
| |
| tabs.append(moreWrap.querySelector(‘.nav-item:first-child’)); |
| if (!tabsMoreFit(tabs)) { |
| moreWrap.style.display = ‘block’; |
| moreMenu.prepend(tabs.querySelector(‘.nav-item:last-child’)); |
| } |
| } |
| }); |
| } |
| |
| if (document.querySelectorAll(‘.tabs-long’)) { |
| tabsMore(); |
| |
| window.addEventListener(‘resize’, () => { |
| tabsMore(); |
| }); |
| } |
| </script> |
| |
| |
| |
| |
| <div class=”container”> |
| <div class=”page-tabs tab-content”> |
| <div class=”tab-pane active”> |
| |
| |
| <div class=”page-body”> |
| <div class=”row”> |
| <div class=”col-md-8″> |
| |
| |
| |
| |
| <ycn-single-series-fund-chart |
| benchmarkId=”” |
| chartTabUrl=’/indicators/europe_inflation_rate/chart/’ |
| chartTitle=’Level Chart’ |
| formatOptions='[{"value": "real", "calcs": [], "label": "Level"}]’ |
| omittedZoomOptions='["1d", "5d"]’ |
| benchmarkDisabled=’null’ |
| securityId=’I:EUIR’ |
| showExportOptions=’false’ |
| showLegend=’true’ |
| userPreferenceKeys='{"zoom": "indicator_quote_chart_zoom"}’> |
| <!– Placeholder element until Angular loads –> |
| <div class=”panel panel-data”> |
| <div class=”panel-header”> |
| <h3 class=”panel-title”>Level Chart</h3> |
| </div> |
| <div class=”panel-content”> |
| <div class=”chart-cover”> |
| <div class=”chart-interactive”> |
| <div class=”chart-item”> |
| <div class=”chart-options”> |
| <div class=”chart-legend legend-off-chart”> |
| <div class=”chart-legend-item”> |
| <span class=”chart-legend-item-title”></span> |
| </div> |
| </div> |
| </div> |
| <div class=”chart-wrap”> |
| <div class=”chart-canvas”></div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </ycn-single-series-fund-chart> |
| |
| |
| <div class=”hidden-md”> |
| |
| <div class=”panel-ad”> |
| <!– /1732286/top_medium_rectangle/top_medium_rectangle_mobile –> |
| <div id=’div-gpt-ad-1589689511915-0′ style=’width: 300px; height: 250px;’> |
| <script> |
| googletag.cmd.push(function() { googletag.display(‘div-gpt-ad-1589689511915-0’); }); |
| </script> |
| </div> |
| </div> |
| |
| |
| |
| <div class=”panel panel-data”> |
| <div class=”panel-header”> |
| <h3 class=”panel-title”>Basic Info</h3> |
| </div> |
| <div class=”panel-content”> |
| <table class=”table”> |
| <tbody> |
| <tr> |
| <td> |
| |
| <p>European Union Inflation Rate is at 2.80%, compared to 3.10% last month and 9.90% last year. This is higher than the long term average of 2.23%.</p> |
| |
| </td> |
| </tr> |
| |
| </tbody> |
| </table> |
| <div class=”row”> |
| <div class=”col-6 col-md-12″> |
| <table class=”table”> |
| <tbody> |
| <tr> |
| <td class=”col-6″>Report</td> |
| <td class=”col-6″><a href=”/indicators/reports/european_consumer_price_indexes“>European Consumer Price Indexes</a></td> |
| </tr> |
| <tr> |
| <td>Category</td> |
| <td> |
| |
| |
| <a href=”/indicators/categories/consumer_prices “> |
| Consumer Prices |
| |
| </a> |
| |
| |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <div class=”col-6 col-md-12″> |
| <table class=”table”> |
| <tbody> |
| <tr> |
| <td class=”col-6″>Region</td> |
| <td class=”col-6″><a href=”/indicators/regions/economic_regions/EU“>European Union</a> </td> |
| </tr> |
| <tr> |
| <td>Source</td> |
| <td><a href=”/indicators/sources/eurostat“>Eurostat</a></td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| |
| </div> |
| </div> |
| </div> |
| |
| |
| |
| |
| |
| |
| |
| <div class=”panel panel-data”> |
| <div class=”panel-header”> |
| <h3 class=”panel-title”>Stats</h3> |
| </div> |
| <div class=”panel-content”> |
| <div class=”row”> |
| <div class=”col-6 col-md-12″> |
| <table class=”table”> |
| <tbody> |
| |
| <tr> |
| <td class=”col-6″>Last Value</td> |
| <td class=”col-6″>2.80%</td> |
| </tr> |
| <tr> |
| <td>Latest Period</td> |
| <td>Feb 2024</td> |
| </tr> |
| |
| <tr> |
| <td>Last Updated</td> |
| <td>Mar 18 2024, 11:06 EDT</td> |
| </tr> |
| |
| <tr> |
| <td>Next Release</td> |
| <td>Apr 17 2024, 11:00 EDT |
| |
| </td> |
| </tr> |
| |
| |
| |
| <tr> |
| <td>Long Term Average</td> |
| <td>2.23%</td> |
| </tr> |
| |
| <tr> |
| <td>Average Growth Rate</td> |
| <td>17.28%</td> |
| </tr> |
| |
| </tbody> |
| </table> |
| </div> |
| |
| <div class=”col-6 col-md-12″> |
| <table class=”table”> |
| <tbody> |
| |
| |
| <tr> |
| <td class=”col-6″>Value from Last Month</td> |
| <td class=”col-6″>3.10%</td> |
| </tr> |
| <tr> |
| <td>Change from Last Month</td> |
| <td>-9.68%</td> |
| </tr> |
| |
| <tr> |
| <td class=”col-6″>Value from 1 Year Ago</td> |
| <td class=”col-6″>9.90%</td> |
| </tr> |
| <tr> |
| <td>Change from 1 Year Ago</td> |
| <td>-71.72%</td> |
| </tr> |
| <tr> |
| <td>Frequency</td> |
| <td>Monthly</td> |
| </tr> |
| |
| <tr> |
| <td>Unit</td> |
| <td>Percent</td> |
| </tr> |
| |
| <tr> |
| <td>Adjustment</td> |
| <td>N/A</td> |
| </tr> |
| |
| <tr> |
| <td>Download Source File</td> |
| <td> |
| <a href=”/start_trial/indDataVerification” class=”pro”>Upgrade</a> |
| |
| </td> |
| </tr> |
| |
| |
| <tr> |
| <td>Notes</td> |
| <td>Harmonized. 12-Month Rate</td> |
| </tr> |
| |
| |
| </tbody> |
| </table> |
| </div> |
| |
| </div> |
| </div> |
| </div> |
| |
| |
| </div> |
| |
| |
| <div class=”panel panel-data”> |
| <div class=”panel-header”> |
| <h3 class=”panel-title”>Historical Data</h3> |
| </div> |
| <div class=”panel-content”> |
| |
| <div class=”chart-options”> |
| <div class=”panel-ad-cta”> |
| View and export this data back to 1997. |
| <a href=”/start_trial/histData“>Upgrade now.</a> |
| </div> |
| </div> |
| |
| |
| <div class=”row”> |
| <div class=”col-6″> |
| <table class=”table”> |
| <thead> |
| <tr> |
| <th>Date</th> |
| <th class=”text-right”>Value</th> |
| </tr> |
| </thead> |
| <tbody> |
| |
| <tr> |
| <td>February 29, 2024</td> |
| <td class=”text-right”> |
| |
| 2.80% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>January 31, 2024</td> |
| <td class=”text-right”> |
| |
| 3.10% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>December 31, 2023</td> |
| <td class=”text-right”> |
| |
| 3.40% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>November 30, 2023</td> |
| <td class=”text-right”> |
| |
| 3.10% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>October 31, 2023</td> |
| <td class=”text-right”> |
| |
| 3.60% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>September 30, 2023</td> |
| <td class=”text-right”> |
| |
| 4.90% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>August 31, 2023</td> |
| <td class=”text-right”> |
| |
| 5.90% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>July 31, 2023</td> |
| <td class=”text-right”> |
| |
| 6.10% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>June 30, 2023</td> |
| <td class=”text-right”> |
| |
| 6.40% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>May 31, 2023</td> |
| <td class=”text-right”> |
| |
| 7.10% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>April 30, 2023</td> |
| <td class=”text-right”> |
| |
| 8.10% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>March 31, 2023</td> |
| <td class=”text-right”> |
| |
| 8.30% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>February 28, 2023</td> |
| <td class=”text-right”> |
| |
| 9.90% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>January 31, 2023</td> |
| <td class=”text-right”> |
| |
| 10.00% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>December 31, 2022</td> |
| <td class=”text-right”> |
| |
| 10.40% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>November 30, 2022</td> |
| <td class=”text-right”> |
| |
| 11.10% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>October 31, 2022</td> |
| <td class=”text-right”> |
| |
| 11.50% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>September 30, 2022</td> |
| <td class=”text-right”> |
| |
| 10.90% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>August 31, 2022</td> |
| <td class=”text-right”> |
| |
| 10.10% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>July 31, 2022</td> |
| <td class=”text-right”> |
| |
| 9.80% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>June 30, 2022</td> |
| <td class=”text-right”> |
| |
| 9.60% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>May 31, 2022</td> |
| <td class=”text-right”> |
| |
| 8.80% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>April 30, 2022</td> |
| <td class=”text-right”> |
| |
| 8.10% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>March 31, 2022</td> |
| <td class=”text-right”> |
| |
| 7.80% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>February 28, 2022</td> |
| <td class=”text-right”> |
| |
| 6.20% |
| |
| </td> |
| </tr> |
| |
| </tbody> |
| </table> |
| </div> |
| |
| |
| <div class=”col-6″> |
| <table class=”table”> |
| <thead> |
| <tr> |
| <th>Date</th> |
| <th class=”text-right”>Value</th> |
| </tr> |
| </thead> |
| <tbody> |
| |
| <tr> |
| <td>January 31, 2022</td> |
| <td class=”text-right”> |
| |
| 5.60% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>December 31, 2021</td> |
| <td class=”text-right”> |
| |
| 5.30% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>November 30, 2021</td> |
| <td class=”text-right”> |
| |
| 5.20% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>October 31, 2021</td> |
| <td class=”text-right”> |
| |
| 4.40% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>September 30, 2021</td> |
| <td class=”text-right”> |
| |
| 3.60% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>August 31, 2021</td> |
| <td class=”text-right”> |
| |
| 3.20% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>July 31, 2021</td> |
| <td class=”text-right”> |
| |
| 2.50% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>June 30, 2021</td> |
| <td class=”text-right”> |
| |
| 2.20% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>May 31, 2021</td> |
| <td class=”text-right”> |
| |
| 2.30% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>April 30, 2021</td> |
| <td class=”text-right”> |
| |
| 2.00% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>March 31, 2021</td> |
| <td class=”text-right”> |
| |
| 1.70% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>February 28, 2021</td> |
| <td class=”text-right”> |
| |
| 1.30% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>January 31, 2021</td> |
| <td class=”text-right”> |
| |
| 1.20% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>December 31, 2020</td> |
| <td class=”text-right”> |
| |
| 0.30% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>November 30, 2020</td> |
| <td class=”text-right”> |
| |
| 0.20% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>October 31, 2020</td> |
| <td class=”text-right”> |
| |
| 0.30% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>September 30, 2020</td> |
| <td class=”text-right”> |
| |
| 0.30% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>August 31, 2020</td> |
| <td class=”text-right”> |
| |
| 0.40% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>July 31, 2020</td> |
| <td class=”text-right”> |
| |
| 0.90% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>June 30, 2020</td> |
| <td class=”text-right”> |
| |
| 0.80% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>May 31, 2020</td> |
| <td class=”text-right”> |
| |
| 0.60% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>April 30, 2020</td> |
| <td class=”text-right”> |
| |
| 0.70% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>March 31, 2020</td> |
| <td class=”text-right”> |
| |
| 1.20% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>February 29, 2020</td> |
| <td class=”text-right”> |
| |
| 1.60% |
| |
| </td> |
| </tr> |
| |
| <tr> |
| <td>January 31, 2020</td> |
| <td class=”text-right”> |
| |
| 1.70% |
| |
| </td> |
| </tr> |
| |
| </tbody> |
| </table> |
| </div> |
| |
| </div> |
| |
| |
| </div> |
| </div> |
| |
| |
| <iframe WIDTH=”655″ HEIGHT=”140″ SCROLLING=”NO” src=”https://www.dianomi.com/smartads.epl?id=5943” style=”width: 100%; height: 140px; border-top: none; border-right: none; border-bottom: 1px solid #ccc; border-left: none; margin-bottom: 9px; overflow: hidden;”></iframe> |
| |
| |
| </div> |
| <div class=”col-md-4″> |
| <div class=”visible-md-block”> |
| |
| <div class=”panel-ad”> |
| <!– /1732286/top_medium_rectangle/top_medium_rectangle_desktop –> |
| <div id=’div-gpt-ad-1589691150646-0′ style=’width: 300px; height: 250px;’> |
| <script> |
| googletag.cmd.push(function() { googletag.display(‘div-gpt-ad-1589691150646-0’); }); |
| </script> |
| </div> |
| </div> |
| |
| |
| |
| <div class=”panel panel-data”> |
| <div class=”panel-header”> |
| <h3 class=”panel-title”>Basic Info</h3> |
| </div> |
| <div class=”panel-content”> |
| <table class=”table”> |
| <tbody> |
| <tr> |
| <td> |
| |
| <p>European Union Inflation Rate is at 2.80%, compared to 3.10% last month and 9.90% last year. This is higher than the long term average of 2.23%.</p> |
| |
| </td> |
| </tr> |
| |
| </tbody> |
| </table> |
| <div class=”row”> |
| <div class=”col-6 col-md-12″> |
| <table class=”table”> |
| <tbody> |
| <tr> |
| <td class=”col-6″>Report</td> |
| <td class=”col-6″><a href=”/indicators/reports/european_consumer_price_indexes“>European Consumer Price Indexes</a></td> |
| </tr> |
| <tr> |
| <td>Category</td> |
| <td> |
| |
| |
| <a href=”/indicators/categories/consumer_prices “> |
| Consumer Prices |
| |
| </a> |
| |
| |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <div class=”col-6 col-md-12″> |
| <table class=”table”> |
| <tbody> |
| <tr> |
| <td class=”col-6″>Region</td> |
| <td class=”col-6″><a href=”/indicators/regions/economic_regions/EU“>European Union</a> </td> |
| </tr> |
| <tr> |
| <td>Source</td> |
| <td><a href=”/indicators/sources/eurostat“>Eurostat</a></td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| |
| </div> |
| </div> |
| </div> |
| |
| |
| |
| |
| |
| |
| |
| <div class=”panel panel-data”> |
| <div class=”panel-header”> |
| <h3 class=”panel-title”>Stats</h3> |
| </div> |
| <div class=”panel-content”> |
| <div class=”row”> |
| <div class=”col-6 col-md-12″> |
| <table class=”table”> |
| <tbody> |
| |
| <tr> |
| <td class=”col-6″>Last Value</td> |
| <td class=”col-6″>2.80%</td> |
| </tr> |
| <tr> |
| <td>Latest Period</td> |
| <td>Feb 2024</td> |
| </tr> |
| |
| <tr> |
| <td>Last Updated</td> |
| <td>Mar 18 2024, 11:06 EDT</td> |
| </tr> |
| |
| <tr> |
| <td>Next Release</td> |
| <td>Apr 17 2024, 11:00 EDT |
| |
| </td> |
| </tr> |
| |
| |
| |
| <tr> |
| <td>Long Term Average</td> |
| <td>2.23%</td> |
| </tr> |
| |
| <tr> |
| <td>Average Growth Rate</td> |
| <td>17.28%</td> |
| </tr> |
| |
| </tbody> |
| </table> |
| </div> |
| |
| <div class=”col-6 col-md-12″> |
| <table class=”table”> |
| <tbody> |
| |
| |
| <tr> |
| <td class=”col-6″>Value from Last Month</td> |
| <td class=”col-6″>3.10%</td> |
| </tr> |
| <tr> |
| <td>Change from Last Month</td> |
| <td>-9.68%</td> |
| </tr> |
| |
| <tr> |
| <td class=”col-6″>Value from 1 Year Ago</td> |
| <td class=”col-6″>9.90%</td> |
| </tr> |
| <tr> |
| <td>Change from 1 Year Ago</td> |
| <td>-71.72%</td> |
| </tr> |
| <tr> |
| <td>Frequency</td> |
| <td>Monthly</td> |
| </tr> |
| |
| <tr> |
| <td>Unit</td> |
| <td>Percent</td> |
| </tr> |
| |
| <tr> |
| <td>Adjustment</td> |
| <td>N/A</td> |
| </tr> |
| |
| <tr> |
| <td>Download Source File</td> |
| <td> |
| <a href=”/start_trial/indDataVerification” class=”pro”>Upgrade</a> |
| |
| </td> |
| </tr> |
| |
| |
| <tr> |
| <td>Notes</td> |
| <td>Harmonized. 12-Month Rate</td> |
| </tr> |
| |
| |
| </tbody> |
| </table> |
| </div> |
| |
| </div> |
| </div> |
| </div> |
| |
| |
| </div> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <iframe WIDTH=”300″ HEIGHT=”250″ SCROLLING=”NO” src=”https://www.dianomi.com/smartads.epl?id=5942” style=”width: 100%; height: 250px; border: none; overflow: hidden;”></iframe> |
| |
| |
| |
| |
| </div> |
| </div> |
| </div> |
| |
| |
| </div> |
| </div> |
| </div> |
| |
| |
| </div> |
| </main> |
| <ycn-quickflows-menu></ycn-quickflows-menu> |
| |
| |
| |
| |
| <footer class=”footer”> |
| <ul class=”footer-menu”> |
| <li class=”footer-menu-item”><a class=”footer-menu-link” href=”https://get.ycharts.com/terms-of-use/” title=”Terms of Use” target=”_blank”>Terms of Use</a></li> |
| <li class=”footer-menu-item”><a class=”footer-menu-link” href=”https://get.ycharts.com/disclosure/” title=”Disclosure” target=”_blank”>Disclosure</a></li> |
| <li class=”footer-menu-item”><a class=”footer-menu-link” href=”https://get.ycharts.com/privacy-policy/” title=”Privacy Policy” target=”_blank”>Privacy Policy</a></li> |
| <li class=”footer-menu-item”><a class=”footer-menu-link” href=”https://get.ycharts.com/security/” title=”Security” target=”_blank”>Security</a></li> |
| </ul> |
| </footer> |
| |
| |
| |
| |
| |
| |
| |
| <!– Facebook/Meta Pixel Code –> |
| <script> |
| !function (f, b, e, v, n, t, s) { |
| if (f.fbq) return; |
| n = f.fbq = function () { |
| n.callMethod ? |
| n.callMethod.apply(n, arguments) : n.queue.push(arguments) |
| }; |
| if (!f._fbq) f._fbq = n; |
| n.push = n; |
| n.loaded = !0; |
| n.version = ‘2.0’; |
| n.queue = []; |
| t = b.createElement(e); |
| t.async = !0; |
| t.src = v; |
| s = b.getElementsByTagName(e)[0]; |
| s.parentNode.insertBefore(t, s) |
| }(window, document, ‘script’, |
| ‘https://connect.facebook.net/en_US/fbevents.js’); |
| fbq(‘init’, ‘827940241018894’); |
| fbq(‘track’, ‘PageView’); |
| </script> |
| <noscript> |
| <img height=”1″ width=”1″ style=”display:none” |
| src=”https://www.facebook.com/tr?id=827940241018894&ev=PageView&noscript=1″/> |
| </noscript> |
| <!– End Facebook/Meta Pixel Code –> |
| |
| <!– Global Site Tag (gtag.js) – Google Analytics & Google Ads –> |
| <script> |
| window.dataLayer = window.dataLayer || []; |
| |
| function gtag() { |
| dataLayer.push(arguments); |
| } |
| |
| // NOTE: (1/18/2024) Google Ads requires consent to collect data. We need this setup since we are using CookieYes |
| // as our cookie consent manager. We are using the “wait_for_update” option to delay until the CookieYes |
| // consent manager is loaded. |
| // See Documentation: https://developers.google.com/gtagjs/devguide/consent |
| |
| // European Default Consent |
| gtag(“consent”, “default”, { |
| ad_storage: “denied”, |
| ad_user_data: “denied”, |
| ad_personalization: “denied”, |
| analytics_storage: “denied”, |
| wait_for_update: 2000, |
| region: [ |
| “AT”, // Austria |
| “BE”, // Belgium |
| “BG”, // Bulgaria |
| “HR”, // Croatia |
| “CY”, // Cyprus |
| “CZ”, // Czech Republic |
| “DK”, // Denmark |
| “EE”, // Estonia |
| “FI”, // Finland |
| “FR”, // France |
| “DE”, // Germany |
| “GR”, // Greece |
| “HU”, // Hungary |
| “IE”, // Ireland |
| “IT”, // Italy |
| “LV”, // Latvia |
| “LT”, // Lithuania |
| “LU”, // Luxembourg |
| “MT”, // Malta |
| “NL”, // Netherlands |
| “PL”, // Poland |
| “PT”, // Portugal |
| “RO”, // Romania |
| “SK”, // Slovakia |
| “SI”, // Slovenia |
| “ES”, // Spain |
| “SE”, // Sweden |
| “GB”, // United Kingdom |
| ], |
| }); |
| |
| gtag(“set”, “ads_data_redaction”, false); |
| gtag(“set”, “url_passthrough”, true); |
| |
| gtag(‘js’, new Date()); |
| |
| gtag(‘config’, ‘AW-1009522200’); |
| |
| gtag(‘config’, ‘G-29JVRYKWPW’); |
| |
| // NOTE: (9/1/2022) Google Universal Analytics will stop collecting data in July, 2023. |
| // https://support.google.com/analytics/answer/11583528 |
| gtag(‘config’, ‘UA-8129500-1’, { |
| ‘dimension1’: ‘No’, |
| ‘dimension2’: ‘No’, |
| }); |
| </script> |
| <script async defer src=”https://www.googletagmanager.com/gtag/js?id=G-29JVRYKWPW“></script> |
| <!– End Global Site Tag –> |
| |
| |
| <script type=”text/javascript”> |
| var _comscore = _comscore || []; |
| _comscore.push({c1: “2”, c2: “7941412”}); |
| (function () { |
| var s = document.createElement(“script”), el = document.getElementsByTagName(“script”)[0]; |
| s.async = true; |
| s.src = (document.location.protocol == “https:” ? “https://sb”: “http://b”) + “.scorecardresearch.com/beacon.js”; |
| el.parentNode.insertBefore(s, el); |
| })(); |
| </script> |
| <noscript> |
| <img src=”https://b.scorecardresearch.com/p?c1=2&c2=7941412&cv=2.0&cj=1″/> |
| </noscript> |
| |
| |
| <!– Start of HubSpot Embed Code –> |
| |
| <script type=”text/javascript” id=”hs-script-loader” async defer src=”//js.hs-scripts.com/1645474.js“></script> |
| |
| <script type=”text/javascript”> |
| <!– Do not load Hubspot Chat by default –> |
| window.hsConversationsSettings = {loadImmediately: false}; |
| </script> |
| <!– End of HubSpot Embed Code –> |
| |
| <!– LinkedIn Tracking –> |
| <script type=”text/javascript”> |
| _linkedin_partner_id = “359530”; |
| window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; |
| window._linkedin_data_partner_ids.push(_linkedin_partner_id); |
| </script> |
| <script type=”text/javascript”> |
| (function () { |
| var s = document.getElementsByTagName(“script”)[0]; |
| var b = document.createElement(“script”); |
| b.type = “text/javascript”; |
| b.async = true; |
| b.src = “https://snap.licdn.com/li.lms-analytics/insight.min.js”; |
| s.parentNode.insertBefore(b, s); |
| })(); |
| </script> |
| <noscript> |
| <img height=”1″ width=”1″ style=”display:none;” alt=”” src=”https://px.ads.linkedin.com/collect/?pid=359530&fmt=gif”/> |
| </noscript> |
| <!– End LinkedIn Tracking –> |
| |
| |
| |
| |
| <!– Start cookieyes banner –> |
| <script id=”cookieyes” async defer type=”text/javascript” src=”https://cdn-cookieyes.com/client_data/d0c9ee8af5faeff8bdcec909/script.js“></script> |
| <!– End cookieyes banner –> |
| <style> |
| .cky-consent-container { |
| width: 85% !important; |
| } |
| </style> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| </body> |
| </html> |
|