Dashboard › People › Statistics › Poverty rate
Poverty rate in Nome Census Area
21.5%
as of January 2024 · annual · acs5
▲ 0.4pt vs prior · ▲ 0.4pt vs a year earlier
Series poverty_rate.nome_census_area.acs5
History since 2012
Range
Show
Recent values
| Date | Poverty rate |
|---|---|
| 2024-01-01 | 21.5% |
| 2023-01-01 | 21.1% |
| 2022-01-01 | 21.1% |
| 2021-01-01 | 21.9% |
| 2020-01-01 | 22.4% |
| 2019-01-01 | 21.5% |
| 2018-01-01 | 23.1% |
| 2017-01-01 | 24.9% |
| 2016-01-01 | 27.0% |
| 2015-01-01 | 27.0% |
| 2014-01-01 | 27.6% |
| 2013-01-01 | 27.7% |
| 2012-01-01 | 26.5% |
Related series
- Median household incomeThe 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
Poverty rate elsewhere
- Alaska
- North Slope Borough
- Northwest Arctic Borough
- Aleutians East Borough
- Aleutians West Census Area
- Bethel Census Area
- Bristol Bay Borough
- City and Borough of Juneau
More about Nome Census Area
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