Skip to content
City PM
  • Germany
  • France
  • Europe
  • Markets
  • Business
  • Opinion
  • Germany
  • France
  • Europe
  • Markets
  • Business
  • Opinion
Tuesday 17 February 2015 4:40 am

Interactive: UK inflation hits 0.3 per cent, but how does it compare to other European Union countries?

By: Billy Ehrenberg

Add as a preferred source on Google

UK inflation slowed to 0.3 per cent in January, lower than December’s figure of 0.5 per cent and a good distance below the two per cent target for the Bank of England.

More on this story: UK inflation falls to its lowest since records began

But the UK is not alone in missing targets: the European Union is now in outright deflation, at -0.6 per cent as a bloc, and the next batch of data is expected to show an even deeper foray into negative territory. Low inflation, or even deflation, in the UK is not a serious as it is in the Eurozone, as it reflects the lower prices of producing goods, pushed down by a drop in oil prices.

In the EU, however, things are more serious, with stifled demand contributing to falling prices. Here, in 33 charts, are the inflation rates (December 2014) for every European Union country, plus a couple of extras.

Hover over a chart to compare it with other countries, or, on mobile, tap on any line to compare that point across all graphs.


var parseDate = d3.time.format("%b %Y").parse, bisectDate = d3.bisector(function(d) { return d.date; }).left, formatValue = d3.format(",.2f"), formatPercent = function(d) { return formatValue(d) + "%"; };

var x = d3.time.scale().range([0, width]);

var y = d3.scale.linear().range([height, -8]);

var area = d3.svg.area() .x(function(d) { return x(d.date); }) .y0(height) .y1(function(d) { return y(d.rate); })

var line = d3.svg.line() .x(function(d) { return x(d.date); }) .y(function(d) { return y(d.rate); });

var base = d3.svg.line() .x(function(d) { return x(d.date); }) .y(function(d) { return y(d.base); });

var xAxis = d3.svg.axis() .scale(x) .orient("bottom") .ticks(4) .outerTickSize([0]) .innerTickSize([0]);

var yAxis = d3.svg.axis() .scale(y) .orient("left") .ticks(3) .outerTickSize([0]) .innerTickSize([0]);

d3.csv("/wp-content/uploads/custom/15/0216-euroinfla-2.csv", type, function(error, data) {

// Nest data by region. var regions = d3.nest() .key(function(d) { return d.region; }) .entries(data);

// Compute the maximum rate per region, needed for the y-domain. regions.forEach(function(s) { s.maxrate = d3.max(s.values, function(d) { return d.rate; }); });

// Compute the minimum and maximum date across regions. // We assume values are sorted by date. x.domain([ d3.min(regions, function(s) { return s.values[0].date; }), d3.max(regions, function(s) { return s.values[s.values.length - 1].date; }) ]);

// Add an SVG element for each region, with the desired dimensions and margin. var svg = d3.select("#cam-d3-euroinflation").selectAll("svg") .data(regions) .enter().append("svg") .attr("width", width + margin.left + margin.right) .attr("height", height + margin.top + margin.bottom) .append("g") .attr("transform", "translate(" + margin.left + "," + margin.top + ")");

// Add the area path elements. Note: the y-domain is set per element. svg.append("path") .attr("class", "area") .attr("d", function(d) { y.domain([-6.3, 23]); return area(d.values)}) .style("fill", function(d) { var current = d.values[d.values.length - 1].rate.toFixed(1); if (current d1.date - x0 ? bisectIndex : bisectIndex - 1; } return d.values[bisectIndex] } } });

function type(d) { d.rate = +d.rate; d.date = parseDate(d.date); return d; }

Share this article

  • Facebook
  • X
  • LinkedIn
  • WhatsApp
  • Email

Similarly tagged content:

Sections

  • Markets & Economics
  • News

Categories

  • Business
  • Economics

Related Topics

  • Eurozone inflation
  • UK inflation

Trending Articles

  • Burnham tax plans spark investor rush to bank capital gains

  • Brewdog chief executive quits after only one year

  • Nothing fails to file accounts months after dissolution threat

  • UK ‘no longer a serious place’ says Hedge fund boss after losing £200m tax battle

  • Cruyff turn: Starmer allows pubs to stay open for England World Cup game

More from City PM

  • Inflation stays below three per cent despite price warning

    Economics
    The Bank of England is expected to hold interest rates at four per cent due to stubbornly high inflation.
  • Industry warns Iran war spike to come as food inflation falls

    Retail
    A colorful array of fresh fruits and vegetables displayed on a rustic wooden table, highlighting healthy food choices.
  • Interest rate cut is ‘off the table’, says Bank of England governor

    Economics
    Governor Andrew Bailey has launched a defence of the Federal Reserve's independence.
  • Bank of England to ‘tolerate slow return’ to inflation target as interest rates held

    Economics
    Bank of England Governor Andrew Bailey said cited several indicators that the labour market was softening.
  • Inflation expectations at record high in interest rates signal

    Economics
    Bank of England building on Threadneedle Street, London, showcasing its historic architecture and financial significance
  • Bank of England chief economist ‘not trying to be a troublemaker’ on rates split

    Economics
    Chief economist Huw Pill said "consistency" was key to the Bank of England's quantitative tightening programme (Photo by: Graeme Sloan/Bloomberg via Getty Images)
  • Food inflation: First signs of energy cost surge feed through to supermarket shelves as discounts fail to stem price growth

    Economics
    Tesco supermarket exterior showcasing brand signage and entrance with shoppers entering and exiting the store.
  • As it happened: FTSE 100 see-saws after inflation undershoots; Oil at $80 as Trump threatens ‘dropping bombs’ on Iran

    Markets
    Donald Trump addressing media at a press event, wearing a suit and tie, with reporters and cameras in the background.

City PM — European politics, business and analysis.

Europe

  • Germany
  • France
  • Europe
  • UK & Ireland

Topics

  • Business
  • Markets
  • AI
  • Technology
  • Opinion
  • Energy

More

  • Politics
  • Economics
  • Fintech
  • Legal
  • Sport
  • Life

Company

  • About City PM
  • Editorial Policy
  • Corrections
  • Contact
  • Terms of Use
  • Privacy Policy
  • Cookie Policy
© 2026 City PM · Published by CityPM Media, Bahnhofstrasse 65, 8001 Zürich, Switzerland
About · Editorial Policy · Corrections · Contact · Privacy