Skip to content

Instantly share code, notes, and snippets.

@walkerke
Created February 23, 2014 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walkerke/9170177 to your computer and use it in GitHub Desktop.
Save walkerke/9170177 to your computer and use it in GitHub Desktop.
Population over age 65 in Europe by country since 1960
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<link rel='stylesheet' href='http://nvd3.org/src/nv.d3.css'>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' type='text/javascript'></script>
<script src='http://d3js.org/d3.v3.min.js' type='text/javascript'></script>
<script src='http://timelyportfolio.github.io/rCharts_nvd3_tests/libraries/widgets/nvd3/js/nv.d3.min-new.js' type='text/javascript'></script>
<script src='http://nvd3.org/lib/fisheye.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 400px;
}
</style>
</head>
<body >
<div id = 'chart1fec35d675e5' class = 'rChart nvd3'></div>
<script type='text/javascript'>
$(document).ready(function(){
drawchart1fec35d675e5()
});
function drawchart1fec35d675e5(){
var opts = {
"dom": "chart1fec35d675e5",
"width": 800,
"height": 400,
"x": "year",
"y": "Percent.over.65",
"group": "country",
"type": "lineChart",
"id": "chart1fec35d675e5"
},
data = [
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 10.35,
"year": 2011
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 10.1,
"year": 2010
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 9.83,
"year": 2009
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 9.53,
"year": 2008
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 9.22,
"year": 2007
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 8.88,
"year": 2006
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 8.54,
"year": 2005
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 8.18,
"year": 2004
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 7.81,
"year": 2003
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 7.45,
"year": 2002
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 7.12,
"year": 2001
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 6.82,
"year": 2000
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 6.57,
"year": 1999
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 6.35,
"year": 1998
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 6.16,
"year": 1997
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.98,
"year": 1996
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.8,
"year": 1995
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.61,
"year": 1994
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.42,
"year": 1993
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.25,
"year": 1992
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.12,
"year": 1991
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.02,
"year": 1990
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.97,
"year": 1989
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.95,
"year": 1988
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.96,
"year": 1987
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.98,
"year": 1986
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5,
"year": 1985
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5,
"year": 1984
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5,
"year": 1983
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5,
"year": 1982
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.99,
"year": 1981
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.98,
"year": 1980
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.97,
"year": 1979
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.95,
"year": 1978
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.94,
"year": 1977
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.92,
"year": 1976
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.91,
"year": 1975
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.91,
"year": 1974
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.91,
"year": 1973
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.92,
"year": 1972
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.95,
"year": 1971
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 4.98,
"year": 1970
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.05,
"year": 1969
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.13,
"year": 1968
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.21,
"year": 1967
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.29,
"year": 1966
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.34,
"year": 1965
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.36,
"year": 1964
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.34,
"year": 1963
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.31,
"year": 1962
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.29,
"year": 1961
},
{
"iso2c": "AL",
"country": "Albania",
"Percent.over.65": 5.3,
"year": 1960
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 18.07,
"year": 2011
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 17.83,
"year": 2010
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 17.51,
"year": 2009
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 17.14,
"year": 2008
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 16.73,
"year": 2007
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 16.36,
"year": 2006
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 16.06,
"year": 2005
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.85,
"year": 2004
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.71,
"year": 2003
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.63,
"year": 2002
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.57,
"year": 2001
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.5,
"year": 2000
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.41,
"year": 1999
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.32,
"year": 1998
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.24,
"year": 1997
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.17,
"year": 1996
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.13,
"year": 1995
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.14,
"year": 1994
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.18,
"year": 1993
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.22,
"year": 1992
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.21,
"year": 1991
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.1,
"year": 1990
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.88,
"year": 1989
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.57,
"year": 1988
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.24,
"year": 1987
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.01,
"year": 1986
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 13.96,
"year": 1985
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.14,
"year": 1984
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.49,
"year": 1983
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.92,
"year": 1982
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.3,
"year": 1981
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.52,
"year": 1980
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.57,
"year": 1979
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.45,
"year": 1978
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15.24,
"year": 1977
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 15,
"year": 1976
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.79,
"year": 1975
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.62,
"year": 1974
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.47,
"year": 1973
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.34,
"year": 1972
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.2,
"year": 1971
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 14.05,
"year": 1970
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 13.88,
"year": 1969
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 13.71,
"year": 1968
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 13.53,
"year": 1967
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 13.34,
"year": 1966
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 13.15,
"year": 1965
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 12.95,
"year": 1964
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 12.75,
"year": 1963
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 12.54,
"year": 1962
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 12.35,
"year": 1961
},
{
"iso2c": "AT",
"country": "Austria",
"Percent.over.65": 12.18,
"year": 1960
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 17.35,
"year": 2011
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 17.16,
"year": 2010
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 17.08,
"year": 2009
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 17.09,
"year": 2008
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 17.15,
"year": 2007
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 17.22,
"year": 2006
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 17.26,
"year": 2005
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 17.26,
"year": 2004
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 17.22,
"year": 2003
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 17.15,
"year": 2002
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 17.05,
"year": 2001
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 16.92,
"year": 2000
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 16.77,
"year": 1999
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 16.59,
"year": 1998
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 16.4,
"year": 1997
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 16.2,
"year": 1996
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 16.01,
"year": 1995
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 15.83,
"year": 1994
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 15.67,
"year": 1993
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 15.5,
"year": 1992
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 15.3,
"year": 1991
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 15.06,
"year": 1990
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 14.75,
"year": 1989
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 14.41,
"year": 1988
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 14.07,
"year": 1987
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.81,
"year": 1986
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.68,
"year": 1985
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.71,
"year": 1984
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.87,
"year": 1983
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 14.11,
"year": 1982
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 14.32,
"year": 1981
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 14.45,
"year": 1980
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 14.48,
"year": 1979
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 14.43,
"year": 1978
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 14.32,
"year": 1977
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 14.18,
"year": 1976
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 14.05,
"year": 1975
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.92,
"year": 1974
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.79,
"year": 1973
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.66,
"year": 1972
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.53,
"year": 1971
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.4,
"year": 1970
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.27,
"year": 1969
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.15,
"year": 1968
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 13.02,
"year": 1967
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 12.89,
"year": 1966
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 12.75,
"year": 1965
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 12.6,
"year": 1964
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 12.44,
"year": 1963
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 12.28,
"year": 1962
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 12.12,
"year": 1961
},
{
"iso2c": "BE",
"country": "Belgium",
"Percent.over.65": 11.99,
"year": 1960
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 18.61,
"year": 2011
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 18.34,
"year": 2010
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 18.1,
"year": 2009
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 17.9,
"year": 2008
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 17.73,
"year": 2007
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 17.57,
"year": 2006
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 17.42,
"year": 2005
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 17.27,
"year": 2004
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 17.12,
"year": 2003
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 16.96,
"year": 2002
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 16.79,
"year": 2001
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 16.58,
"year": 2000
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 16.35,
"year": 1999
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 16.08,
"year": 1998
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 15.79,
"year": 1997
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 15.46,
"year": 1996
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 15.11,
"year": 1995
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 14.75,
"year": 1994
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 14.37,
"year": 1993
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 13.98,
"year": 1992
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 13.57,
"year": 1991
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 13.16,
"year": 1990
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 12.73,
"year": 1989
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 12.28,
"year": 1988
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.87,
"year": 1987
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.55,
"year": 1986
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.38,
"year": 1985
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.36,
"year": 1984
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.48,
"year": 1983
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.67,
"year": 1982
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.84,
"year": 1981
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.9,
"year": 1980
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.85,
"year": 1979
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.69,
"year": 1978
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.45,
"year": 1977
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 11.18,
"year": 1976
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 10.92,
"year": 1975
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 10.67,
"year": 1974
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 10.42,
"year": 1973
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 10.16,
"year": 1972
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 9.9,
"year": 1971
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 9.64,
"year": 1970
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 9.38,
"year": 1969
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 9.13,
"year": 1968
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 8.88,
"year": 1967
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 8.64,
"year": 1966
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 8.4,
"year": 1965
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 8.18,
"year": 1964
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 7.98,
"year": 1963
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 7.79,
"year": 1962
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 7.62,
"year": 1961
},
{
"iso2c": "BG",
"country": "Bulgaria",
"Percent.over.65": 7.49,
"year": 1960
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 15.29,
"year": 2011
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 15.07,
"year": 2010
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 14.78,
"year": 2009
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 14.42,
"year": 2008
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 14.02,
"year": 2007
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 13.59,
"year": 2006
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 13.14,
"year": 2005
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 12.67,
"year": 2004
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 12.18,
"year": 2003
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 11.68,
"year": 2002
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 11.19,
"year": 2001
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 10.71,
"year": 2000
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 10.24,
"year": 1999
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 9.76,
"year": 1998
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 9.26,
"year": 1997
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 8.7,
"year": 1996
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 8.13,
"year": 1995
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 7.56,
"year": 1994
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 7.06,
"year": 1993
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 6.65,
"year": 1992
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 6.35,
"year": 1991
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 6.14,
"year": 1990
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.99,
"year": 1989
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.9,
"year": 1988
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.85,
"year": 1987
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.83,
"year": 1986
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.83,
"year": 1985
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.86,
"year": 1984
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.9,
"year": 1983
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.95,
"year": 1982
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.98,
"year": 1981
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.96,
"year": 1980
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.91,
"year": 1979
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.8,
"year": 1978
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.66,
"year": 1977
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.51,
"year": 1976
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.36,
"year": 1975
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.22,
"year": 1974
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 5.07,
"year": 1973
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 4.93,
"year": 1972
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 4.77,
"year": 1971
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 4.61,
"year": 1970
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 4.43,
"year": 1969
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 4.25,
"year": 1968
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 4.07,
"year": 1967
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 3.9,
"year": 1966
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 3.74,
"year": 1965
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 3.59,
"year": 1964
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 3.46,
"year": 1963
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 3.35,
"year": 1962
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 3.27,
"year": 1961
},
{
"iso2c": "BA",
"country": "Bosnia and Herzegovina",
"Percent.over.65": 3.22,
"year": 1960
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 17.17,
"year": 2011
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 16.91,
"year": 2010
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 16.66,
"year": 2009
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 16.42,
"year": 2008
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 16.19,
"year": 2007
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 15.99,
"year": 2006
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 15.82,
"year": 2005
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 15.68,
"year": 2004
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 15.57,
"year": 2003
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 15.49,
"year": 2002
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 15.4,
"year": 2001
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 15.3,
"year": 2000
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 15.18,
"year": 1999
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 15.04,
"year": 1998
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.89,
"year": 1997
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.77,
"year": 1996
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.68,
"year": 1995
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.63,
"year": 1994
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.62,
"year": 1993
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.62,
"year": 1992
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.61,
"year": 1991
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.57,
"year": 1990
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.47,
"year": 1989
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.34,
"year": 1988
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.2,
"year": 1987
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 14.07,
"year": 1986
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 13.98,
"year": 1985
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 13.95,
"year": 1984
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 13.95,
"year": 1983
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 13.96,
"year": 1982
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 13.93,
"year": 1981
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 13.81,
"year": 1980
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 13.61,
"year": 1979
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 13.34,
"year": 1978
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 13.01,
"year": 1977
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 12.69,
"year": 1976
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 12.39,
"year": 1975
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 12.12,
"year": 1974
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 11.88,
"year": 1973
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 11.65,
"year": 1972
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 11.44,
"year": 1971
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 11.24,
"year": 1970
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 11.05,
"year": 1969
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 10.86,
"year": 1968
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 10.7,
"year": 1967
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 10.56,
"year": 1966
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 10.45,
"year": 1965
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 10.36,
"year": 1964
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 10.31,
"year": 1963
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 10.27,
"year": 1962
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 10.23,
"year": 1961
},
{
"iso2c": "CH",
"country": "Switzerland",
"Percent.over.65": 10.18,
"year": 1960
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 15.77,
"year": 2011
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 15.38,
"year": 2010
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 15.03,
"year": 2009
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 14.72,
"year": 2008
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 14.47,
"year": 2007
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 14.26,
"year": 2006
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 14.1,
"year": 2005
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 14,
"year": 2004
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.95,
"year": 2003
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.93,
"year": 2002
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.9,
"year": 2001
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.84,
"year": 2000
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.75,
"year": 1999
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.62,
"year": 1998
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.48,
"year": 1997
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.33,
"year": 1996
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.21,
"year": 1995
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.12,
"year": 1994
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.06,
"year": 1993
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.99,
"year": 1992
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.88,
"year": 1991
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.71,
"year": 1990
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.45,
"year": 1989
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.13,
"year": 1988
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 11.81,
"year": 1987
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 11.62,
"year": 1986
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 11.62,
"year": 1985
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 11.85,
"year": 1984
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.27,
"year": 1983
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.78,
"year": 1982
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.24,
"year": 1981
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.54,
"year": 1980
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.66,
"year": 1979
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.61,
"year": 1978
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.45,
"year": 1977
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.24,
"year": 1976
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 13.05,
"year": 1975
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.87,
"year": 1974
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.71,
"year": 1973
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.53,
"year": 1972
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.33,
"year": 1971
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 12.1,
"year": 1970
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 11.83,
"year": 1969
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 11.53,
"year": 1968
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 11.22,
"year": 1967
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 10.9,
"year": 1966
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 10.6,
"year": 1965
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 10.3,
"year": 1964
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 10.01,
"year": 1963
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 9.74,
"year": 1962
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 9.49,
"year": 1961
},
{
"iso2c": "CZ",
"country": "Czech Republic",
"Percent.over.65": 9.28,
"year": 1960
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 20.99,
"year": 2011
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 20.81,
"year": 2010
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 20.55,
"year": 2009
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 20.23,
"year": 2008
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 19.85,
"year": 2007
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 19.42,
"year": 2006
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 18.94,
"year": 2005
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 18.42,
"year": 2004
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 17.85,
"year": 2003
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 17.28,
"year": 2002
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 16.76,
"year": 2001
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 16.33,
"year": 2000
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 16.01,
"year": 1999
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.78,
"year": 1998
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.62,
"year": 1997
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.5,
"year": 1996
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.4,
"year": 1995
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.31,
"year": 1994
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.25,
"year": 1993
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.18,
"year": 1992
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.1,
"year": 1991
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.99,
"year": 1990
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.83,
"year": 1989
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.63,
"year": 1988
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.44,
"year": 1987
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.34,
"year": 1986
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.36,
"year": 1985
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.53,
"year": 1984
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.82,
"year": 1983
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.16,
"year": 1982
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.45,
"year": 1981
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.61,
"year": 1980
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.61,
"year": 1979
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.49,
"year": 1978
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.27,
"year": 1977
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 15.02,
"year": 1976
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.77,
"year": 1975
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.53,
"year": 1974
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.28,
"year": 1973
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 14.04,
"year": 1972
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 13.8,
"year": 1971
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 13.56,
"year": 1970
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 13.32,
"year": 1969
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 13.09,
"year": 1968
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 12.86,
"year": 1967
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 12.64,
"year": 1966
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 12.43,
"year": 1965
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 12.22,
"year": 1964
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 12.02,
"year": 1963
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 11.83,
"year": 1962
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 11.64,
"year": 1961
},
{
"iso2c": "DE",
"country": "Germany",
"Percent.over.65": 11.45,
"year": 1960
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 17.06,
"year": 2011
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 16.66,
"year": 2010
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 16.29,
"year": 2009
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.94,
"year": 2008
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.63,
"year": 2007
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.36,
"year": 2006
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.15,
"year": 2005
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.99,
"year": 2004
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.9,
"year": 2003
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.85,
"year": 2002
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.85,
"year": 2001
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.87,
"year": 2000
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.92,
"year": 1999
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.99,
"year": 1998
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.08,
"year": 1997
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.18,
"year": 1996
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.28,
"year": 1995
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.38,
"year": 1994
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.48,
"year": 1993
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.56,
"year": 1992
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.62,
"year": 1991
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.63,
"year": 1990
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.59,
"year": 1989
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.5,
"year": 1988
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.38,
"year": 1987
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.25,
"year": 1986
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 15.12,
"year": 1985
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.99,
"year": 1984
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.87,
"year": 1983
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.74,
"year": 1982
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.6,
"year": 1981
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.44,
"year": 1980
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.26,
"year": 1979
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 14.06,
"year": 1978
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 13.85,
"year": 1977
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 13.64,
"year": 1976
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 13.42,
"year": 1975
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 13.19,
"year": 1974
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 12.96,
"year": 1973
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 12.73,
"year": 1972
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 12.51,
"year": 1971
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 12.3,
"year": 1970
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 12.1,
"year": 1969
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 11.92,
"year": 1968
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 11.75,
"year": 1967
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 11.58,
"year": 1966
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 11.42,
"year": 1965
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 11.25,
"year": 1964
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 11.1,
"year": 1963
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 10.94,
"year": 1962
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 10.78,
"year": 1961
},
{
"iso2c": "DK",
"country": "Denmark",
"Percent.over.65": 10.61,
"year": 1960
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 17.29,
"year": 2011
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 17.1,
"year": 2010
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.96,
"year": 2009
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.86,
"year": 2008
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.79,
"year": 2007
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.75,
"year": 2006
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.75,
"year": 2005
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.79,
"year": 2004
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.85,
"year": 2003
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.92,
"year": 2002
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.93,
"year": 2001
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.86,
"year": 2000
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.69,
"year": 1999
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.43,
"year": 1998
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 16.1,
"year": 1997
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 15.74,
"year": 1996
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 15.38,
"year": 1995
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 15.04,
"year": 1994
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 14.7,
"year": 1993
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 14.36,
"year": 1992
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 14.02,
"year": 1991
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 13.66,
"year": 1990
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 13.3,
"year": 1989
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 12.94,
"year": 1988
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 12.59,
"year": 1987
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 12.28,
"year": 1986
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 12,
"year": 1985
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 11.78,
"year": 1984
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 11.6,
"year": 1983
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 11.45,
"year": 1982
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 11.3,
"year": 1981
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 11.16,
"year": 1980
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 11,
"year": 1979
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 10.84,
"year": 1978
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 10.67,
"year": 1977
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 10.51,
"year": 1976
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 10.36,
"year": 1975
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 10.22,
"year": 1974
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 10.08,
"year": 1973
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 9.95,
"year": 1972
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 9.82,
"year": 1971
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 9.66,
"year": 1970
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 9.5,
"year": 1969
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 9.32,
"year": 1968
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 9.14,
"year": 1967
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 8.96,
"year": 1966
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 8.8,
"year": 1965
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 8.65,
"year": 1964
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 8.52,
"year": 1963
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 8.41,
"year": 1962
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 8.3,
"year": 1961
},
{
"iso2c": "ES",
"country": "Spain",
"Percent.over.65": 8.2,
"year": 1960
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 17.67,
"year": 2011
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 17.13,
"year": 2010
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 16.74,
"year": 2009
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 16.46,
"year": 2008
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 16.27,
"year": 2007
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 16.12,
"year": 2006
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 15.94,
"year": 2005
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 15.74,
"year": 2004
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 15.53,
"year": 2003
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 15.31,
"year": 2002
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 15.1,
"year": 2001
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 14.92,
"year": 2000
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 14.76,
"year": 1999
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 14.62,
"year": 1998
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 14.49,
"year": 1997
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 14.36,
"year": 1996
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 14.22,
"year": 1995
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 14.07,
"year": 1994
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 13.91,
"year": 1993
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 13.74,
"year": 1992
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 13.57,
"year": 1991
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 13.39,
"year": 1990
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 13.2,
"year": 1989
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 13,
"year": 1988
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 12.81,
"year": 1987
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 12.63,
"year": 1986
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 12.49,
"year": 1985
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 12.38,
"year": 1984
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 12.3,
"year": 1983
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 12.23,
"year": 1982
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 12.13,
"year": 1981
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 11.98,
"year": 1980
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 11.77,
"year": 1979
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 11.52,
"year": 1978
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 11.23,
"year": 1977
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 10.92,
"year": 1976
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 10.62,
"year": 1975
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 10.32,
"year": 1974
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 10.02,
"year": 1973
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 9.72,
"year": 1972
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 9.43,
"year": 1971
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 9.16,
"year": 1970
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 8.9,
"year": 1969
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 8.66,
"year": 1968
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 8.44,
"year": 1967
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 8.24,
"year": 1966
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 8.05,
"year": 1965
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 7.87,
"year": 1964
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 7.71,
"year": 1963
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 7.56,
"year": 1962
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 7.43,
"year": 1961
},
{
"iso2c": "FI",
"country": "Finland",
"Percent.over.65": 7.31,
"year": 1960
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 17.09,
"year": 2011
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 16.8,
"year": 2010
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 16.62,
"year": 2009
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 16.52,
"year": 2008
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 16.48,
"year": 2007
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 16.47,
"year": 2006
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 16.44,
"year": 2005
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 16.39,
"year": 2004
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 16.32,
"year": 2003
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 16.23,
"year": 2002
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 16.13,
"year": 2001
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 16.02,
"year": 2000
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 15.88,
"year": 1999
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 15.73,
"year": 1998
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 15.55,
"year": 1997
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 15.37,
"year": 1996
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 15.18,
"year": 1995
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 14.99,
"year": 1994
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 14.8,
"year": 1993
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 14.6,
"year": 1992
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 14.38,
"year": 1991
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 14.13,
"year": 1990
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.84,
"year": 1989
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.51,
"year": 1988
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.21,
"year": 1987
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13,
"year": 1986
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 12.92,
"year": 1985
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.02,
"year": 1984
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.26,
"year": 1983
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.57,
"year": 1982
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.85,
"year": 1981
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 14.02,
"year": 1980
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 14.05,
"year": 1979
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.96,
"year": 1978
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.79,
"year": 1977
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.6,
"year": 1976
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.44,
"year": 1975
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.31,
"year": 1974
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.2,
"year": 1973
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 13.1,
"year": 1972
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 12.99,
"year": 1971
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 12.87,
"year": 1970
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 12.72,
"year": 1969
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 12.56,
"year": 1968
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 12.39,
"year": 1967
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 12.23,
"year": 1966
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 12.09,
"year": 1965
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 11.97,
"year": 1964
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 11.86,
"year": 1963
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 11.77,
"year": 1962
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 11.7,
"year": 1961
},
{
"iso2c": "FR",
"country": "France",
"Percent.over.65": 11.64,
"year": 1960
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 16.85,
"year": 2011
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 16.59,
"year": 2010
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 16.39,
"year": 2009
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 16.23,
"year": 2008
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 16.13,
"year": 2007
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 16.04,
"year": 2006
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.97,
"year": 2005
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.91,
"year": 2004
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.87,
"year": 2003
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.83,
"year": 2002
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.81,
"year": 2001
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.8,
"year": 2000
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.8,
"year": 1999
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.81,
"year": 1998
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.82,
"year": 1997
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.83,
"year": 1996
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.83,
"year": 1995
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.83,
"year": 1994
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.82,
"year": 1993
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.81,
"year": 1992
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.77,
"year": 1991
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.7,
"year": 1990
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.6,
"year": 1989
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.47,
"year": 1988
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.33,
"year": 1987
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.21,
"year": 1986
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.11,
"year": 1985
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.06,
"year": 1984
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.04,
"year": 1983
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15.03,
"year": 1982
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 15,
"year": 1981
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 14.93,
"year": 1980
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 14.81,
"year": 1979
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 14.65,
"year": 1978
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 14.45,
"year": 1977
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 14.25,
"year": 1976
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 14.04,
"year": 1975
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 13.84,
"year": 1974
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 13.63,
"year": 1973
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 13.43,
"year": 1972
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 13.23,
"year": 1971
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 13.03,
"year": 1970
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 12.84,
"year": 1969
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 12.65,
"year": 1968
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 12.48,
"year": 1967
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 12.32,
"year": 1966
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 12.18,
"year": 1965
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 12.06,
"year": 1964
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 11.96,
"year": 1963
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 11.88,
"year": 1962
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 11.8,
"year": 1961
},
{
"iso2c": "GB",
"country": "United Kingdom",
"Percent.over.65": 11.72,
"year": 1960
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 19.17,
"year": 2011
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 18.99,
"year": 2010
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 18.88,
"year": 2009
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 18.83,
"year": 2008
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 18.79,
"year": 2007
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 18.72,
"year": 2006
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 18.56,
"year": 2005
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 18.31,
"year": 2004
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 17.98,
"year": 2003
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 17.6,
"year": 2002
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 17.21,
"year": 2001
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 16.85,
"year": 2000
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 16.51,
"year": 1999
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 16.2,
"year": 1998
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 15.91,
"year": 1997
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 15.61,
"year": 1996
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 15.29,
"year": 1995
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 14.95,
"year": 1994
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 14.59,
"year": 1993
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 14.24,
"year": 1992
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.93,
"year": 1991
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.69,
"year": 1990
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.51,
"year": 1989
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.41,
"year": 1988
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.35,
"year": 1987
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.32,
"year": 1986
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.3,
"year": 1985
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.28,
"year": 1984
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.27,
"year": 1983
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.26,
"year": 1982
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.22,
"year": 1981
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.14,
"year": 1980
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 13.02,
"year": 1979
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 12.85,
"year": 1978
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 12.65,
"year": 1977
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 12.44,
"year": 1976
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 12.23,
"year": 1975
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 12.05,
"year": 1974
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 11.88,
"year": 1973
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 11.7,
"year": 1972
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 11.47,
"year": 1971
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 11.15,
"year": 1970
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 10.73,
"year": 1969
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 10.23,
"year": 1968
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 9.71,
"year": 1967
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 9.23,
"year": 1966
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 8.85,
"year": 1965
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 8.6,
"year": 1964
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 8.46,
"year": 1963
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 8.39,
"year": 1962
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 8.34,
"year": 1961
},
{
"iso2c": "GR",
"country": "Greece",
"Percent.over.65": 8.25,
"year": 1960
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 17.74,
"year": 2011
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 17.54,
"year": 2010
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 17.41,
"year": 2009
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 17.33,
"year": 2008
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 17.27,
"year": 2007
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 17.19,
"year": 2006
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 17.05,
"year": 2005
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 16.85,
"year": 2004
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 16.59,
"year": 2003
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 16.28,
"year": 2002
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 15.93,
"year": 2001
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 15.56,
"year": 2000
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 15.17,
"year": 1999
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 14.76,
"year": 1998
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 14.34,
"year": 1997
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 13.92,
"year": 1996
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 13.51,
"year": 1995
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 13.1,
"year": 1994
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 12.71,
"year": 1993
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 12.32,
"year": 1992
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 11.94,
"year": 1991
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 11.56,
"year": 1990
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 11.18,
"year": 1989
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.78,
"year": 1988
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.42,
"year": 1987
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.15,
"year": 1986
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 9.99,
"year": 1985
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 9.97,
"year": 1984
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.08,
"year": 1983
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.27,
"year": 1982
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.45,
"year": 1981
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.58,
"year": 1980
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.63,
"year": 1979
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.62,
"year": 1978
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.55,
"year": 1977
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.43,
"year": 1976
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.26,
"year": 1975
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 10.05,
"year": 1974
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 9.79,
"year": 1973
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 9.5,
"year": 1972
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 9.2,
"year": 1971
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 8.91,
"year": 1970
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 8.65,
"year": 1969
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 8.4,
"year": 1968
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 8.17,
"year": 1967
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 7.95,
"year": 1966
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 7.73,
"year": 1965
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 7.52,
"year": 1964
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 7.31,
"year": 1963
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 7.13,
"year": 1962
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 6.99,
"year": 1961
},
{
"iso2c": "HR",
"country": "Croatia",
"Percent.over.65": 6.9,
"year": 1960
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 16.89,
"year": 2011
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 16.72,
"year": 2010
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 16.52,
"year": 2009
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 16.31,
"year": 2008
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 16.08,
"year": 2007
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 15.88,
"year": 2006
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 15.71,
"year": 2005
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 15.57,
"year": 2004
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 15.46,
"year": 2003
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 15.37,
"year": 2002
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 15.27,
"year": 2001
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 15.15,
"year": 2000
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 15,
"year": 1999
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 14.83,
"year": 1998
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 14.65,
"year": 1997
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 14.47,
"year": 1996
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 14.3,
"year": 1995
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 14.16,
"year": 1994
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 14.04,
"year": 1993
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 13.91,
"year": 1992
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 13.74,
"year": 1991
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 13.51,
"year": 1990
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 13.2,
"year": 1989
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 12.82,
"year": 1988
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 12.45,
"year": 1987
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 12.2,
"year": 1986
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 12.14,
"year": 1985
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 12.3,
"year": 1984
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 12.63,
"year": 1983
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 13.04,
"year": 1982
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 13.39,
"year": 1981
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 13.6,
"year": 1980
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 13.62,
"year": 1979
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 13.49,
"year": 1978
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 13.25,
"year": 1977
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 12.98,
"year": 1976
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 12.71,
"year": 1975
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 12.48,
"year": 1974
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 12.25,
"year": 1973
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 12.03,
"year": 1972
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 11.8,
"year": 1971
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 11.57,
"year": 1970
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 11.33,
"year": 1969
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 11.08,
"year": 1968
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 10.84,
"year": 1967
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 10.58,
"year": 1966
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 10.32,
"year": 1965
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 10.05,
"year": 1964
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 9.76,
"year": 1963
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 9.48,
"year": 1962
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 9.22,
"year": 1961
},
{
"iso2c": "HU",
"country": "Hungary",
"Percent.over.65": 8.99,
"year": 1960
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.51,
"year": 2011
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.32,
"year": 2010
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.18,
"year": 2009
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.1,
"year": 2008
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.07,
"year": 2007
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.06,
"year": 2006
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.06,
"year": 2005
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.07,
"year": 2004
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.1,
"year": 2003
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.13,
"year": 2002
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.17,
"year": 2001
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.22,
"year": 2000
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.27,
"year": 1999
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.33,
"year": 1998
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.38,
"year": 1997
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.43,
"year": 1996
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.46,
"year": 1995
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.48,
"year": 1994
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.49,
"year": 1993
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.47,
"year": 1992
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.44,
"year": 1991
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.38,
"year": 1990
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.3,
"year": 1989
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.19,
"year": 1988
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.08,
"year": 1987
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.97,
"year": 1986
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.89,
"year": 1985
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.85,
"year": 1984
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.82,
"year": 1983
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.82,
"year": 1982
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.83,
"year": 1981
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.82,
"year": 1980
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.81,
"year": 1979
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.8,
"year": 1978
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.79,
"year": 1977
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.79,
"year": 1976
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.82,
"year": 1975
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.87,
"year": 1974
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 10.94,
"year": 1973
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.03,
"year": 1972
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.11,
"year": 1971
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.18,
"year": 1970
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.22,
"year": 1969
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.25,
"year": 1968
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.25,
"year": 1967
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.26,
"year": 1966
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.26,
"year": 1965
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.27,
"year": 1964
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.28,
"year": 1963
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.28,
"year": 1962
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.27,
"year": 1961
},
{
"iso2c": "IE",
"country": "Ireland",
"Percent.over.65": 11.25,
"year": 1960
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 12.33,
"year": 2011
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 12.15,
"year": 2010
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 12.01,
"year": 2009
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.91,
"year": 2008
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.84,
"year": 2007
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.79,
"year": 2006
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.75,
"year": 2005
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.71,
"year": 2004
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.68,
"year": 2003
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.65,
"year": 2002
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.62,
"year": 2001
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.58,
"year": 2000
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.54,
"year": 1999
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.48,
"year": 1998
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.42,
"year": 1997
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.34,
"year": 1996
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.25,
"year": 1995
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.14,
"year": 1994
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 11.02,
"year": 1993
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 10.9,
"year": 1992
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 10.77,
"year": 1991
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 10.65,
"year": 1990
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 10.53,
"year": 1989
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 10.42,
"year": 1988
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 10.32,
"year": 1987
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 10.23,
"year": 1986
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 10.15,
"year": 1985
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 10.09,
"year": 1984
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 10.05,
"year": 1983
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 10,
"year": 1982
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 9.94,
"year": 1981
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 9.86,
"year": 1980
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 9.74,
"year": 1979
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 9.6,
"year": 1978
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 9.44,
"year": 1977
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 9.28,
"year": 1976
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 9.15,
"year": 1975
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 9.05,
"year": 1974
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.97,
"year": 1973
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.91,
"year": 1972
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.85,
"year": 1971
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.79,
"year": 1970
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.72,
"year": 1969
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.64,
"year": 1968
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.57,
"year": 1967
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.49,
"year": 1966
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.42,
"year": 1965
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.35,
"year": 1964
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.27,
"year": 1963
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.2,
"year": 1962
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.12,
"year": 1961
},
{
"iso2c": "IS",
"country": "Iceland",
"Percent.over.65": 8.04,
"year": 1960
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 20.53,
"year": 2011
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 20.29,
"year": 2010
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 20.12,
"year": 2009
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 19.99,
"year": 2008
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 19.89,
"year": 2007
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 19.78,
"year": 2006
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 19.63,
"year": 2005
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 19.42,
"year": 2004
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 19.16,
"year": 2003
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 18.88,
"year": 2002
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 18.57,
"year": 2001
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 18.26,
"year": 2000
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 17.95,
"year": 1999
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 17.64,
"year": 1998
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 17.32,
"year": 1997
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 17,
"year": 1996
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 16.67,
"year": 1995
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 16.34,
"year": 1994
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 16.01,
"year": 1993
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 15.67,
"year": 1992
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 15.31,
"year": 1991
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 14.93,
"year": 1990
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 14.52,
"year": 1989
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 14.09,
"year": 1988
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 13.68,
"year": 1987
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 13.35,
"year": 1986
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 13.14,
"year": 1985
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 13.08,
"year": 1984
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 13.14,
"year": 1983
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 13.27,
"year": 1982
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 13.36,
"year": 1981
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 13.36,
"year": 1980
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 13.25,
"year": 1979
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 13.05,
"year": 1978
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 12.77,
"year": 1977
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 12.48,
"year": 1976
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 12.21,
"year": 1975
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 11.96,
"year": 1974
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 11.72,
"year": 1973
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 11.5,
"year": 1972
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 11.28,
"year": 1971
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 11.07,
"year": 1970
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 10.86,
"year": 1969
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 10.67,
"year": 1968
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 10.48,
"year": 1967
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 10.31,
"year": 1966
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 10.15,
"year": 1965
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 10,
"year": 1964
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 9.88,
"year": 1963
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 9.76,
"year": 1962
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 9.64,
"year": 1961
},
{
"iso2c": "IT",
"country": "Italy",
"Percent.over.65": 9.51,
"year": 1960
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 15.91,
"year": 2011
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 15.44,
"year": 2010
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 15.05,
"year": 2009
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 14.71,
"year": 2008
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 14.44,
"year": 2007
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 14.22,
"year": 2006
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 14.04,
"year": 2005
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.89,
"year": 2004
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.78,
"year": 2003
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.7,
"year": 2002
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.63,
"year": 2001
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.56,
"year": 2000
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.49,
"year": 1999
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.41,
"year": 1998
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.33,
"year": 1997
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.25,
"year": 1996
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.17,
"year": 1995
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.11,
"year": 1994
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 13.05,
"year": 1993
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 12.98,
"year": 1992
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 12.9,
"year": 1991
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 12.79,
"year": 1990
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 12.65,
"year": 1989
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 12.48,
"year": 1988
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 12.29,
"year": 1987
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 12.12,
"year": 1986
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 11.96,
"year": 1985
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 11.84,
"year": 1984
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 11.73,
"year": 1983
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 11.65,
"year": 1982
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 11.55,
"year": 1981
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 11.45,
"year": 1980
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 11.32,
"year": 1979
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 11.18,
"year": 1978
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 11.03,
"year": 1977
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 10.88,
"year": 1976
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 10.74,
"year": 1975
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 10.61,
"year": 1974
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 10.48,
"year": 1973
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 10.36,
"year": 1972
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 10.24,
"year": 1971
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 10.12,
"year": 1970
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 10,
"year": 1969
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 9.88,
"year": 1968
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 9.76,
"year": 1967
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 9.64,
"year": 1966
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 9.52,
"year": 1965
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 9.41,
"year": 1964
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 9.29,
"year": 1963
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 9.17,
"year": 1962
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 9.05,
"year": 1961
},
{
"iso2c": "NL",
"country": "Netherlands",
"Percent.over.65": 8.93,
"year": 1960
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.23,
"year": 2011
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.01,
"year": 2010
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.86,
"year": 2009
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.76,
"year": 2008
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.72,
"year": 2007
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.71,
"year": 2006
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.73,
"year": 2005
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.77,
"year": 2004
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.84,
"year": 2003
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.93,
"year": 2002
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.04,
"year": 2001
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.17,
"year": 2000
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.32,
"year": 1999
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.48,
"year": 1998
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.64,
"year": 1997
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.8,
"year": 1996
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.95,
"year": 1995
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 16.07,
"year": 1994
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 16.18,
"year": 1993
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 16.26,
"year": 1992
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 16.3,
"year": 1991
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 16.29,
"year": 1990
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 16.23,
"year": 1989
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 16.12,
"year": 1988
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.98,
"year": 1987
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.81,
"year": 1986
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.64,
"year": 1985
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.46,
"year": 1984
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.28,
"year": 1983
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 15.09,
"year": 1982
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.89,
"year": 1981
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.69,
"year": 1980
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.48,
"year": 1979
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.27,
"year": 1978
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 14.06,
"year": 1977
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 13.86,
"year": 1976
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 13.67,
"year": 1975
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 13.49,
"year": 1974
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 13.33,
"year": 1973
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 13.18,
"year": 1972
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 13.02,
"year": 1971
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 12.87,
"year": 1970
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 12.7,
"year": 1969
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 12.53,
"year": 1968
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 12.36,
"year": 1967
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 12.18,
"year": 1966
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 11.99,
"year": 1965
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 11.81,
"year": 1964
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 11.62,
"year": 1963
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 11.43,
"year": 1962
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 11.24,
"year": 1961
},
{
"iso2c": "NO",
"country": "Norway",
"Percent.over.65": 11.05,
"year": 1960
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 13.75,
"year": 2011
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 13.53,
"year": 2010
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 13.4,
"year": 2009
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 13.34,
"year": 2008
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 13.33,
"year": 2007
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 13.31,
"year": 2006
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 13.25,
"year": 2005
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 13.13,
"year": 2004
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 12.95,
"year": 2003
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 12.74,
"year": 2002
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 12.51,
"year": 2001
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 12.28,
"year": 2000
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 12.06,
"year": 1999
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 11.83,
"year": 1998
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 11.6,
"year": 1997
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 11.37,
"year": 1996
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 11.14,
"year": 1995
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 10.92,
"year": 1994
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 10.72,
"year": 1993
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 10.52,
"year": 1992
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 10.32,
"year": 1991
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 10.11,
"year": 1990
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.9,
"year": 1989
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.68,
"year": 1988
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.49,
"year": 1987
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.37,
"year": 1986
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.35,
"year": 1985
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.46,
"year": 1984
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.67,
"year": 1983
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.92,
"year": 1982
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 10.14,
"year": 1981
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 10.27,
"year": 1980
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 10.28,
"year": 1979
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 10.18,
"year": 1978
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 10,
"year": 1977
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.77,
"year": 1976
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.54,
"year": 1975
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.31,
"year": 1974
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 9.06,
"year": 1973
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 8.8,
"year": 1972
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 8.53,
"year": 1971
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 8.25,
"year": 1970
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 7.95,
"year": 1969
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 7.65,
"year": 1968
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 7.36,
"year": 1967
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 7.07,
"year": 1966
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 6.79,
"year": 1965
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 6.53,
"year": 1964
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 6.29,
"year": 1963
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 6.07,
"year": 1962
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 5.88,
"year": 1961
},
{
"iso2c": "PL",
"country": "Poland",
"Percent.over.65": 5.72,
"year": 1960
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 18.25,
"year": 2011
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 18.01,
"year": 2010
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 17.81,
"year": 2009
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 17.62,
"year": 2008
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 17.46,
"year": 2007
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 17.29,
"year": 2006
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 17.13,
"year": 2005
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 16.96,
"year": 2004
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 16.8,
"year": 2003
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 16.62,
"year": 2002
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 16.43,
"year": 2001
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 16.22,
"year": 2000
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 16,
"year": 1999
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 15.75,
"year": 1998
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 15.49,
"year": 1997
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 15.23,
"year": 1996
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 14.97,
"year": 1995
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 14.71,
"year": 1994
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 14.46,
"year": 1993
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 14.2,
"year": 1992
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 13.93,
"year": 1991
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 13.64,
"year": 1990
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 13.33,
"year": 1989
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 13.01,
"year": 1988
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 12.69,
"year": 1987
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 12.4,
"year": 1986
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 12.16,
"year": 1985
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 11.98,
"year": 1984
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 11.84,
"year": 1983
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 11.74,
"year": 1982
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 11.63,
"year": 1981
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 11.5,
"year": 1980
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 11.34,
"year": 1979
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 11.15,
"year": 1978
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 10.95,
"year": 1977
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 10.75,
"year": 1976
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 10.55,
"year": 1975
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 10.38,
"year": 1974
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 10.22,
"year": 1973
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 10.07,
"year": 1972
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 9.9,
"year": 1971
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 9.7,
"year": 1970
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 9.48,
"year": 1969
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 9.24,
"year": 1968
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 9.01,
"year": 1967
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 8.79,
"year": 1966
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 8.6,
"year": 1965
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 8.44,
"year": 1964
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 8.31,
"year": 1963
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 8.2,
"year": 1962
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 8.1,
"year": 1961
},
{
"iso2c": "PT",
"country": "Portugal",
"Percent.over.65": 8,
"year": 1960
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 14.88,
"year": 2011
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 14.84,
"year": 2010
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 14.83,
"year": 2009
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 14.86,
"year": 2008
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 14.88,
"year": 2007
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 14.86,
"year": 2006
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 14.77,
"year": 2005
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 14.58,
"year": 2004
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 14.31,
"year": 2003
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 14,
"year": 2002
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 13.67,
"year": 2001
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 13.36,
"year": 2000
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 13.08,
"year": 1999
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 12.83,
"year": 1998
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 12.58,
"year": 1997
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 12.33,
"year": 1996
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 12.05,
"year": 1995
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 11.75,
"year": 1994
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 11.44,
"year": 1993
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 11.13,
"year": 1992
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 10.83,
"year": 1991
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 10.54,
"year": 1990
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 10.26,
"year": 1989
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 9.99,
"year": 1988
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 9.76,
"year": 1987
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 9.62,
"year": 1986
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 9.58,
"year": 1985
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 9.68,
"year": 1984
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 9.89,
"year": 1983
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 10.14,
"year": 1982
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 10.35,
"year": 1981
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 10.45,
"year": 1980
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 10.41,
"year": 1979
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 10.25,
"year": 1978
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 10,
"year": 1977
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 9.73,
"year": 1976
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 9.47,
"year": 1975
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 9.24,
"year": 1974
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 9.03,
"year": 1973
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 8.83,
"year": 1972
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 8.64,
"year": 1971
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 8.46,
"year": 1970
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 8.3,
"year": 1969
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 8.15,
"year": 1968
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 8.01,
"year": 1967
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 7.86,
"year": 1966
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 7.69,
"year": 1965
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 7.51,
"year": 1964
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 7.31,
"year": 1963
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 7.1,
"year": 1962
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 6.92,
"year": 1961
},
{
"iso2c": "RO",
"country": "Romania",
"Percent.over.65": 6.76,
"year": 1960
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 13.84,
"year": 2011
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 13.74,
"year": 2010
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 13.73,
"year": 2009
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 13.79,
"year": 2008
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 13.89,
"year": 2007
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 13.95,
"year": 2006
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 13.95,
"year": 2005
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 13.86,
"year": 2004
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 13.7,
"year": 2003
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 13.47,
"year": 2002
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 13.21,
"year": 2001
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 12.92,
"year": 2000
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 12.61,
"year": 1999
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 12.28,
"year": 1998
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 11.93,
"year": 1997
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 11.57,
"year": 1996
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 11.21,
"year": 1995
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 10.84,
"year": 1994
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 10.47,
"year": 1993
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 10.1,
"year": 1992
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 9.73,
"year": 1991
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": 9.39,
"year": 1990
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1989
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1988
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1987
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1986
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1985
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1984
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1983
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1982
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1981
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1980
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1979
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1978
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1977
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1976
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1975
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1974
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1973
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1972
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1971
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1970
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1969
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1968
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1967
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1966
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1965
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1964
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1963
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1962
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1961
},
{
"iso2c": "RS",
"country": "Serbia",
"Percent.over.65": null,
"year": 1960
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 12.49,
"year": 2011
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 12.31,
"year": 2010
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 12.14,
"year": 2009
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.99,
"year": 2008
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.87,
"year": 2007
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.76,
"year": 2006
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.68,
"year": 2005
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.61,
"year": 2004
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.55,
"year": 2003
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.5,
"year": 2002
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.44,
"year": 2001
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.37,
"year": 2000
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.28,
"year": 1999
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.17,
"year": 1998
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 11.06,
"year": 1997
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.94,
"year": 1996
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.84,
"year": 1995
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.75,
"year": 1994
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.68,
"year": 1993
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.61,
"year": 1992
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.5,
"year": 1991
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.33,
"year": 1990
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.08,
"year": 1989
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.77,
"year": 1988
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.46,
"year": 1987
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.25,
"year": 1986
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.19,
"year": 1985
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.32,
"year": 1984
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.61,
"year": 1983
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.97,
"year": 1982
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.31,
"year": 1981
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.53,
"year": 1980
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.61,
"year": 1979
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.57,
"year": 1978
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.43,
"year": 1977
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.25,
"year": 1976
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 10.07,
"year": 1975
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.89,
"year": 1974
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.69,
"year": 1973
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.49,
"year": 1972
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.28,
"year": 1971
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 9.07,
"year": 1970
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 8.85,
"year": 1969
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 8.64,
"year": 1968
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 8.43,
"year": 1967
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 8.21,
"year": 1966
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 7.97,
"year": 1965
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 7.7,
"year": 1964
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 7.42,
"year": 1963
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 7.15,
"year": 1962
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 6.91,
"year": 1961
},
{
"iso2c": "SK",
"country": "Slovak Republic",
"Percent.over.65": 6.72,
"year": 1960
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 16.86,
"year": 2011
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 16.66,
"year": 2010
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 16.45,
"year": 2009
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 16.23,
"year": 2008
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 16,
"year": 2007
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 15.77,
"year": 2006
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 15.52,
"year": 2005
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 15.26,
"year": 2004
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 15,
"year": 2003
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 14.71,
"year": 2002
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 14.41,
"year": 2001
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 14.09,
"year": 2000
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 13.75,
"year": 1999
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 13.39,
"year": 1998
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 13.01,
"year": 1997
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 12.64,
"year": 1996
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 12.28,
"year": 1995
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 11.94,
"year": 1994
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 11.62,
"year": 1993
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 11.31,
"year": 1992
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 11.02,
"year": 1991
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 10.74,
"year": 1990
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 10.45,
"year": 1989
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 10.18,
"year": 1988
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 9.94,
"year": 1987
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 9.82,
"year": 1986
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 9.84,
"year": 1985
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 10.02,
"year": 1984
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 10.36,
"year": 1983
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 10.77,
"year": 1982
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 11.14,
"year": 1981
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 11.4,
"year": 1980
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 11.51,
"year": 1979
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 11.49,
"year": 1978
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 11.36,
"year": 1977
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 11.18,
"year": 1976
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 10.98,
"year": 1975
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 10.78,
"year": 1974
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 10.55,
"year": 1973
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 10.31,
"year": 1972
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 10.08,
"year": 1971
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 9.86,
"year": 1970
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 9.66,
"year": 1969
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 9.48,
"year": 1968
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 9.32,
"year": 1967
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 9.15,
"year": 1966
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 8.96,
"year": 1965
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 8.73,
"year": 1964
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 8.49,
"year": 1963
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 8.24,
"year": 1962
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 8.01,
"year": 1961
},
{
"iso2c": "SI",
"country": "Slovenia",
"Percent.over.65": 7.81,
"year": 1960
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 18.54,
"year": 2011
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 18.2,
"year": 2010
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.93,
"year": 2009
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.7,
"year": 2008
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.52,
"year": 2007
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.38,
"year": 2006
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.28,
"year": 2005
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.21,
"year": 2004
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.19,
"year": 2003
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.2,
"year": 2002
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.23,
"year": 2001
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.26,
"year": 2000
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.3,
"year": 1999
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.33,
"year": 1998
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.36,
"year": 1997
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.4,
"year": 1996
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.46,
"year": 1995
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.54,
"year": 1994
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.63,
"year": 1993
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.71,
"year": 1992
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.77,
"year": 1991
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.78,
"year": 1990
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.75,
"year": 1989
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.66,
"year": 1988
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.54,
"year": 1987
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.4,
"year": 1986
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.24,
"year": 1985
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 17.07,
"year": 1984
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 16.89,
"year": 1983
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 16.7,
"year": 1982
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 16.5,
"year": 1981
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 16.29,
"year": 1980
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 16.08,
"year": 1979
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 15.86,
"year": 1978
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 15.62,
"year": 1977
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 15.38,
"year": 1976
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 15.11,
"year": 1975
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 14.83,
"year": 1974
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 14.52,
"year": 1973
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 14.22,
"year": 1972
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 13.93,
"year": 1971
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 13.66,
"year": 1970
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 13.43,
"year": 1969
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 13.22,
"year": 1968
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 13.03,
"year": 1967
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 12.84,
"year": 1966
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 12.66,
"year": 1965
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 12.48,
"year": 1964
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 12.29,
"year": 1963
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 12.11,
"year": 1962
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 11.93,
"year": 1961
},
{
"iso2c": "SE",
"country": "Sweden",
"Percent.over.65": 11.75,
"year": 1960
}
]
if(!(opts.type==="pieChart" || opts.type==="sparklinePlus" || opts.type==="bulletChart")) {
var data = d3.nest()
.key(function(d){
//return opts.group === undefined ? 'main' : d[opts.group]
//instead of main would think a better default is opts.x
return opts.group === undefined ? opts.y : d[opts.group];
})
.entries(data);
}
if (opts.disabled != undefined){
data.map(function(d, i){
d.disabled = opts.disabled[i]
})
}
nv.addGraph(function() {
var chart = nv.models[opts.type]()
.width(opts.width)
.height(opts.height)
if (opts.type != "bulletChart"){
chart
.x(function(d) { return d[opts.x] })
.y(function(d) { return d[opts.y] })
}
chart
.tooltipContent( function(key, x, y){
return '<h3>' + key + '</h3>' +
'<p>' + y + '% in ' + x + '</p>'
} )
chart.xAxis
.axisLabel("Year")
chart.yAxis
.axisLabel("Percent of the population over age 65")
.width( 62)
d3.select("#" + opts.id)
.append('svg')
.datum(data)
.transition().duration(500)
.call(chart);
nv.utils.windowResize(chart.update);
return chart;
});
};
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment