Dashboard › People › Statistics › Median household income
Median household income in Matanuska-Susitna Borough
$94,031
as of January 2024 · annual · acs5
▲ 3.8% vs prior · ▲ 3.8% vs a year earlier
Series median_household_income.matanuska_susitna_borough.acs5
History since 2010
Range
Show
Recent values
| Date | Median household income |
|---|---|
| 2024-01-01 | $94,031 |
| 2023-01-01 | $90,625 |
| 2022-01-01 | $86,435 |
| 2021-01-01 | $79,300 |
| 2020-01-01 | $76,118 |
| 2019-01-01 | $75,493 |
| 2018-01-01 | $75,905 |
| 2017-01-01 | $74,887 |
| 2016-01-01 | $73,908 |
| 2015-01-01 | $72,983 |
| 2014-01-01 | $72,134 |
| 2013-01-01 | $71,037 |
| 2012-01-01 | $70,728 |
| 2011-01-01 | $70,343 |
| 2010-01-01 | $67,703 |
Related series
- Poverty rateThe American Community Survey's picture of what a place earns and what it costs to live there. All four carry the same small-sample volatility, so compare them with each other rather than reading any one alone.
- Median gross rent
- Median home value
Median household income elsewhere
- Alaska
- Municipality of Anchorage
- Aleutians East Borough
- Aleutians West Census Area
- Bethel Census Area
- Bristol Bay Borough
- City and Borough of Juneau
- City and Borough of Sitka
More about Matanuska-Susitna Borough
About this data
A curated handful of American Community Survey socioeconomic indicators for Alaska: median household income, poverty rate, median gross rent, and median home value. 1-year estimates for the statewide and Anchorage headline numbers; 5-year estimates to fill in every borough/census area (most are far below the 65k-population threshold for 1-year data). This is where "how much does an Alaska household earn" and "what share of Alaskans are poor" come from.
Known issues & gotchas
- An API key is now mandatory — verified 2026-08-06: keyless requests return "A valid key must be included with each data API request" (the old ~500-calls/day keyless allowance is gone). Key lives in env var
CENSUS_API_KEY; free from api.census.gov/data/key_signup.html. - JSON is row-oriented arrays with a header row (not objects), and every value is a string — cast numerics.
- Sentinel values, not nulls:
-666666666(and the-222222222/-888888888family) mean suppressed/unavailable — filter before casting or bounds checks will fire. - There is no 2020 1-year ACS (COVID response collapse; only experimental estimates) — a permanent gap year in every 1-yr series. Don't let the freshness monitor or interpolation paper over it.
- Endpoint year is part of the URL path (
/data/2024/acs/acs1) — connector must construct URLs per vintage and probe for the new year each September/December. - Variable IDs can shift between subject-table vintages (S-tables more than B-tables); re-verify
S1701_C03_001E(poverty rate percent) at build time. Detail tables B19013 (median HH income), B25064 (median gross rent), B25077 (median home value) are long-stable. - Anchorage as a *plac