{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "BoomTownIndex County Data \u2014 Hawaii",
  "description": "Per-county economic indicators for Hawaii, USA. Includes job growth, wage growth, population growth, migration inflow, median income, median home value, and median rent.",
  "url": "https://boomtownindex.com/state/hawaii/",
  "license": "https://boomtownindex.com/methodology/",
  "creator": {
    "@type": "Organization",
    "name": "BoomTownIndex",
    "url": "https://boomtownindex.com"
  },
  "spatialCoverage": {
    "@type": "Place",
    "name": "Hawaii",
    "containedInPlace": {
      "@type": "Country",
      "name": "United States"
    }
  },
  "variableMeasured": [
    "job_growth_pct",
    "wage_growth_pct",
    "pop_growth_pct",
    "migration_inflow_pct",
    "income_growth_pct",
    "median_income",
    "median_home_value",
    "median_rent",
    "population",
    "employment_level"
  ],
  "state_abbr": "HI",
  "state_name": "Hawaii",
  "county_count": 4,
  "counties": [
    {
      "fips": "15001",
      "name": "Hawaii County",
      "state_abbr": "HI",
      "state_name": "Hawaii",
      "population": 202163,
      "median_income": 74238,
      "median_home_value": 454900,
      "median_rent": 1352,
      "migration_inflow_pct": 0.93,
      "income_growth_pct": 8.54,
      "pop_growth_pct": 0.85,
      "job_growth_pct": 2.0,
      "wage_growth_pct": 4.7,
      "employment_level": 74029
    },
    {
      "fips": "15007",
      "name": "Kauai County",
      "state_abbr": "HI",
      "state_name": "Hawaii",
      "population": 73511,
      "median_income": 88869,
      "median_home_value": 742900,
      "median_rent": 1686,
      "migration_inflow_pct": 1.3,
      "income_growth_pct": 2.99,
      "pop_growth_pct": 0.36,
      "job_growth_pct": 1.6,
      "wage_growth_pct": 5.9,
      "employment_level": 32830
    },
    {
      "fips": "15009",
      "name": "Maui County",
      "state_abbr": "HI",
      "state_name": "Hawaii",
      "population": 164765,
      "median_income": 95379,
      "median_home_value": 800100,
      "median_rent": 1805,
      "migration_inflow_pct": 1.52,
      "income_growth_pct": 8.08,
      "pop_growth_pct": 0.12,
      "job_growth_pct": -0.9,
      "wage_growth_pct": 5.2,
      "employment_level": 73656
    },
    {
      "fips": "15003",
      "name": "Honolulu County",
      "state_abbr": "HI",
      "state_name": "Hawaii",
      "population": 1010100,
      "median_income": 99816,
      "median_home_value": 832200,
      "median_rent": 1976,
      "migration_inflow_pct": 0.36,
      "income_growth_pct": 7.79,
      "pop_growth_pct": -0.5,
      "job_growth_pct": 1.1,
      "wage_growth_pct": 4.8,
      "employment_level": 453193
    }
  ]
}