{
 "dataset": {
  "id": "census-acs1",
  "sourceId": "census",
  "name": "American Community Survey, 1-Year Estimates",
  "description": "Annual survey estimates of household income, housing costs, and age structure for geographies of 65,000 people or more, covering the nation and every state.",
  "url": "https://www.census.gov/programs-surveys/acs/data.html",
  "methodologyUrl": "https://www.census.gov/programs-surveys/acs/methodology.html",
  "dataUrl": "https://api.census.gov/data/{year}/acs/acs1?get=NAME,{variables}&for=state:*|us:*&key=... (2021-2024 instead pulled from https://www2.census.gov/programs-surveys/acs/summary_file/2024/table-based-SF/data/1YRData/, see caveats)",
  "geography": "Nation and states, including the District of Columbia",
  "timeCoverage": "2010-2019, 2021-2024",
  "updateFrequency": "Annual",
  "publisherUpdated": "2025-09-11",
  "retrieved": "2026-09-08",
  "license": "Public domain. U.S. federal government work.",
  "ingestion": "scripts/fetch-census-acs.py",
  "caveats": [
   "All values are single-year survey estimates and carry margins of error not stored here; small states and small differences between years can be within the margin of error.",
   "Dollar figures (economy.median_household_income, housing.median_home_value, housing.median_gross_rent) are in that survey year's dollars and are not adjusted for inflation across years.",
   "1-year estimates are not comparable to 5-year estimates (see census-acs5) for the same geography or metric: different reference periods produce different figures even when nothing changed.",
   "There is no standard 2020 ACS 1-year release; the Census Bureau replaced it with experimental estimates because of COVID-19 data collection disruption, and 2020 is omitted here rather than substituted.",
   "2010-2019 were pulled from the Census Data API (api.census.gov), which requires an API key; 2021-2024 were pulled from Census's keyless bulk table-based Summary File (www2.census.gov), which only exists in that convenient one-file-per-table layout from 2021 onward and was already on hand. For 2023 both sources were fetched and every value compared; they agreed exactly.",
   "economy.poverty_rate and economy.uninsured_rate are derived from detailed tables B17001 and B27001 rather than the Census subject tables S1701/S2701, because the subject tables' column numbering for these percentages has changed across vintages (confirmed: S2701's 'percent uninsured' column moves from C03 to C05 between 2014 and 2015, and the table does not exist before 2013), while the detailed-table variable numbers used here are stable back to at least 2010.",
   "All rate and share metrics (percent unit) are rounded to one decimal place by this puller; level metrics are stored exactly as published."
  ],
  "metrics": [
   {
    "id": "economy.median_household_income",
    "name": "Median household income",
    "unit": "usd",
    "aggregation": "level",
    "description": "Median household income in the past 12 months, in that survey year's inflation-adjusted dollars (B19013_001E)."
   },
   {
    "id": "housing.median_home_value",
    "name": "Median home value",
    "unit": "usd",
    "aggregation": "level",
    "description": "Median value of owner-occupied housing units, as estimated by the owner (B25077_001E)."
   },
   {
    "id": "housing.median_gross_rent",
    "name": "Median gross rent",
    "unit": "usd",
    "aggregation": "level",
    "description": "Median gross rent (contract rent plus utilities) for renter-occupied housing units paying cash rent (B25064_001E)."
   },
   {
    "id": "housing.homeownership_rate",
    "name": "Homeownership rate",
    "unit": "percent",
    "aggregation": "rate",
    "description": "Owner-occupied housing units as a percent of all occupied housing units: B25003_002E / B25003_001E * 100."
   },
   {
    "id": "housing.rent_burden_share",
    "name": "Renters paying 30%+ of income on rent",
    "unit": "percent",
    "aggregation": "rate",
    "description": "Share of renter households spending 30 percent or more of household income on gross rent: the sum of B25070's 30.0-34.9, 35.0-39.9, 40.0-49.9 and 50.0-percent-or-more categories, divided by the table total minus the 'not computed' category, times 100."
   },
   {
    "id": "housing.units",
    "name": "Housing units",
    "unit": "count",
    "aggregation": "level",
    "description": "Total housing units, occupied and vacant (B25001_001E)."
   },
   {
    "id": "housing.vacancy_rate",
    "name": "Housing vacancy rate",
    "unit": "percent",
    "aggregation": "rate",
    "description": "Vacant housing units as a percent of all housing units: B25002_003E / B25002_001E * 100."
   },
   {
    "id": "population.median_age",
    "name": "Median age",
    "unit": "years",
    "aggregation": "level",
    "description": "Median age of the total population (B01002_001E)."
   },
   {
    "id": "population.share_under_18",
    "name": "Population under 18",
    "unit": "percent",
    "aggregation": "rate",
    "description": "Population under 18 years old as a percent of total population, summed across B01001's under-5, 5-9, 10-14 and 15-17 age categories for both sexes, divided by B01001_001E, times 100."
   },
   {
    "id": "population.share_65_plus",
    "name": "Population 65 and older",
    "unit": "percent",
    "aggregation": "rate",
    "description": "Population 65 years and older as a percent of total population, summed across B01001's 65-66 through 85-and-over age categories for both sexes, divided by B01001_001E, times 100."
   },
   {
    "id": "economy.poverty_rate",
    "name": "Poverty rate",
    "unit": "percent",
    "aggregation": "rate",
    "description": "Population below the poverty level in the past 12 months as a percent of the population for whom poverty status is determined: B17001_002E / B17001_001E * 100."
   },
   {
    "id": "economy.uninsured_rate",
    "name": "Uninsured rate",
    "unit": "percent",
    "aggregation": "rate",
    "description": "Civilian noninstitutionalized population with no health insurance coverage as a percent of that population, summed across B27001's 9 age bands for both sexes, divided by B27001_001E, times 100."
   }
  ]
 },
 "observations": [
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 40474,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 41415,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 41574,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 42849,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 42830,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 44765,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 46257,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 48123,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 49861,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 51734,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 53913,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 59674,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 62212,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 66659,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 64576,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 67825,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 67712,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 72237,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 71583,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 73355,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 76440,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 73181,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 74346,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 75463,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 77845,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 88121,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 86631,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 95665,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 46789,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 46709,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 47826,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 48510,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 50068,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 51492,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 53558,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 56581,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 59246,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 62055,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 69056,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 74568,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 77315,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 81486,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 38307,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 38758,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 40112,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 40511,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 41262,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 41995,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 44334,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 45869,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 47062,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 48952,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 52528,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 55432,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 58700,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 62106,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 57708,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 57287,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 58328,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 60190,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 61933,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 64500,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 67739,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 71805,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 75277,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 80440,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 84907,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 91551,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 95521,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 100149,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 54046,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 55387,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 56765,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 58823,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 61303,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 63909,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 65685,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 69117,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 71953,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 77127,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 82254,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 89302,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 92911,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 97113,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 64032,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 65753,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 67276,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 67098,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 70048,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 71346,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 73433,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 74168,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 76348,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 78833,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 83771,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 88429,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 91665,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 96049,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 55847,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 58814,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 58415,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 57846,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 59716,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 61255,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 61757,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 62852,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 64805,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 70176,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 71091,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 82174,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 81361,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 87534,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 60903,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 63124,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 66583,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 67572,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 71648,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 75628,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 75506,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 82372,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 85203,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 92266,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 90088,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 101027,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 108210,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 109707,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 44409,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 44299,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 45040,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 46036,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 47463,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 49426,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 50860,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 52594,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 55462,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 59227,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 63062,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 69303,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 73311,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 77735,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 46430,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 46007,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 47209,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 47829,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 49321,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 51244,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 53559,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 56183,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 58756,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 61980,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 66559,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 72837,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 74632,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 79991,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 63030,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 61821,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 66259,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 68020,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 69592,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 73486,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 74511,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 77765,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 80212,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 83102,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 84857,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 92458,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 95322,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 100745,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 43490,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 43341,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 45489,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 46783,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 47861,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 48275,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 51807,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 52225,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 55583,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 60999,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 66474,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 72785,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 74942,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 81166,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 52972,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 53234,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 55137,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 56210,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 57444,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 59588,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 60960,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 62992,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 65030,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 69187,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 72205,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 76708,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 80306,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 83211,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 44613,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 46438,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 46974,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 47529,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 49446,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 50532,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 52314,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 54181,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 55746,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 57603,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 62743,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 66785,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 69477,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 71959,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 47961,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 49427,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 50957,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 52229,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 53712,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 54736,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 56247,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 58570,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 59955,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 61691,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 65600,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 69588,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 71433,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 75501,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 48257,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 48964,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 50241,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 50972,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 52504,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 53906,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 54935,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 56422,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 58218,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 62087,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 64124,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 68925,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 70333,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 75514,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 40062,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 41141,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 41724,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 43399,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 42958,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 45215,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 46659,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 48375,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 50247,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 52295,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 55573,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 59341,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 61118,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 64526,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 42505,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 41734,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 42944,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 44164,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 44555,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 45727,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 45146,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 46145,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 47905,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 51073,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 52087,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 55416,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 58229,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 60986,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 45815,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 46033,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 46709,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 46974,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 49462,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 51494,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 53079,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 56277,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 55602,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 58924,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 64767,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 69543,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 73733,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 76442,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 68854,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 70004,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 71122,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 72483,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 73971,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 75847,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 78945,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 80776,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 83242,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 86738,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 90203,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 94991,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 98678,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 102905,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 62072,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 62859,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 65339,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 66768,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 69160,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 70628,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 75297,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 77385,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 79835,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 85843,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 89645,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 94488,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 99858,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 104828,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 45413,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 45981,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 46859,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 48273,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 49847,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 51084,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 52492,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 54909,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 56697,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 59584,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 63498,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 66986,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 69183,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 72389,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 55459,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 56954,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 58906,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 60702,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 61481,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 63488,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 65599,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 68388,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 70315,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 74593,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 77720,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 82338,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 85086,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 87117,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 36851,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 36919,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 37095,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 37963,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 39680,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 40593,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 41754,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 43529,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 44717,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 45792,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 48716,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 52719,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 54203,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 59127,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 44301,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 45247,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 45321,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 46931,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 48363,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 50238,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 51746,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 53578,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 54478,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 57409,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 61847,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 64811,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 68545,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 71589,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 42666,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 44222,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 45076,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 46972,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 46328,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 49509,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 50027,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 53386,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 55328,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 57153,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 63249,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 67631,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 70804,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 75340,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 48408,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 50296,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 50723,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 51440,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 52686,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 54996,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 56927,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 59970,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 59566,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 63229,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 66817,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 69597,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 74590,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 76376,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 51001,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 48927,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 49760,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 51230,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 51450,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 52431,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 55180,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 58003,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 58646,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 63276,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 66274,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 72333,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 76364,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 81134,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 61042,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 62647,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 63280,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 64230,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 66532,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 70303,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 70936,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 73381,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 74991,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 77933,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 88465,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 89992,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 96838,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 99782,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 67681,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 67458,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 69667,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 70165,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 71919,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 72222,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 76126,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 80088,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 81740,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 85751,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 89296,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 96346,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 99781,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 104294,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 42090,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 41963,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 42558,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 43872,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 44803,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 45382,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 46748,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 46744,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 47169,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 51945,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 53992,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 59726,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 62268,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 67816,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 54148,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 55246,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 56448,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 57369,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 58878,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 60850,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 62909,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 64894,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 67844,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 72108,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 74314,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 79557,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 82095,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 85820,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 43326,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 43916,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 45150,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 45906,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 46556,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 47830,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 50584,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 52752,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 53855,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 57341,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 61972,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 67481,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 70804,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 73958,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 48670,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 51704,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 53585,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 55759,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 59029,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 60557,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 60656,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 61843,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 63837,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 64577,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 66519,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 71970,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 76525,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 77871,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 45090,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 45749,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 46829,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 48081,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 49308,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 51075,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 52334,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 54021,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 56111,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 58642,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 62262,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 65720,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 67769,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 72212,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 42072,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 43225,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 44312,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 45690,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 47529,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 48568,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 49176,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 50051,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 51924,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 54449,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 55826,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 59673,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 62138,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 66148,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 46560,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 46816,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 49161,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 50251,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 51075,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 54148,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 57532,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 60212,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 63426,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 67058,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 71562,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 75657,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 80160,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 85220,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 49288,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 50228,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 51230,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 52007,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 53234,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 55702,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 56907,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 59195,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 60905,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 63463,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 68957,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 71798,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 73824,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 77545,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 52254,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 53636,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 54554,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 55902,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 54891,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 58073,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 60596,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 63870,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 64340,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 71169,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 74008,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 81854,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 84972,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 83504,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 42018,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 42367,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 43107,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 44163,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 45238,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 47238,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 49501,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 50570,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 52306,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 56227,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 59318,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 64115,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 67804,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 72350,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 45904,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 48321,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 48362,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 48947,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 50979,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 53017,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 54467,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 56521,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 56274,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 59533,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 66143,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 69728,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 71810,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 76881,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 41461,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 41693,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 42764,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 44297,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 44361,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 47275,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 48547,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 51340,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 52375,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 56071,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 59695,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 65254,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 67631,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 71997,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 48615,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 49392,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 50740,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 51704,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 53035,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 55653,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 56565,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 59206,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 60629,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 64034,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 66963,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 72284,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 75780,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 79721,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 54744,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 55869,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 57049,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 59770,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 60922,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 62912,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 65977,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 68358,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 71414,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 75780,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 79449,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 89168,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 93421,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 96658,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 49406,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 52776,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 52977,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 52578,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 54166,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 56990,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 57677,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 57513,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 60782,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 63001,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 72431,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 73991,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 81211,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 82730,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 60674,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 61882,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 61741,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 62666,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 64902,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 66262,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 68114,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 71535,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 72577,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 76456,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 80963,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 85873,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 89931,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 92090,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 55631,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 56835,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 57573,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 58405,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 61366,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 64129,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 67106,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 70979,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 74073,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 78687,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 84247,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 91306,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 94605,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 99389,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 38218,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 38482,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 40196,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 41253,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 41059,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 42019,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 43385,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 43469,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 44097,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 48850,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 51248,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 54329,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 55948,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 60798,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 49001,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 50395,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 51059,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 51467,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 52622,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 55638,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 56811,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 59305,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 60773,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 64168,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 67125,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 70996,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 74631,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 77488,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 53512,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 56322,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 54901,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 58752,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 57055,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 60214,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 59882,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 60434,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 61584,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 65003,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 65204,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 70042,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 72415,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 75532,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 50046,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 50502,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 51371,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 52250,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 53657,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 55775,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 57617,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 60336,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 61937,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 65712,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 69717,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 74755,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 77719,
   "status": "estimate"
  },
  {
   "metric": "economy.median_household_income",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 81604,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 19.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 19.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 19.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 18.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 18.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 19.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 20.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 19.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 19.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 18.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 24.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 19.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 19.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 7.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 7.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 7.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 7.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 20.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 20.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 19.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 19.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 18.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 18.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.poverty_rate",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 19.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 20.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 18.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 7.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 7.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 6.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 6.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 5.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 7.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 6.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 4.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 5.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 5.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 5.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 5.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 5.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 5.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 5.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 7.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 5.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 5.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 5.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 5.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 6.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 5.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 5.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 6.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 7.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 5.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 6.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 5.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 3.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 3.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 3.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 3.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 3.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 3.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 2.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 2.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 4.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 20.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 19.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 7.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 6.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 5.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 3.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 3.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 4.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 4.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 3.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 3.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 3.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 3.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 7.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 6.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 6.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 7.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 6.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 6.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 6.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 4.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 4.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 4.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 4.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 4.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 5.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 5.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 5.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 5.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 6.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 5.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 5.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 5.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 6.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 7.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 7.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 5.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 6.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 5.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 5.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 6.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 6.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 6.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 4.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 4.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 3.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 3.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 3.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 2.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 2.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 2.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 2.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 2.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 2.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 2.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 2.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 5.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 5.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 5.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 5.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 4.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 4.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 5.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 5.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 4.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 4.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 4.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 4.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 4.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 4.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 4.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 4.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 5.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 7.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 7.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 6.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 7.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 6.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 5.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 5.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 5.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 6.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 5.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 4.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 4.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 4.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 7.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 7.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 6.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 7.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 7.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 5.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 5.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 5.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 5.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 4.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 4.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 7.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 7.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 6.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 4.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 6.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 5.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 6.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 6.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 6.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 5.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 6.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 18.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 6.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 6.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 7.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 5.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 5.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 6.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 5.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 5.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 5.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 5.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 5.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 5.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 5.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 5.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 7.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 5.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 4.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 4.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 4.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 4.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 4.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 4.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 4.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 4.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 6.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 6.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 3.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 3.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 4.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 4.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 3.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 3.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 3.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 4.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 6.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 6.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 6.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 6.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 6.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 6.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 6.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 6.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 6.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 5.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 6.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 6.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 6.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 5.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 5.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 5.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 7.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 5.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 5.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 5.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 5.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 5.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 5.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 5.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 4.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 5.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "economy.uninsured_rate",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 70.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 69.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 68.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 67.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 67.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 68.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 68.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 70,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 70.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 70.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 71,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 63.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 63.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 63.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 63.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 62.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 63.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 64.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 63.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 65.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 64.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 66.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 66.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 66.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 66.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 65.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 63.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 62.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 62.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 61.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 61.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 63.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 64.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 64.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 65.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 67.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 67.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 67.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 67.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 67.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 66.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 66.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 65.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 65.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 65.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 64.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 65.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 65.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 65.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 67,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 66.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 66.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 67.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 55.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 54.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 54,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 53.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 53.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 53.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 53.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 54.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 54.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 54.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 55.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 55.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 55.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 55.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 64.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 64,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 64.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 63.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 63.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 64.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 65.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 65.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 66.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 66.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 65.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 67.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 66.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 66.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 66.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 66.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 64.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 66.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 65.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 65,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 66.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 66.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 65.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 66.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 73,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 71.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 70.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 71.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 70.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 70.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 69.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 70.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 71,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 70.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 72.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 74.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 73.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 73.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 42.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 41.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 41.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 40.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 40.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 39.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 42.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 42.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 41.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 41.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 41,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 40.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 66.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 65.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 64.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 64.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 63.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 64.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 65.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 66.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 67.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 67.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 66.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 64.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 63.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 62.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 62.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 61.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 61.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 62.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 63.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 64.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 66,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 66.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 66.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 58,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 56.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 56.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 56.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 56.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 56.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 57.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 58.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 58.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 60.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 62.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 62.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 62.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 61.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 69.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 68.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 68.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 69.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 69,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 68.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 69.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 70.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 71.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 71.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 72.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 72.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 71.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 67.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 67.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 66.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 65.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 65.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 65.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 66.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 66,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 66,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 67.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 67.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 67.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 67.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 70.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 69.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 69.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 68.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 68.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 68.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 68.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 69,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 68.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 69.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 71.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 70.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 70.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 70.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 72.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 72.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 71.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 70.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 70.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 70.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 70.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 71.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 71.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 70.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 71.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 72,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 71.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 71.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 67.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 66.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 66.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 66.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 66.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 65.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 66.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 66.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 67,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 67.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 66.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 68.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 68.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 67,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 67.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 66.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 66.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 66.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 66.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 67.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 67,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 68.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 68.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 68.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 67.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 66.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 65.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 66,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 64.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 64.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 64.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 65.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 65.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 66.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 67.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 67.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 72.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 71,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 71.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 70.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 71.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 71,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 71.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 73.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 71.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 72.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 74.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 74.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 74.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 73.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 67,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 67.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 66.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 66.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 66.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 66.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 66.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 67.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 67.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 67.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 67.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 62.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 62.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 62.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 61.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 61.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 61.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 62,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 62.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 61.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 62.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 63.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 62.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 62.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 62.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 72.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 71.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 71.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 70.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 70.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 70.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 70.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 71.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 71.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 71.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 73.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 73.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 73.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 73.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 73,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 72.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 71.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 71.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 71.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 70.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 71.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 71.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 71.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 71.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 73,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 72.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 72,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 71.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 69.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 69.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 68.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 67.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 67.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 67.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 67.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 68.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 68.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 67.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 69.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 69.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 71.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 70.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 69,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 67.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 67,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 66.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 66.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 66.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 67,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 66.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 67.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 68.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 67.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 68.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 68.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 69.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 67.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 67.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 66.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 66.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 66.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 69.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 67.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 68.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 69.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 68.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 69.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 68.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 67.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 66.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 66.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 66,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 65.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 66.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 66.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 66.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 67.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 66,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 66.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 66.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 57.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 56.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 54.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 54.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 53.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 54,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 54.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 56.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 56.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 56.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 59.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 60.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 60.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 60.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 71.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 71.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 70.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 70.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 70.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 70.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 70.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 69.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 71.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 71,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 72.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 72.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 72.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 72.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 66.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 65,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 65.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 64,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 63.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 63,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 63.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 63.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 64,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 63.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 64.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 64.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 63.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 63.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 67.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 68.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 67.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 67.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 66.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 67.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 67.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 67.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 66.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 69.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 70.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 69.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 71.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 54.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 53.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 53.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 53.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 53,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 53.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 53.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 53.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 53.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 53.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 55.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 54.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 54.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 54.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 67.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 66.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 65.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 64.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 64.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 63.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 64.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 65.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 65.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 65.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 66.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 66.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 66.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 66.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 66.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 65.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 65,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 64.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 63.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 61.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 63.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 63.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 62.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 61.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 63.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 65.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 63.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 61.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 68.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 67,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 66.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 66.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 65.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 65.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 65.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 65.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 66,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 67.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 67.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 67.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 67.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 67,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 66.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 65.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 65.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 65.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 64.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 65.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 65.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 65.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 65.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 65.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 65.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 65.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 62.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 60.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 61.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 60.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 60.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 61.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 61.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 62.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 62.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 62.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 63.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 62.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 63.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 63.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 70.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 69.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 68.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 68.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 68.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 68.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 68.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 68.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 68.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 68.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 69.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 69.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 69.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 69.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 60.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 60.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 60,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 60.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 58.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 59,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 58,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 60.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 61.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 61.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 63.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 63.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 64,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 63.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 68.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 69.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 68.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 68.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 68.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 69.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 70.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 71.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 72,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 72.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 72.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 68.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 67.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 67.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 68.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 68.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 67.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 67.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 67.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 67.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 69.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 69.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 69.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 68.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 67.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 66.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 66.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 66.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 65.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 65.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 65.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 66.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 66.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 67.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 67.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 67.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 66.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 63.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 62.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 62.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 61.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 61.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 61.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 61.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 62,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 61.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 61.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 62.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 62.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 62.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 62.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 69.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 69.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 69.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 69.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 69.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 68.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 69.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 69.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 70.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 70.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 69.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 71.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 70.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 69.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 70.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 71.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 71,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 71,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 70,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 70.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 69.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 69.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 72.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 70.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 72.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 73.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 73.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 73.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 67.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 67.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 66.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 65.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 65.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 65,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 65.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 66.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 65.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 66.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 67.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 67.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 67.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 67.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 63.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 62.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 62.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 61.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 61.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 62.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 62.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 62.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 62.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 63.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 64,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 64.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 63.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 62.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 74.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 72.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 72,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 72.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 72.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 72.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 72.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 72.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 72.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 73.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 75.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 74.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 73.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 75.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 68.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 67.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 67.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 67.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 66.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 66.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 66.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 66.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 67.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 67.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 68.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 67.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 69.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 70.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 69,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 69.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 66.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 68,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 68.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 70.8,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 70.3,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 71.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 71.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 72.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 71.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 71.7,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 65.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 64.6,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 63.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 63.5,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 63.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 63,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 63.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 63.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 63.9,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 64.1,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 65.4,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 65.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 65.2,
   "status": "estimate"
  },
  {
   "metric": "housing.homeownership_rate",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 65.3,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 667,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 687,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 689,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 694,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 717,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 729,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 743,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 750,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 788,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 807,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 861,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 913,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 982,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 1077,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 981,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 1049,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 1120,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 1117,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 1183,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 1163,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 1208,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 1201,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 1177,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 1201,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 1259,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 1329,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 1373,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 1444,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 844,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 850,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 888,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 890,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 916,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 933,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 976,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 1020,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 1036,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 1101,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 1253,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 1450,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 1608,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 1672,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 638,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 639,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 640,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 659,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 683,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 695,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 701,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 711,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 731,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 742,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 820,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 846,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 933,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 982,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 1163,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 1174,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 1200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 1224,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 1268,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 1311,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 1375,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 1447,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 1520,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 1614,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 1750,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 1870,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 1992,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 2104,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 863,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 934,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 971,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 1020,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 1111,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 1171,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 1240,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 1289,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 1369,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 1491,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 1646,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 1771,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 1822,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 992,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 1021,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 1019,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 1040,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 1076,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 1108,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 1115,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 1125,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 1171,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 1177,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 1277,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 1360,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 1463,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 1550,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 952,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 960,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 960,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 999,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 1024,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 1049,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 1048,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 1086,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 1108,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 1116,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 1208,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 1274,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 1358,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 1530,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 1198,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 1216,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 1235,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 1307,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 1360,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 1417,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 1376,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 1499,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 1516,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 1603,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 1668,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 1843,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 1904,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 1931,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 947,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 949,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 954,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 972,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 1003,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 1046,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 1086,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 1128,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 1182,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 1238,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 1348,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 1525,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 1719,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 1812,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 819,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 833,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 837,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 850,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 882,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 909,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 933,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 958,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 1008,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 1049,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 1153,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 1269,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 1400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 1506,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 1291,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 1308,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 1379,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 1414,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 1448,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 1500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 1483,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 1573,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 1613,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 1651,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 1774,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 1813,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 1940,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 1942,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 683,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 689,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 702,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 725,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 755,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 770,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 790,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 822,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 848,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 880,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 1035,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 1138,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 1256,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 1384,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 848,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 859,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 868,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 885,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 905,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 936,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 950,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 974,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 995,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 1020,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 1106,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 1170,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 1238,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 1322,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 683,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 707,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 715,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 730,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 753,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 758,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 768,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 793,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 820,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 840,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 905,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 972,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 1044,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 1104,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 629,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 643,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 661,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 679,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 711,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 718,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 741,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 760,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 777,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 808,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 847,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 891,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 949,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 981,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 682,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 709,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 711,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 745,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 773,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 782,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 789,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 815,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 840,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 862,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 904,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 975,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 1036,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 1079,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 613,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 626,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 636,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 668,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 678,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 702,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 707,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 724,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 779,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 773,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 830,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 891,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 929,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 998,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 736,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 747,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 747,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 763,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 801,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 808,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 836,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 854,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 866,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 924,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 984,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 1020,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 1064,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 707,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 747,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 744,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 760,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 776,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 792,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 797,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 806,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 839,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 870,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 945,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 1033,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 1189,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 1210,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 1131,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 1153,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 1170,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 1210,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 1242,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 1278,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 1314,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 1337,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 1371,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 1401,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 1473,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 1550,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 1651,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 1721,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 1009,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 1034,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 1036,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 1077,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 1107,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 1164,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 1179,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 1208,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 1295,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 1360,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 1487,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 1634,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 1757,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 1848,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 730,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 739,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 748,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 768,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 788,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 803,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 818,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 835,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 861,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 888,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 969,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 1052,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 1101,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 1168,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 764,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 787,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 813,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 832,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 859,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 888,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 912,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 939,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 969,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 1016,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 1113,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 1200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 1264,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 1291,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 672,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 689,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 666,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 708,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 711,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 724,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 728,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 742,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 777,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 777,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 831,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 873,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 898,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 990,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 682,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 708,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 706,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 734,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 754,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 763,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 771,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 830,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 834,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 882,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 954,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 1019,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 1067,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 642,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 650,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 681,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 690,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 711,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 763,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 741,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 759,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 811,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 831,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 883,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 1005,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 1083,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 1177,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 669,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 673,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 692,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 714,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 742,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 750,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 769,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 801,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 830,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 859,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 912,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 983,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 1042,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 1102,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 952,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 936,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 944,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 952,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 955,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 980,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 1003,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 1051,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 1108,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 1168,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 1311,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 1461,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 1622,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 1709,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 951,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 939,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 967,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 995,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 994,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 1017,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 1026,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 1072,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 1090,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 1147,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 1263,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 1396,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 1517,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 1558,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 1114,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 1135,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 1148,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 1171,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 1202,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 1214,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 1244,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 1284,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 1336,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 1376,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 1457,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 1555,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 1667,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 1800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 699,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 729,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 753,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 772,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 777,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 783,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 804,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 813,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 830,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 847,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 906,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 955,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 1084,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 1117,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 1020,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 1058,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 1079,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 1109,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 1148,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 1173,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 1194,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 1226,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 1274,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 1309,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 1409,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 1499,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 1561,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 1634,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 731,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 745,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 756,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 778,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 803,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 827,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 839,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 861,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 931,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 1026,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 1131,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 1245,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 1338,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 583,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 626,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 644,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 690,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 728,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 775,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 776,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 785,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 808,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 804,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 839,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 863,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 916,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 980,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 685,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 692,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 709,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 735,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 746,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 759,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 772,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 797,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 813,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 870,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 949,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 1014,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 1090,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 659,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 675,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 686,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 705,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 737,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 759,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 744,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 780,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 808,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 814,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 855,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 937,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 1020,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 1044,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 816,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 840,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 862,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 887,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 924,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 943,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 1015,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 1079,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 1130,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 1185,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 1282,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 1370,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 1481,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 1597,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 763,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 786,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 798,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 828,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 848,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 868,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 881,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 893,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 927,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 951,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 1036,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 1116,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 1197,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 1252,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 868,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 875,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 878,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 918,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 934,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 938,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 948,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 941,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 998,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 1043,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 1142,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 1254,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 1365,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 1418,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 728,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 741,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 754,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 766,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 791,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 819,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 841,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 848,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 892,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 922,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 976,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 1084,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 1170,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 1272,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 591,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 612,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 651,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 637,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 647,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 675,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 706,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 722,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 734,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 769,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 830,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 866,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 921,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 999,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 697,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 715,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 730,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 748,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 770,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 785,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 806,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 833,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 861,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 904,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 981,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 1096,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 1214,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 1284,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 801,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 813,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 831,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 857,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 896,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 932,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 956,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 987,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 1046,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 1091,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 1167,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 1290,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 1413,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 1475,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 796,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 822,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 851,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 881,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 886,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 925,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 954,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 986,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 1043,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 1098,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 1208,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 1372,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 1551,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 1593,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 823,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 849,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 860,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 865,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 917,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 923,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 925,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 950,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 969,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 980,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 1115,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 1141,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 1202,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 1319,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 1019,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 1062,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 1068,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 1086,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 1116,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 1144,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 1159,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 1179,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 1215,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 1254,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 1331,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 1441,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 1567,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 1646,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 908,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 930,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 954,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 989,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 1032,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 1080,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 1135,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 1216,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 1316,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 1359,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 1484,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 1630,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 1731,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 1824,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 571,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 599,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 607,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 620,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 656,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 675,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 682,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 690,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 735,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 727,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 767,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 795,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 850,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 883,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 715,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 739,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 743,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 758,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 782,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 792,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 802,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 819,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 847,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 867,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 921,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 992,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 1071,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 1142,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 693,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 759,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 742,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 780,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 792,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 815,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 840,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 832,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 818,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 822,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 889,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 895,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 1000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 998,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 855,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 871,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 884,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 905,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 934,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 959,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 981,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 1012,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 1058,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 1097,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 1191,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 1300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 1406,
   "status": "estimate"
  },
  {
   "metric": "housing.median_gross_rent",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 1487,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 123900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 122700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 123200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 122700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 125600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 134100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 136200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 141300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 147900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 154000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 172800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 200900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 216600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 233300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 241400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 238300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 245100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 254000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 254500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 259600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 267800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 273100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 276100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 281200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 304900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 336900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 347500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 376500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 168800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 153800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 151500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 166000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 176700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 194300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 205900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 223400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 241100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 255900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 336300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 402800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 411200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 426000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 106300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 106300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 107600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 109500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 112500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 120700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 123300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 128500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 133100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 136200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 162300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 179800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 195700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 215600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 370900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 355600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 349400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 373100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 412700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 449100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 477500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 509400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 546800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 568500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 648100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 715900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 725800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 759500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 236600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 233700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 234900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 240500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 255200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 283800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 314200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 348900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 373300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 394600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 466200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 531100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 550300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 574600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 288800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 278700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 267800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 267000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 267200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 270900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 274600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 273100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 277400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 280700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 311500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 347200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 367800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 396900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 243600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 236900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 226900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 226200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 230500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 240200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 243400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 252800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 255300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 261700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 300500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 337200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 359700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 371600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 426900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 422400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 460700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 470500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 486900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 551300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 576100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 607200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 617900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 646500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 669900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 711100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 715500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 733400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 164200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 151000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 148200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 153300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 162700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 179800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 197700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 214000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 230600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 245100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 290700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 354100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 381000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 396900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 156200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 147100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 142300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 141600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 147900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 159300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 166800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 173700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 189900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 202500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 249700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 297400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 323000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 343300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 525400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 487400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 496600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 500000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 528000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 566900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 592000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 617400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 631700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 669200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 722500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 820100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 846400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 875900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 165100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 158800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 154500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 159000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 165300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 176300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 189400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 207100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 233100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 255200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 369300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 432500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 428600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 446400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 191800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 178500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 170600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 169600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 171900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 180300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 186500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 195300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 203400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 209100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 231500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 251600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 263300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 280700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 123300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 122400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 122700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 122200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 124300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 131000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 134800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 141100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 147300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 156000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 182400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 208700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 225900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 243500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 123400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 123400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 126300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 126900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 133100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 136100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 142300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 149100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 152000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 158900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 174400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 194600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 213300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 227300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 127300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 128300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 130100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 129700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 132100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 141200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 144900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 150600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 159400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 163200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 183800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 206600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 219800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 238700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 121600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 120600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 120800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 120900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 123800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 130000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 135600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 141000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 148100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 151700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 173300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 196300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 211800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 226000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 137500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 139400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 139500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 140300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 143600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 155600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 158000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 162500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 167300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 172100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 192800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 209200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 215600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 223200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 179100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 171600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 172300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 172800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 174800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 180300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 184700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 191200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 197500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 200500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 252100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 290600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 310700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 341900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 301400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 287100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 279900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 280200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 288500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 299800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 306900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 312500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 324800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 332500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 370800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 398100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 413600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 436300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 334100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 326300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 323800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 327200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 338900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 352100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 366900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 385400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 400700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 418600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 480600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 534700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 570800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 607400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 123300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 118100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 115700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 117500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 125700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 137500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 147100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 155700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 162500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 169600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 199100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 224400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 236100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 254200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 194300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 183500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 178400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 180100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 188300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 200000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 211800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 224000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 235400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 246700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 285400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 314600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 328600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 344600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 100100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 99900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 99800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 97500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 104000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 112700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 113900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 120200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 123300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 128200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 145600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 162500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 169800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 186500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 139000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 136900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 135000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 133200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 138500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 147800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 151400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 156700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 162600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 168000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 198300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 221200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 233600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 254400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 181200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 184100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 184800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 190100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 196800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 209500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 217200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 231300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 249200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 253600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 322800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 366400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 392300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 425400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 127600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 127400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 128300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 132700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 133800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 141600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 148100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 155800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 161800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 172700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 204900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 232400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 245200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 263100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 174800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 158000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 150700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 165300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 192100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 221400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 239500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 258200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 292200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 317800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 373000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 434700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 441100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 455500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 243000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 237500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 236000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 233300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 236400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 244500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 251100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 263600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 270000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 281400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 345200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 384700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 415400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 458800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 339200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 324900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 311600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 307700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 313200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 322600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 328200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 334900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 344000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 348800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 389800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 428900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 461000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 496000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 161200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 159000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 157500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 159200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 158400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 164100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 167500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 171300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 174700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 180900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 214000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 243100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 256300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 279900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 296500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 285300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 280900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 277600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 279100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 293500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 302400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 314500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 325500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 338700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 368800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 400400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 420200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 449800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 154200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 153700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 150100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 154300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 155000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 160100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 165400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 171200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 180600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 193200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 236900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 280600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 308600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 333000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 123000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 128600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 142500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 155400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 161800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 180900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 184100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 194700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 198700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 205400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 224400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 243100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 246700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 266100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 134400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 129600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 127600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 127000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 129100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 136400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 140100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 144200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 151100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 157200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 180200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 204100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 220200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 239800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 111400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 112600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 114300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 116500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 119800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 126800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 132200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 137400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 140000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 147000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 168500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 191700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 208600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 222100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 244500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 232900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 223900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 229700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 239800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 264100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 287100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 319200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 341800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 354600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 422700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 475600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 484800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 497500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 165500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 164800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 163800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 164200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 165400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 170600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 174100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 181200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 186000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 192600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 222300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 245500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 259900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 277600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 254500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 245500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 234600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 232300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 236000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 241000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 247700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 257800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 273800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 283000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 348100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 383900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 411800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 455700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 138100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 136000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 135500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 139200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 140000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 148600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 153900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 161800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 170800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 179800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 213500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 254600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 272900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 299500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 129700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 131400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 134300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 138400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 142300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 152800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 160700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 167600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 171500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 185000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 219900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 245000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 268200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 289600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 139000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 138300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 137800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 140300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 142900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 150600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 157700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 167500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 177500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 191900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 235200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 284800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 307300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 332600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 128100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 127700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 129200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 132000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 139600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 152000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 161500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 172200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 186000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 200400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 237400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 275400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 296900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 313200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 217200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 207500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 199700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 211400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 223200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 234600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 250300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 275100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 303300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 330300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 421700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 499500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 517700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 545200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 216800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 213700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 216900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 218300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 214600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 223700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 223700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 226300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 233100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 233200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 271500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 304700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 332000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 352800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 249100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 243100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 237800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 239300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 247800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 257800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 264000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 273400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 281700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 288800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 330600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 365700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 382900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 403500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 271800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 256300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 243000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 250800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 266200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 284000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 306400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 339000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 373100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 387600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 485700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 569500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 576000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 602200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 95100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 99300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 100400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 103200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 103900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 112100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 117900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 119800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 121300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 124600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 143200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 155100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 163700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 170800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 169400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 166700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 165200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 163000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 164700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 168300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 173200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 178900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 188500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 197200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 230700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 252800,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 272500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 294700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 180100,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 179900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 187400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 195500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 201000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 212500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 209500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 214300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 230500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 235200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 266400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 292300,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 298700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 339500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 179900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 173600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 171900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 173900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 181200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 194500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 205000,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 217600,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 229700,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 240500,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 281400,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 320900,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 340200,
   "status": "estimate"
  },
  {
   "metric": "housing.median_home_value",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 360600,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 54,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 53.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 49.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 50,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 51.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 49.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 49.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 47.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 47.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 47.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 50,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 49.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 49.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 48.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 47.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 44.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 47.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 43.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 51.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 47.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 41.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 45.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 43.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 44.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 49.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 43.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 45.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 41.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 53.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 51.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 51.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 49.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 49.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 48.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 47.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 48.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 47.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 46.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 51.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 52.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 54,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 52.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 49.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 52.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 48.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 47.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 47.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 44.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 44.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 45.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 43.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 45.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 45.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 46.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 45.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 57.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 57.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 57.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 57.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 56.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 55.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 55.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 55.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 54.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 53.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 55.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 56,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 56.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 55.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 52.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 51.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 51,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 51.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 50.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 50.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 52.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 51.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 51.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 49.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 53.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 53.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 53.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 52.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 53.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 55.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 53,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 52.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 53.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 52.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 51.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 51.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 52.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 49.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 52.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 53.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 52.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 54.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 55.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 52.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 48.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 51.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 49.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 48.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 49.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 48.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 52.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 49.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 50.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 48.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 51.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 50.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 50.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 49.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 48.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 49.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 48.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 48.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 48.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 47.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 46.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 42.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 48,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 47.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 44.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 47.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 60.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 60.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 58.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 57.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 57.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 57,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 56.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 56.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 56.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 55.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 58.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 60.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 61.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 62.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 54.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 54.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 53.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 52.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 52.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 49.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 48.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 48,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 49.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 48.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 51.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 51.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 53.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 53.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 56.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 58.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 55.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 55.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 57.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 56.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 55.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 56.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 52.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 53.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 58,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 57.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 56.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 55,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 50.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 51.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 49.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 47.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 46.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 47.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 45.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 45.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 46,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 45.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 46.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 47.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 49.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 48.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 52.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 53.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 50.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 49.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 50.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 49.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 48.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 48.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 47.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 45.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 48.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 49.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 46.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 48.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 51.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 51.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 49.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 49.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 49.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 47.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 46.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 45.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 46.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 45.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 46.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 48.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 45.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 47.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 44.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 43.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 43.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 43.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 44.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 42.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 42.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 41.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 45,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 45.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 44,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 43.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 45.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 46.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 44.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 45.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 45.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 42.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 43.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 44,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 45.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 42.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 42.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 46.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 43.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 43.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 49.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 51.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 48.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 46.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 49.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 45.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 45.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 43.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 44.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 43.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 45.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 47.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 47.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 45.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 53.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 55.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 52.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 52.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 53.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 54.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 54.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 55.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 55.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 52.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 55.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 55.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 56.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 54.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 49.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 53.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 51.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 52.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 50.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 49.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 46.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 44.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 48.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 43.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 47.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 47.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 49.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 50.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 51.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 53.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 50.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 51.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 51.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 50.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 50,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 49.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 49.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 52.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 52,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 53.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 51.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 50.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 51.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 49.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 50.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 50.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 51.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 49.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 49.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 49.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 48.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 51.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 53.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 53,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 52.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 55.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 55.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 54.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 52.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 52.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 50,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 49.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 48.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 48.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 47.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 50.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 50.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 51.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 51.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 50.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 50.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 48.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 47.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 48.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 46.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 45.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 46,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 46.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 44,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 48.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 49.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 48.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 47.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 55.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 55.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 54.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 51.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 51.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 52.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 48.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 48,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 50,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 48.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 52.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 50.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 50.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 50.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 50.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 49.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 50.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 48.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 45.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 43.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 44.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 45.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 44.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 45.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 46,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 45.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 45.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 45.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 46.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 47.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 47.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 45.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 45.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 43.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 44.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 44.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 44.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 42.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 44.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 46.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 42.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 44.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 43.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 42.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 44.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 41.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 43,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 44.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 40,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 41.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 41.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 46,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 46.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 44,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 46.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 53.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 52.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 51.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 49.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 49.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 49.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 49.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 47.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 51,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 51.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 55.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 57.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 57.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 57.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 50.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 50.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 47.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 49.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 46.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 44.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 46.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 47.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 46.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 45,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 48.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 51.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 49.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 54.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 54.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 54.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 53.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 52.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 53.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 51.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 51.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 51,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 49,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 51.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 52.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 51.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 52.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 48.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 53.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 51.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 51.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 51.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 50.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 47.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 49,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 49.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 46.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 49,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 53.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 49.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 48.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 53.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 54.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 53.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 53.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 54.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 53.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 52.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 52.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 52,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 50.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 53.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 52.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 51.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 51.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 52.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 53.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 49.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 50,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 50.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 49.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 46.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 46.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 47.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 46.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 48.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 48.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 51.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 40.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 42.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 35.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 42.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 39.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 41.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 40.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 37,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 36.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 51.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 51.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 49.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 48.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 48.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 46.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 45.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 44.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 44.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 43.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 44.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 46.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 47.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 47.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 47.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 48.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 47.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 45.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 44.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 44.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 44.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 45.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 43.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 44.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 46.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 47.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 47.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 46.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 54.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 55.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 53.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 53.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 55.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 51.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 51.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 51.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 49.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 48.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 51.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 53.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 53.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 52.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 50.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 51.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 49.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 50.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 50.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 49.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 46.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 47.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 48,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 46.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 47.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 48.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 49.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 49.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 51.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 50.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 50.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 52.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 53.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 48.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 48.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 45.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 47.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 48.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 47.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 48.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 51.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 53.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 54.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 52.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 51.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 51.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 49.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 48.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 50.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 48.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 47.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 50.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 52.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 52.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 52.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 41.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 39.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 40.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 39.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 40.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 40.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 40.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 41,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 41.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 41.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 52.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 52.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 51,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 50.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 50.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 48.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 47.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 45.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 48.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 46.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 48.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 48.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 49.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 50.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 50.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 49.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 48.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 47.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 47.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 47.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 48,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 48.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 48,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 50.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 53,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 53,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 52.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 48.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 51.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 49.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 46.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 46.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 44.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 45,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 44.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 44.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 44,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 48.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 47.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 47,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 48.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 54.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 53.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 50.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 53.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 51.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 50.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 50.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 50.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 46.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 54.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 49.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 50.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 47.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 48.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 50.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 50.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 50.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 49.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 50.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 49.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 49.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 46.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 48.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 46,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 49.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 49.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 49.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 51.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 50.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 50.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 51,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 50,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 48,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 47.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 47.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 47.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 47.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 49,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 51.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 50.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 50.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 49.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 48.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 47.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 46.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 47.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 48.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 48.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 49.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 45.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 49.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 50.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 46.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 47,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 49.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 48.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 48.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 47.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 47.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 45.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 44.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 43.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 43.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 42.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 43.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 45.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 44.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 44.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 40,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 36.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 43.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 41.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 40.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 40.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 41.3,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 42.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 41.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 44.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 47.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 44.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 41.2,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 42.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 53,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 53.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 52,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 51.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 51.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 50.6,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 49.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 49.5,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 49.7,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 48.4,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 51.1,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 51.9,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 51.8,
   "status": "estimate"
  },
  {
   "metric": "housing.rent_burden_share",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 51.8,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 2174428,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 2182199,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 2189567,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 2190027,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 2208030,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 2218391,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 2230180,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 2258669,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 2274711,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 2284922,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 2313616,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 2339582,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 2360120,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 2381771,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 307065,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 311182,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 307628,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 307417,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 308571,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 309453,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 310672,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 316968,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 318352,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 319867,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 327889,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 329160,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 329681,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 329757,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 2846738,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 2864360,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 2871486,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 2892359,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 2909336,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 2929173,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 2961136,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 2999185,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 3035902,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 3076048,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 3138685,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 3186554,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 3239474,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 3299178,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 1317818,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 1324471,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 1328225,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 1329777,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 1341081,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 1347598,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 1354801,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 1370109,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 1380521,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 1389159,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 1380768,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 1395735,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 1409104,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 1421029,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 13682976,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 13721187,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 13708197,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 13791262,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 13901594,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 13988399,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 14061375,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 14177270,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 14277867,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 14367012,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 14512149,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 14627041,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 14762527,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 14877017,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 2214262,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 2224661,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 2230536,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 2247291,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 2276280,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 2309122,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 2339140,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 2385495,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 2424128,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 2464109,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 2540783,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 2590205,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 2638093,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 2662111,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 1488215,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 1494042,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 1488002,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 1488072,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 1493632,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 1496056,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 1499145,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 1517495,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 1521123,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 1524959,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 1536327,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 1540292,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 1546010,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 1554057,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 406489,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 409779,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 410308,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 412015,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 417413,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 421734,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 426154,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 432853,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 438659,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 443764,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 457978,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 465804,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 471472,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 476415,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 296836,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 298908,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 300247,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 302975,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 306184,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 309596,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 313703,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 314843,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 319579,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 322814,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 357482,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 360862,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 367125,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 368700,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 8994091,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 9027271,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 9031530,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 9047973,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 9144650,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 9210287,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 9302140,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 9441585,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 9547762,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 9674053,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 10054509,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 10257553,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 10451823,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 10629845,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 4091482,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 4103118,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 4107554,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 4110162,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 4151387,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 4182228,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 4219103,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 4282254,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 4326266,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 4378350,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 4475242,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 4539156,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 4610506,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 4668796,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 519992,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 522314,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 524387,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 526305,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 530118,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 532413,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 537170,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 542955,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 546261,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 550328,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 564878,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 568058,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 572042,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 572824,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 668634,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 674394,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 673048,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 676192,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 685098,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 692482,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 700829,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 721818,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 735703,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 751113,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 775330,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 796968,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 815304,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 832052,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 5297077,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 5296209,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 5290149,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 5289653,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 5307508,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 5317618,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 5327165,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 5359416,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 5376176,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 5388210,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 5440294,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 5452461,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 5470727,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 5482133,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 2797172,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 2800799,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 2808430,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 2809640,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 2829630,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 2841450,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 2854595,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 2885342,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 2903576,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 2921115,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 2950121,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 2977176,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 3002580,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 3026101,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 1337563,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 1340588,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 1345711,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 1349607,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 1362034,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 1369379,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 1380087,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 1397739,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 1409568,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 1418600,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 1426039,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 1438456,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 1448736,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 1458471,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 1234037,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 1237738,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 1238703,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 1239755,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 1248861,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 1253889,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 1259870,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 1273776,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 1280553,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 1288430,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 1284353,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 1292571,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 1299931,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 1310001,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 1928617,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 1932731,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 1937321,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 1936634,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 1950504,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 1957133,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 1965577,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 1984235,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 1995187,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 2006335,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 2008227,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 2023679,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 2036559,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 2051004,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 1967947,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 1978974,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 1987059,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 1990967,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 2011037,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 2024737,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 2037067,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 2061582,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 2076136,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 2089824,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 2093387,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 2113178,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 2124930,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 2138882,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 722217,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 725650,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 724187,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 723140,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 727693,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 729392,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 730786,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 742644,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 746592,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 750964,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 744620,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 751697,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 757424,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 764713,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 2380605,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 2391508,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 2395635,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 2404177,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 2422317,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 2434465,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 2447211,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 2449123,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 2458779,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 2470307,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 2546364,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 2559057,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 2572382,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 2588337,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 2808727,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 2819028,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 2810394,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 2813641,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 2828592,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 2845805,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 2858087,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 2894590,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 2915043,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 2928818,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 3017772,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 3036303,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 3045867,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 3057853,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 4531231,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 4525654,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 4525081,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 4525266,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 4540088,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 4550324,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 4560164,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 4595274,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 4614552,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 4629605,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 4590384,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 4605363,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 4642957,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 4669109,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 2348242,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 2354075,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 2361074,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 2368754,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 2385261,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 2397081,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 2409701,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 2437726,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 2455637,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 2477515,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 2517173,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 2547867,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 2574932,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 2597229,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 1276441,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 1281760,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 1283897,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 1283192,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 1294738,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 1300932,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 1307492,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 1323754,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 1332631,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 1339047,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 1332041,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 1342764,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 1350552,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 1359223,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 2714017,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 2723449,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 2720087,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 2719109,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 2735803,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 2746644,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 2760226,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 2792445,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 2806296,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 2819334,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 2807632,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 2826295,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 2844440,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 2858527,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 483006,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 489183,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 486161,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 485767,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 491515,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 494222,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 497749,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 510408,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 515161,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 519938,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 521916,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 529167,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 535481,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 539622,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 797677,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 801182,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 804274,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 806888,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 814957,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 820925,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 827191,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 837540,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 845011,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 851167,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 854298,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 863831,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 873525,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 880521,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 1175070,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 1183917,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 1182842,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 1186936,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 1198969,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 1209864,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 1221759,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 1249733,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 1268717,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 1285681,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 1305534,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 1328788,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 1348248,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 1365893,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 614996,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 617702,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 617005,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 616496,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 619865,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 622604,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 625337,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 634689,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 638112,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 642298,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 643979,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 648571,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 653070,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 657198,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 3554909,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 3562720,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 3574763,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 3578260,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 3591847,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 3593722,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 3604688,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 3615891,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 3628198,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 3641854,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 3779591,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 3785097,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 3803652,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 3816432,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 902242,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 908168,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 906838,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 905134,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 912910,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 914979,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 917641,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 937976,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 943232,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 948470,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 948042,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 956743,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 965373,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 973944,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 8108211,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 8119804,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 8123585,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 8126399,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 8191528,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 8207161,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 8232039,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 8327621,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 8363847,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 8404205,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 8530561,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 8585784,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 8631232,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 8676911,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 4333479,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 4362956,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 4375400,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 4394515,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 4452464,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 4491090,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 4540697,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 4622656,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 4684962,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 4748148,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 4801698,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 4892627,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 4979177,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 5073509,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 318099,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 320888,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 329249,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 339293,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 350534,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 362889,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 368545,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 374591,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 377661,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 379974,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 374435,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 377722,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 378124,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 380994,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 5128113,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 5133528,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 5128846,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 5124126,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 5147282,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 5156546,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 5164400,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 5201701,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 5217617,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 5232943,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 5269498,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 5293227,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 5317134,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 5336168,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 1666205,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 1674724,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 1677646,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 1682358,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 1699556,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 1711515,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 1721072,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 1734074,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 1743073,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 1749520,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 1762113,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 1776732,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 1788886,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 1800427,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 1676476,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 1684244,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 1682531,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 1684107,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 1700611,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 1718509,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 1732887,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 1768582,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 1788743,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 1808482,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 1837009,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 1859349,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 1879510,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 1896851,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 5568820,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 5579394,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 5572765,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 5565354,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 5590712,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 5603051,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 5611995,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 5694402,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 5713136,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 5732580,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 5770472,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 5815191,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 5839797,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 5861320,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 463416,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 464741,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 462618,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 461658,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 462630,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 462555,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 462598,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 468266,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 469153,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 470177,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 484925,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 486017,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 487127,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 488011,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 2140337,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 2157063,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 2156768,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 2158784,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 2188258,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 2210150,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 2236262,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 2284820,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 2318291,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 2351364,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 2395957,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 2446680,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 2490327,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 2531310,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 364031,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 366521,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 368247,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 370207,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 376347,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 380307,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 383827,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 392650,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 397506,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 401749,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 400688,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 408009,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 417187,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 423705,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 2815087,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 2829125,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 2834808,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 2840998,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 2869419,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 2892407,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 2919698,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 2958799,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 2992412,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 3028437,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 3087992,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 3144583,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 3195170,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 3243954,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 9996209,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 10099242,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 10154835,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 10256203,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 10426760,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 10588236,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 10754268,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 10933375,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 11101498,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 11283892,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 11867820,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 12135376,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 12394809,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 12616736,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 981821,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 993125,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 996777,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 1006164,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 1022593,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 1038065,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 1054242,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 1084685,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 1108739,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 1133543,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 1190154,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 1228707,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 1258529,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 1283206,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 322698,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 324385,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 324052,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 323936,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 325774,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 326874,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 329539,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 335248,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 337133,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 339412,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 336747,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 338998,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 341357,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 343166,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 3368674,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 3387801,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 3398389,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 3412577,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 3446585,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 3468952,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 3491185,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 3512917,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 3538985,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 3562258,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 3652329,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 3685233,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 3717625,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 3746211,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 2888594,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 2907605,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 2914775,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 2928300,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 2963293,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 2991584,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 3025802,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 3103263,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 3148084,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 3195098,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 3257140,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 3313479,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 3361561,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 3400980,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 882213,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 881821,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 882800,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 879424,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 884574,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 885539,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 886710,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 892240,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 893742,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 894983,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 858462,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 861686,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 863756,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 866433,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 2625477,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 2634806,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 2632625,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 2633420,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 2648342,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 2656669,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 2668443,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 2695303,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 2710718,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 2725153,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 2748274,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 2770355,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 2787388,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 2820538,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 262286,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 265554,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 265207,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 265471,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 268205,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 269469,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 270625,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 276733,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 278615,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 280281,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 274373,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 277106,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 280119,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 281789,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 131791065,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 132316248,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 132452249,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 132808137,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 133962970,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 134793665,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 135702775,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 137407308,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 138539906,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 139686209,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 142148050,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 143772895,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 145333462,
   "status": "estimate"
  },
  {
   "metric": "housing.units",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 146740964,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 20.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 7.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 7.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 7.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 6.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 6.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 6.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 20.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 20.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 19.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 7.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 7.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 6.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 8.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 7.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 23.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 24.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 25.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 27.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 27.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 20.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 19.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 19.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 7.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 9.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 6.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 6.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 8.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 7.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 7.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 7.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 7.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 7.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 6.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 9.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 10.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 9.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 8.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 9.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 7.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 7.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 20.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 21,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 18.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 8.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 7.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 9.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 8.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 8.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 7.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 7.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 6.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 10.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "housing.vacancy_rate",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 38.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 39.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 33.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 33.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 33.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 33.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 33.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 33.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 33.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 34.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 34.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 35,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 35.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 35.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 36.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 35.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 36.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 36.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 37.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 38.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 37.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 37.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 35.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 35.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 35.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 35.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 36,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 36.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 36.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 36.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 37,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 37.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 38.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 36,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 36.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 36.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 36.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 36.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 37.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 37.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 40,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 40.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 40.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 40.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 40.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 40.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 40.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 40.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 41.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 41.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 41.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 40.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 41.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 41.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 39.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 40.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 40.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 41.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 41.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 41.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 41.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 42,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 42.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 33.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 33.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 33.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 33.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 33.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 33.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 33.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 34,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 33.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 34.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 34.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 34.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 34.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 34.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 40.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 41.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 41.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 41.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 41.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 41.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 42.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 42,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 42.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 42.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 42.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 42.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 42.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 42.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 35.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 35.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 35.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 35.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 36.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 36.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 36.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 37.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 37.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 40.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 40.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 41.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 41.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 34.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 35,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 35.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 35.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 35.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 35.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 36.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 36.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 37.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 36.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 37,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 37.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 38.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 36.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 37.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 37.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 37.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 37.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 37.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 36,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 36,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 36.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 36.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 37.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 37.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 37.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 37.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 38.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 35.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 35.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 36,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 36,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 36.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 36.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 36.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 37.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 42.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 43.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 43.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 44,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 44.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 44.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 44.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 44.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 45.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 45.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 44.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 45.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 44.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 44.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 39.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 39.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 39.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 39.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 39.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 40.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 40.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 40.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 39.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 39.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 39.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 39.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 39.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 40.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 40.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 40.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 40.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 37.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 37.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 38.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 36.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 36.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 36.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 36.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 37,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 37.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 38.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 38.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 38.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 40.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 39.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 40.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 39.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 40.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 40,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 40.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 40.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 40.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 40.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 40.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 41.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 36.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 36.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 36.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 37.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 37.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 37.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 37.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 36.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 37.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 37.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 38.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 41.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 41.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 41.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 42.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 42.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 42.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 42.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 43.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 43.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 43,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 43.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 43.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 43.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 43.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 39.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 40,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 40.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 40.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 40.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 40.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 40.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 36.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 36.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 36.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 37.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 37.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 38.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 39.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 39.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 38.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 39.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 40,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 40.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 40.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 37.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 38.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 37.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 36.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 35.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 35.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 34.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 35,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 35.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 35.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 35.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 35.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 36.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 39.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 39.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 39.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 36.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 36.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 36.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 36.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 36.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 37,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 37.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 37.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 37.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 37.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 39.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 40.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 40.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 40.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 40.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 40.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 40.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 40.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 40.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 40.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 40.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 40.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 40.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 40.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 40.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 40.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 40.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 41.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 41.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 39.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 39.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 39.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 39.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 40.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 40,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 40.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 40.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 40.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 40.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 41,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 38.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 39.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 39.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 40.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 40.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 40.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 40.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 37.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 37.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 36.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 36.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 36.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 36.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 36.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 37.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 37.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 38,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 38.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 38.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 38.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 38.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 33.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 33.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 33.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 34,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 34.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 34.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 34.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 34.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 34.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 35.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 35.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 35.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 35.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 35.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 29.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 29.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 29.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 30.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 30.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 30.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 30.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 31,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 31,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 31.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 31.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 32.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 32.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 32.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 41.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 42,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 42.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 42.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 42.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 43.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 43.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 42.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 43.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 42.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 42.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 43.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 43.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 43.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 37.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 37.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 38.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 37.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 37.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 37.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 38.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 38.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 41.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 41.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 41.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 41.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 41.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 42.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 42.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 42.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 42.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 42.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 42.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 42.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 42.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 42.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 38.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 39.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 39.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 39.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 39.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 40.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 40.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 40.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 40.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 36.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 36.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 36.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 36.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 36.6,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 36.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 37.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 39.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 39.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 40.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 37.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 37.3,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 37.4,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 37.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 37.7,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 37.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 37.9,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 38.1,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 38.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 38.5,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 38.8,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 39,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.median_age",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 39.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 7.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 8.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 8.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 8.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 9.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 10.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 19.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 19.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 11.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 19.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 19.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 11.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 19.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 20.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 20.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 21.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 10.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 11,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 20.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 21.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 12.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 18.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 19.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 18.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 19.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 18.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 18.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 19.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 19.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 20.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 12.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 18.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 19.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 19.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 18.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 18.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 15.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 16.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 19.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 19.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 20.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 19.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 15.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 19.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 14.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 16.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 13.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 14.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 10.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 10.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 11.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 11.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 11.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 12,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 12.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 14,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 9.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 9.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 9.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 10,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 10.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 10.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 10.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 11.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 11.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 11.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 11.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 15.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 16.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 12.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 12.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 13.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 14.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 14.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 15.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 16.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 17.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 12.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 12.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 13.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 13.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 15.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 15.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 15.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 16.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 16.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 17.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 19.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 20.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 13.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 14.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 14.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 17,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 18.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 12.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 12.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 13,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 13.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 15,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 16.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 13.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 13.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 13.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 14.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 14.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 14.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 15.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 15.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 16,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 16.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_65_plus",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2010",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2011",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2012",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2013",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2014",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2015",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2016",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2017",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2018",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2019",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2021",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2022",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2023",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "01",
   "period": "2024",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2010",
   "periodType": "year",
   "value": 26.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2011",
   "periodType": "year",
   "value": 26,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2012",
   "periodType": "year",
   "value": 25.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2013",
   "periodType": "year",
   "value": 25.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2014",
   "periodType": "year",
   "value": 25.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2015",
   "periodType": "year",
   "value": 25.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2016",
   "periodType": "year",
   "value": 25.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2017",
   "periodType": "year",
   "value": 25,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2018",
   "periodType": "year",
   "value": 24.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2019",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2021",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2022",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2023",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "02",
   "period": "2024",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2010",
   "periodType": "year",
   "value": 25.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2011",
   "periodType": "year",
   "value": 25.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2012",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2013",
   "periodType": "year",
   "value": 24.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2014",
   "periodType": "year",
   "value": 24.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2015",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2016",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2017",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2018",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2019",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2021",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2022",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2023",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "04",
   "period": "2024",
   "periodType": "year",
   "value": 20.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2010",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2011",
   "periodType": "year",
   "value": 24.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2012",
   "periodType": "year",
   "value": 24.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2013",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2014",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2015",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2016",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2017",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2018",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2019",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2021",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2022",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2023",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "05",
   "period": "2024",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2010",
   "periodType": "year",
   "value": 24.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2011",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2012",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2013",
   "periodType": "year",
   "value": 23.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2014",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2015",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2016",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2017",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2018",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2019",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2021",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2022",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2023",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "06",
   "period": "2024",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2010",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2011",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2012",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2013",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2014",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2015",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2016",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2017",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2018",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2019",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2021",
   "periodType": "year",
   "value": 21.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2022",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2023",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "08",
   "period": "2024",
   "periodType": "year",
   "value": 20.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2010",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2011",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2012",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2013",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2014",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2015",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2016",
   "periodType": "year",
   "value": 21,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2017",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2018",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2019",
   "periodType": "year",
   "value": 20.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2021",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2022",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2023",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "09",
   "period": "2024",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2010",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2011",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2012",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2013",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2014",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2015",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2016",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2017",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2018",
   "periodType": "year",
   "value": 21,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2019",
   "periodType": "year",
   "value": 20.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2021",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2022",
   "periodType": "year",
   "value": 20.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2023",
   "periodType": "year",
   "value": 20.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "10",
   "period": "2024",
   "periodType": "year",
   "value": 20.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2010",
   "periodType": "year",
   "value": 16.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2011",
   "periodType": "year",
   "value": 17.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2012",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2013",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2014",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2015",
   "periodType": "year",
   "value": 17.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2016",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2017",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2018",
   "periodType": "year",
   "value": 18.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2019",
   "periodType": "year",
   "value": 18.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2021",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2022",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2023",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "11",
   "period": "2024",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2010",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2011",
   "periodType": "year",
   "value": 21,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2012",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2013",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2014",
   "periodType": "year",
   "value": 20.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2015",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2016",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2017",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2018",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2019",
   "periodType": "year",
   "value": 19.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2021",
   "periodType": "year",
   "value": 19.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2022",
   "periodType": "year",
   "value": 19.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2023",
   "periodType": "year",
   "value": 19.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "12",
   "period": "2024",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2010",
   "periodType": "year",
   "value": 25.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2011",
   "periodType": "year",
   "value": 25.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2012",
   "periodType": "year",
   "value": 25.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2013",
   "periodType": "year",
   "value": 24.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2014",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2015",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2016",
   "periodType": "year",
   "value": 24.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2017",
   "periodType": "year",
   "value": 24.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2018",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2019",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2021",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2022",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2023",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "13",
   "period": "2024",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2010",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2011",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2012",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2013",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2014",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2015",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2016",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2017",
   "periodType": "year",
   "value": 21.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2018",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2019",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2021",
   "periodType": "year",
   "value": 21.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2022",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2023",
   "periodType": "year",
   "value": 20.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "15",
   "period": "2024",
   "periodType": "year",
   "value": 20.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2010",
   "periodType": "year",
   "value": 27.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2011",
   "periodType": "year",
   "value": 27,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2012",
   "periodType": "year",
   "value": 26.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2013",
   "periodType": "year",
   "value": 26.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2014",
   "periodType": "year",
   "value": 26.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2015",
   "periodType": "year",
   "value": 26.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2016",
   "periodType": "year",
   "value": 25.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2017",
   "periodType": "year",
   "value": 25.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2018",
   "periodType": "year",
   "value": 25.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2019",
   "periodType": "year",
   "value": 25.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2021",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2022",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2023",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "16",
   "period": "2024",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2010",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2011",
   "periodType": "year",
   "value": 24.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2012",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2013",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2014",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2015",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2016",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2017",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2018",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2019",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2021",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2022",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2023",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "17",
   "period": "2024",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2010",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2011",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2012",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2013",
   "periodType": "year",
   "value": 24.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2014",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2015",
   "periodType": "year",
   "value": 23.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2016",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2017",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2018",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2019",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2021",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2022",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2023",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "18",
   "period": "2024",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2010",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2011",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2012",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2013",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2014",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2015",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2016",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2017",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2018",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2019",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2021",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2022",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2023",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "19",
   "period": "2024",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2010",
   "periodType": "year",
   "value": 25.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2011",
   "periodType": "year",
   "value": 25.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2012",
   "periodType": "year",
   "value": 25,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2013",
   "periodType": "year",
   "value": 24.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2014",
   "periodType": "year",
   "value": 24.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2015",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2016",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2017",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2018",
   "periodType": "year",
   "value": 24.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2019",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2021",
   "periodType": "year",
   "value": 23.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2022",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2023",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "20",
   "period": "2024",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2010",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2011",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2012",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2013",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2014",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2015",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2016",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2017",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2018",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2019",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2021",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2022",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2023",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "21",
   "period": "2024",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2010",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2011",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2012",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2013",
   "periodType": "year",
   "value": 24.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2014",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2015",
   "periodType": "year",
   "value": 23.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2016",
   "periodType": "year",
   "value": 23.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2017",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2018",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2019",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2021",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2022",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2023",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "22",
   "period": "2024",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2010",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2011",
   "periodType": "year",
   "value": 20.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2012",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2013",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2014",
   "periodType": "year",
   "value": 19.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2015",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2016",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2017",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2018",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2019",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2021",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2022",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2023",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "23",
   "period": "2024",
   "periodType": "year",
   "value": 17.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2010",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2011",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2012",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2013",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2014",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2015",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2016",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2017",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2018",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2019",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2021",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2022",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2023",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "24",
   "period": "2024",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2010",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2011",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2012",
   "periodType": "year",
   "value": 21.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2013",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2014",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2015",
   "periodType": "year",
   "value": 20.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2016",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2017",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2018",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2019",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2021",
   "periodType": "year",
   "value": 19.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2022",
   "periodType": "year",
   "value": 19.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2023",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "25",
   "period": "2024",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2010",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2011",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2012",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2013",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2014",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2015",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2016",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2017",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2018",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2019",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2021",
   "periodType": "year",
   "value": 21.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2022",
   "periodType": "year",
   "value": 21,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2023",
   "periodType": "year",
   "value": 21,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "26",
   "period": "2024",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2010",
   "periodType": "year",
   "value": 24.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2011",
   "periodType": "year",
   "value": 23.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2012",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2013",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2014",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2015",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2016",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2017",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2018",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2019",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2021",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2022",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2023",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "27",
   "period": "2024",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2010",
   "periodType": "year",
   "value": 25.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2011",
   "periodType": "year",
   "value": 25.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2012",
   "periodType": "year",
   "value": 25,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2013",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2014",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2015",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2016",
   "periodType": "year",
   "value": 24.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2017",
   "periodType": "year",
   "value": 23.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2018",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2019",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2021",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2022",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2023",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "28",
   "period": "2024",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2010",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2011",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2012",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2013",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2014",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2015",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2016",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2017",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2018",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2019",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2021",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2022",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2023",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "29",
   "period": "2024",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2010",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2011",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2012",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2013",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2014",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2015",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2016",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2017",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2018",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2019",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2021",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2022",
   "periodType": "year",
   "value": 20.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2023",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "30",
   "period": "2024",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2010",
   "periodType": "year",
   "value": 25.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2011",
   "periodType": "year",
   "value": 25,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2012",
   "periodType": "year",
   "value": 24.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2013",
   "periodType": "year",
   "value": 24.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2014",
   "periodType": "year",
   "value": 24.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2015",
   "periodType": "year",
   "value": 24.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2016",
   "periodType": "year",
   "value": 24.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2017",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2018",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2019",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2021",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2022",
   "periodType": "year",
   "value": 24.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2023",
   "periodType": "year",
   "value": 24.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "31",
   "period": "2024",
   "periodType": "year",
   "value": 23.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2010",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2011",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2012",
   "periodType": "year",
   "value": 24.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2013",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2014",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2015",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2016",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2017",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2018",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2019",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2021",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2022",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2023",
   "periodType": "year",
   "value": 21.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "32",
   "period": "2024",
   "periodType": "year",
   "value": 21,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2010",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2011",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2012",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2013",
   "periodType": "year",
   "value": 20.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2014",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2015",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2016",
   "periodType": "year",
   "value": 19.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2017",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2018",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2019",
   "periodType": "year",
   "value": 18.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2021",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2022",
   "periodType": "year",
   "value": 18,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2023",
   "periodType": "year",
   "value": 17.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "33",
   "period": "2024",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2010",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2011",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2012",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2013",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2014",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2015",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2016",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2017",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2018",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2019",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2021",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2022",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2023",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "34",
   "period": "2024",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2010",
   "periodType": "year",
   "value": 25.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2011",
   "periodType": "year",
   "value": 24.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2012",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2013",
   "periodType": "year",
   "value": 24.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2014",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2015",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2016",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2017",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2018",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2019",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2021",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2022",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2023",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "35",
   "period": "2024",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2010",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2011",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2012",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2013",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2014",
   "periodType": "year",
   "value": 21.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2015",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2016",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2017",
   "periodType": "year",
   "value": 20.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2018",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2019",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2021",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2022",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2023",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "36",
   "period": "2024",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2010",
   "periodType": "year",
   "value": 23.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2011",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2012",
   "periodType": "year",
   "value": 23.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2013",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2014",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2015",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2016",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2017",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2018",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2019",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2021",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2022",
   "periodType": "year",
   "value": 21.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2023",
   "periodType": "year",
   "value": 21.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "37",
   "period": "2024",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2010",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2011",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2012",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2013",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2014",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2015",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2016",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2017",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2018",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2019",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2021",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2022",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2023",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "38",
   "period": "2024",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2010",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2011",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2012",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2013",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2014",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2015",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2016",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2017",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2018",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2019",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2021",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2022",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2023",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "39",
   "period": "2024",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2010",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2011",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2012",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2013",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2014",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2015",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2016",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2017",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2018",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2019",
   "periodType": "year",
   "value": 24.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2021",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2022",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2023",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "40",
   "period": "2024",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2010",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2011",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2012",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2013",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2014",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2015",
   "periodType": "year",
   "value": 21.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2016",
   "periodType": "year",
   "value": 21.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2017",
   "periodType": "year",
   "value": 21.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2018",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2019",
   "periodType": "year",
   "value": 20.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2021",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2022",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2023",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "41",
   "period": "2024",
   "periodType": "year",
   "value": 19.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2010",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2011",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2012",
   "periodType": "year",
   "value": 21.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2013",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2014",
   "periodType": "year",
   "value": 21.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2015",
   "periodType": "year",
   "value": 21,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2016",
   "periodType": "year",
   "value": 20.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2017",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2018",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2019",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2021",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2022",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2023",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "42",
   "period": "2024",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2010",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2011",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2012",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2013",
   "periodType": "year",
   "value": 20.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2014",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2015",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2016",
   "periodType": "year",
   "value": 19.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2017",
   "periodType": "year",
   "value": 19.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2018",
   "periodType": "year",
   "value": 19.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2019",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2021",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2022",
   "periodType": "year",
   "value": 18.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2023",
   "periodType": "year",
   "value": 18.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "44",
   "period": "2024",
   "periodType": "year",
   "value": 18.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2010",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2011",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2012",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2013",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2014",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2015",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2016",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2017",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2018",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2019",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2021",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2022",
   "periodType": "year",
   "value": 21.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2023",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "45",
   "period": "2024",
   "periodType": "year",
   "value": 21,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2010",
   "periodType": "year",
   "value": 24.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2011",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2012",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2013",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2014",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2015",
   "periodType": "year",
   "value": 24.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2016",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2017",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2018",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2019",
   "periodType": "year",
   "value": 24.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2021",
   "periodType": "year",
   "value": 24.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2022",
   "periodType": "year",
   "value": 24.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2023",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "46",
   "period": "2024",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2010",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2011",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2012",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2013",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2014",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2015",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2016",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2017",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2018",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2019",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2021",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2022",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2023",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "47",
   "period": "2024",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2010",
   "periodType": "year",
   "value": 27.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2011",
   "periodType": "year",
   "value": 27.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2012",
   "periodType": "year",
   "value": 26.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2013",
   "periodType": "year",
   "value": 26.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2014",
   "periodType": "year",
   "value": 26.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2015",
   "periodType": "year",
   "value": 26.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2016",
   "periodType": "year",
   "value": 26.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2017",
   "periodType": "year",
   "value": 26,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2018",
   "periodType": "year",
   "value": 25.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2019",
   "periodType": "year",
   "value": 25.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2021",
   "periodType": "year",
   "value": 25.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2022",
   "periodType": "year",
   "value": 24.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2023",
   "periodType": "year",
   "value": 24.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "48",
   "period": "2024",
   "periodType": "year",
   "value": 24.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2010",
   "periodType": "year",
   "value": 31.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2011",
   "periodType": "year",
   "value": 31.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2012",
   "periodType": "year",
   "value": 31.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2013",
   "periodType": "year",
   "value": 30.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2014",
   "periodType": "year",
   "value": 30.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2015",
   "periodType": "year",
   "value": 30.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2016",
   "periodType": "year",
   "value": 30.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2017",
   "periodType": "year",
   "value": 29.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2018",
   "periodType": "year",
   "value": 29.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2019",
   "periodType": "year",
   "value": 29,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2021",
   "periodType": "year",
   "value": 28.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2022",
   "periodType": "year",
   "value": 27.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2023",
   "periodType": "year",
   "value": 27.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "49",
   "period": "2024",
   "periodType": "year",
   "value": 26.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2010",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2011",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2012",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2013",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2014",
   "periodType": "year",
   "value": 19.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2015",
   "periodType": "year",
   "value": 19.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2016",
   "periodType": "year",
   "value": 19,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2017",
   "periodType": "year",
   "value": 18.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2018",
   "periodType": "year",
   "value": 18.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2019",
   "periodType": "year",
   "value": 18.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2021",
   "periodType": "year",
   "value": 18.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2022",
   "periodType": "year",
   "value": 17.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2023",
   "periodType": "year",
   "value": 17.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "50",
   "period": "2024",
   "periodType": "year",
   "value": 17.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2010",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2011",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2012",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2013",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2014",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2015",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2016",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2017",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2018",
   "periodType": "year",
   "value": 22,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2019",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2021",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2022",
   "periodType": "year",
   "value": 21.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2023",
   "periodType": "year",
   "value": 21.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "51",
   "period": "2024",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2010",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2011",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2012",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2013",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2014",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2015",
   "periodType": "year",
   "value": 22.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2016",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2017",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2018",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2019",
   "periodType": "year",
   "value": 21.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2021",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2022",
   "periodType": "year",
   "value": 21.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2023",
   "periodType": "year",
   "value": 21.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "53",
   "period": "2024",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2010",
   "periodType": "year",
   "value": 20.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2011",
   "periodType": "year",
   "value": 20.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2012",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2013",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2014",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2015",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2016",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2017",
   "periodType": "year",
   "value": 20.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2018",
   "periodType": "year",
   "value": 20.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2019",
   "periodType": "year",
   "value": 20,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2021",
   "periodType": "year",
   "value": 20.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2022",
   "periodType": "year",
   "value": 19.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2023",
   "periodType": "year",
   "value": 19.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "54",
   "period": "2024",
   "periodType": "year",
   "value": 19.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2010",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2011",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2012",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2013",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2014",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2015",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2016",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2017",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2018",
   "periodType": "year",
   "value": 21.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2019",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2021",
   "periodType": "year",
   "value": 21.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2022",
   "periodType": "year",
   "value": 21.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2023",
   "periodType": "year",
   "value": 21,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "55",
   "period": "2024",
   "periodType": "year",
   "value": 20.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2010",
   "periodType": "year",
   "value": 24.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2011",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2012",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2013",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2014",
   "periodType": "year",
   "value": 23.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2015",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2016",
   "periodType": "year",
   "value": 24.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2017",
   "periodType": "year",
   "value": 23.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2018",
   "periodType": "year",
   "value": 23,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2019",
   "periodType": "year",
   "value": 23.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2021",
   "periodType": "year",
   "value": 22.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2022",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2023",
   "periodType": "year",
   "value": 22.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "56",
   "period": "2024",
   "periodType": "year",
   "value": 21.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2010",
   "periodType": "year",
   "value": 24,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2011",
   "periodType": "year",
   "value": 23.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2012",
   "periodType": "year",
   "value": 23.5,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2013",
   "periodType": "year",
   "value": 23.3,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2014",
   "periodType": "year",
   "value": 23.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2015",
   "periodType": "year",
   "value": 22.9,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2016",
   "periodType": "year",
   "value": 22.8,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2017",
   "periodType": "year",
   "value": 22.6,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2018",
   "periodType": "year",
   "value": 22.4,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2019",
   "periodType": "year",
   "value": 22.2,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2021",
   "periodType": "year",
   "value": 22.1,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2022",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2023",
   "periodType": "year",
   "value": 21.7,
   "status": "estimate"
  },
  {
   "metric": "population.share_under_18",
   "geo": "US",
   "period": "2024",
   "periodType": "year",
   "value": 21.4,
   "status": "estimate"
  }
 ]
}