Dashboard › People › Statistics › Median household income
Median household income in Municipality of Anchorage
$105,356
as of January 2024 · annual · acs1
▲ 11.6% vs prior · ▲ 11.6% vs a year earlier
Series median_household_income.municipality_of_anchorage.acs1 · other versions of this measure:
History since 2009
Range
Show
Recent values
| Date | Median household income |
|---|---|
| 2024-01-01 | $105,356 |
| 2023-01-01 | $94,437 |
| 2022-01-01 | $100,751 |
| 2021-01-01 | $86,654 |
| 2019-01-01 | $82,716 |
| 2018-01-01 | $83,648 |
| 2017-01-01 | $79,166 |
| 2016-01-01 | $85,634 |
| 2015-01-01 | $78,662 |
| 2014-01-01 | $76,337 |
| 2013-01-01 | $79,045 |
| 2012-01-01 | $72,575 |
| 2011-01-01 | $72,813 |
| 2010-01-01 | $72,128 |
| 2009-01-01 | $72,832 |
Median household income elsewhere
- Alaska
- Matanuska-Susitna Borough
- 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 Municipality of Anchorage
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