Skip to content

Instantly share code, notes, and snippets.

@itsanishjain
Created January 23, 2025 08:37
Show Gist options
  • Save itsanishjain/b5f46031f945215fc7ae6ebc163caa8e to your computer and use it in GitHub Desktop.
Save itsanishjain/b5f46031f945215fc7ae6ebc163caa8e to your computer and use it in GitHub Desktop.
export const fertilityData: Record<string, Record<number, number>> = {
// East Asia
KOR: {
// South Korea
1950: 5.05,
1955: 4.98,
1960: 4.82,
1965: 4.7,
1970: 4.53,
1975: 3.43,
1980: 2.82,
1985: 1.67,
1990: 1.57,
1995: 1.51,
2000: 1.47,
2005: 1.31,
2010: 1.23,
2015: 1.17,
2020: 0.84,
2023: 0.72,
2025: 0.65,
},
JPN: {
// Japan
1950: 3.65,
1955: 2.37,
1960: 2.0,
1965: 2.14,
1970: 2.13,
1975: 1.91,
1980: 1.75,
1985: 1.76,
1990: 1.54,
1995: 1.42,
2000: 1.36,
2005: 1.33,
2010: 1.39,
2015: 1.45,
2020: 1.33,
2023: 1.3,
2025: 1.25,
},
CHN: {
// China
1950: 6.11,
1955: 5.59,
1960: 5.76,
1965: 6.08,
1970: 5.51,
1975: 3.57,
1980: 2.54,
1985: 2.42,
1990: 2.31,
1995: 1.72,
2000: 1.6,
2005: 1.7,
2010: 1.6,
2015: 1.6,
2020: 1.3,
2023: 1.2,
2025: 1.15,
},
IND: {
// India
1950: 5.9,
1955: 5.9,
1960: 5.87,
1965: 5.89,
1970: 5.72,
1975: 5.41,
1980: 4.97,
1985: 4.45,
1990: 4.05,
1995: 3.65,
2000: 3.31,
2005: 2.92,
2010: 2.62,
2015: 2.35,
2020: 2.2,
2023: 2.05,
2025: 1.95,
},
SGP: {
// Singapore
1950: 6.4,
1955: 6.41,
1960: 5.76,
1965: 4.7,
1970: 3.07,
1975: 2.11,
1980: 1.74,
1985: 1.61,
1990: 1.83,
1995: 1.67,
2000: 1.6,
2005: 1.26,
2010: 1.15,
2015: 1.24,
2020: 1.1,
2023: 1.05,
2025: 1.0,
},
// Europe
DEU: {
// Germany
1950: 2.1,
1955: 2.11,
1960: 2.37,
1965: 2.51,
1970: 2.03,
1975: 1.48,
1980: 1.56,
1985: 1.37,
1990: 1.45,
1995: 1.25,
2000: 1.38,
2005: 1.34,
2010: 1.39,
2015: 1.5,
2020: 1.53,
2023: 1.53,
2025: 1.5,
},
FRA: {
// France
1950: 2.93,
1955: 2.71,
1960: 2.85,
1965: 2.84,
1970: 2.48,
1975: 1.93,
1980: 1.95,
1985: 1.81,
1990: 1.78,
1995: 1.71,
2000: 1.87,
2005: 1.92,
2010: 2.03,
2015: 1.96,
2020: 1.86,
2023: 1.83,
2025: 1.8,
},
GBR: {
// United Kingdom
1950: 2.18,
1955: 2.32,
1960: 2.71,
1965: 2.86,
1970: 2.43,
1975: 1.81,
1980: 1.9,
1985: 1.79,
1990: 1.83,
1995: 1.71,
2000: 1.64,
2005: 1.76,
2010: 1.92,
2015: 1.8,
2020: 1.63,
2023: 1.61,
2025: 1.58,
},
ITA: {
// Italy
1950: 2.5,
1955: 2.35,
1960: 2.37,
1965: 2.66,
1970: 2.38,
1975: 2.21,
1980: 1.64,
1985: 1.42,
1990: 1.33,
1995: 1.19,
2000: 1.26,
2005: 1.32,
2010: 1.46,
2015: 1.35,
2020: 1.24,
2023: 1.25,
2025: 1.22,
},
ESP: {
// Spain
1950: 2.57,
1955: 2.7,
1960: 2.86,
1965: 2.94,
1970: 2.9,
1975: 2.8,
1980: 2.2,
1985: 1.64,
1990: 1.36,
1995: 1.17,
2000: 1.22,
2005: 1.33,
2010: 1.37,
2015: 1.33,
2020: 1.24,
2023: 1.19,
2025: 1.15,
},
SWE: {
// Sweden
1950: 2.28,
1955: 2.25,
1960: 2.2,
1965: 2.42,
1970: 1.92,
1975: 1.77,
1980: 1.68,
1985: 1.74,
1990: 2.13,
1995: 1.73,
2000: 1.54,
2005: 1.77,
2010: 1.98,
2015: 1.85,
2020: 1.67,
2023: 1.62,
2025: 1.6,
},
NOR: {
// Norway
1950: 2.6,
1955: 2.7,
1960: 2.9,
1965: 2.93,
1970: 2.5,
1975: 1.98,
1980: 1.72,
1985: 1.68,
1990: 1.93,
1995: 1.87,
2000: 1.85,
2005: 1.84,
2010: 1.95,
2015: 1.8,
2020: 1.57,
2023: 1.52,
2025: 1.5,
},
// North America
USA: {
// United States
1950: 3.45,
1955: 3.58,
1960: 3.65,
1965: 2.91,
1970: 2.48,
1975: 1.77,
1980: 1.84,
1985: 1.84,
1990: 2.08,
1995: 1.98,
2000: 2.06,
2005: 2.06,
2010: 1.93,
2015: 1.84,
2020: 1.64,
2023: 1.66,
2025: 1.64,
},
CAN: {
// Canada
1950: 3.73,
1955: 3.82,
1960: 3.81,
1965: 2.85,
1970: 2.26,
1975: 1.83,
1980: 1.74,
1985: 1.67,
1990: 1.83,
1995: 1.62,
2000: 1.49,
2005: 1.54,
2010: 1.63,
2015: 1.56,
2020: 1.4,
2023: 1.4,
2025: 1.37,
},
// South Asia
PAK: {
// Pakistan
1950: 6.6,
1955: 6.6,
1960: 6.6,
1965: 6.6,
1970: 6.6,
1975: 6.6,
1980: 6.45,
1985: 6.3,
1990: 5.85,
1995: 5.4,
2000: 4.95,
2005: 4.4,
2010: 3.85,
2015: 3.55,
2020: 3.45,
2023: 3.35,
2025: 3.2,
},
BGD: {
// Bangladesh
1950: 6.7,
1955: 6.7,
1960: 6.7,
1965: 6.7,
1970: 6.7,
1975: 6.66,
1980: 6.36,
1985: 5.66,
1990: 4.76,
1995: 3.96,
2000: 3.17,
2005: 2.69,
2010: 2.38,
2015: 2.17,
2020: 2.01,
2023: 1.95,
2025: 1.9,
},
// Africa
NGA: {
// Nigeria
1950: 6.35,
1955: 6.35,
1960: 6.35,
1965: 6.46,
1970: 6.61,
1975: 6.76,
1980: 6.76,
1985: 6.6,
1990: 6.37,
1995: 6.1,
2000: 5.9,
2005: 5.91,
2010: 5.91,
2015: 5.74,
2020: 5.32,
2023: 5.2,
2025: 5.1,
},
ZAF: {
// South Africa
1950: 6.05,
1955: 6.05,
1960: 6.05,
1965: 5.98,
1970: 5.65,
1975: 5.1,
1980: 4.55,
1985: 4.0,
1990: 3.58,
1995: 3.1,
2000: 2.8,
2005: 2.66,
2010: 2.55,
2015: 2.41,
2020: 2.33,
2023: 2.3,
2025: 2.25,
},
EGY: {
// Egypt
1950: 6.37,
1955: 6.37,
1960: 6.7,
1965: 6.7,
1970: 5.9,
1975: 5.5,
1980: 5.3,
1985: 4.8,
1990: 4.1,
1995: 3.7,
2000: 3.3,
2005: 3.1,
2010: 3.0,
2015: 3.3,
2020: 3.2,
2023: 3.15,
2025: 3.1,
},
// Middle East
ISR: {
// Israel
1950: 4.14,
1955: 3.89,
1960: 3.87,
1965: 3.79,
1970: 3.77,
1975: 3.44,
1980: 3.23,
1985: 3.12,
1990: 2.93,
1995: 2.88,
2000: 2.95,
2005: 2.84,
2010: 3.03,
2015: 3.09,
2020: 3.01,
2023: 2.9,
2025: 2.85,
},
SAU: {
// Saudi Arabia
1950: 7.18,
1955: 7.18,
1960: 7.18,
1965: 7.26,
1970: 7.3,
1975: 7.28,
1980: 7.02,
1985: 6.22,
1990: 5.45,
1995: 4.7,
2000: 3.9,
2005: 3.3,
2010: 2.9,
2015: 2.5,
2020: 2.28,
2023: 2.2,
2025: 2.15,
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment