To the Top
Go to content
Statistics Finland’s free-of-charge statistical databases
Suomi
Svenska
Instructions
PxWeb API
/
StatFin
/
Deaths
/
12ap -- Life table by age and sex, 1986-2024
The database change of 8 June 2026 requires updates to API queries (e.g. shortening of identifiers and variable codes), no changes to user interface use.
Further instructions and examples of changes
.
The 3 steps are Choose table, Choose variable and Show result. You are currently at Show result
Choose table
Choose variable
Show result
Result
Tools
Close
About table
Contact
Statistics' homepage
Official statistics
Yes
Latest update
10/17/2025
Unit
Life expectancy, years:
years
Next estimated update
10/19/2026
Creation date
10/24/2019
Copyright
Yes
Source
Statistics Finland, deaths
Matrix
12ap
Show result as...
Viewing options for result.
Table - Layout 1
Table - Layout 2
Sortable table
Chart - Bar
Chart - Bar stacked
Chart - Bar stacked 100%
Chart - Horizontal bar
Chart - Horizontal bar stacked
Chart - Horizontal bar stacked 100%
Chart - Line
Chart - Bar and line
Chart - Population pyramid
Chart - Pie
Chart - Area
Chart - Area stacked
Chart - Area stacked 100%
Chart - Point
Chart - Radar
Edit and Calculate
Save result as...
Available format for downloading data.
PX-file
Excel workbook (xml)
Excel workbook (xml) with code and text
Tab delimited with heading
Tab delimited without heading
Comma delimited with heading
Comma delimited without heading
Space delimited with heading
Space delimited without heading
Semicolon delimited with heading
Semicolon delimited without heading
Html file (htm)
Relational file (txt)
Excel (xlsx)
Excel (xlsx) with code and text column
JSON-stat file (json)
JSON-stat 2 file (json)
Html5 table (htm)
Json file (json)
Save your query
What do you want to do with your saved query if the tables are updated with new time periods?
Update the query with a rolling start time point and an unchanged number of time periods
Update the query with a fixed starting time point and the new time periods
Don't update the query, but show the same time periods as selected
Save the result as (mandatory):
Select format
Same as shown on screen
PX-file
Excel workbook (xml)
Excel workbook (xml) with code and text
Tab delimited with heading
Tab delimited without heading
Comma delimited with heading
Comma delimited without heading
Space delimited with heading
Space delimited without heading
Semicolon delimited with heading
Semicolon delimited without heading
Html file (htm)
Relational file (txt)
Excel (xlsx)
Excel (xlsx) with code and text column
JSON-stat file (json)
JSON-stat 2 file (json)
Html5 table (htm)
Json file (json)
Update alternatives:
Format:
Saved query is available at the address below:
Hide empty rows
Which rows are to be displayed?
Show all rows
Hide rows with only zeros
Hide rows with only zeros or '-'
Hide rows with only dots
Hide rows with only zeros, '-' or dots
Life table by Year, Sex, Age and Information
UserManualScreenReader_Result_Text
Life table by Age, Year, Sex and Information
Life expectancy, years
65
1999
Males
15.15
Females
19.30
2000
Males
15.46
Females
19.37
2001
Males
15.70
Females
19.66
2002
Males
15.76
Females
19.67
2003
Males
16.14
Females
19.87
2004
Males
16.46
Females
20.48
2005
Males
16.73
Females
20.71
2006
Males
16.77
Females
20.89
2007
Males
16.90
Females
20.95
2008
Males
17.30
Females
21.03
2009
Males
17.16
Females
21.19
2010
Males
17.30
Females
21.16
2011
Males
17.55
Females
21.37
2012
Males
17.61
Females
21.27
2013
Males
17.81
Females
21.49
2014
Males
17.97
Females
21.45
2015
Males
18.09
Females
21.57
2016
Males
18.04
Females
21.59
2017
Males
18.23
Females
21.76
2018
Males
18.36
Females
21.83
Saved query ebece6d1-67f9-4c80-98bf-88eed249fb86
Unchanged table
Footnotes
Documentation of statistics
. missing
Information
Life expectancy, years
The number of years that a person would live provided that the rate of mortality remains unchanged. Life expectancy is an age-standardised indicator that describes the level of mortality observed during the calculation period.
API query for this table
POST the following JSON query to the URL below to access this table from your application.
URL:
JSON query:
{ "query": [ { "code": "timeperiod_y", "selection": { "filter": "item", "values": [ "1999", "2000", "2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018" ] } }, { "code": "sukupuoli_9_20180101", "selection": { "filter": "item", "values": [ "1", "2" ] } }, { "code": "ikaryhma_10_20180101", "selection": { "filter": "item", "values": [ "065" ] } }, { "code": "contentscode", "selection": { "filter": "item", "values": [ "eodote" ] } } ], "response": { "format": "json-stat2" } }
More information