{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "BoomTownIndex County Data \u2014 Wyoming",
  "description": "Per-county economic indicators for Wyoming, USA. Includes job growth, wage growth, population growth, migration inflow, median income, median home value, and median rent.",
  "url": "https://boomtownindex.com/state/wyoming/",
  "license": "https://boomtownindex.com/methodology/",
  "creator": {
    "@type": "Organization",
    "name": "BoomTownIndex",
    "url": "https://boomtownindex.com"
  },
  "spatialCoverage": {
    "@type": "Place",
    "name": "Wyoming",
    "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": "WY",
  "state_name": "Wyoming",
  "county_count": 2,
  "counties": [
    {
      "fips": "56021",
      "name": "Laramie County",
      "state_abbr": "WY",
      "state_name": "Wyoming",
      "population": 100316,
      "median_income": 76282,
      "median_home_value": 295800,
      "median_rent": 1043,
      "migration_inflow_pct": 1.46,
      "income_growth_pct": 6.61,
      "pop_growth_pct": 0.41,
      "job_growth_pct": 1.6,
      "wage_growth_pct": 3.8,
      "employment_level": 48244
    },
    {
      "fips": "56025",
      "name": "Natrona County",
      "state_abbr": "WY",
      "state_name": "Wyoming",
      "population": 79506,
      "median_income": 69104,
      "median_home_value": 247600,
      "median_rent": 945,
      "migration_inflow_pct": 1.79,
      "income_growth_pct": 7.81,
      "pop_growth_pct": 0.16,
      "job_growth_pct": 1.5,
      "wage_growth_pct": 4.3,
      "employment_level": 40029
    }
  ]
}