Dashboard › Economy › Statistics › Total wages
Total wages in City and Borough of Wrangell
$11,550,750
as of January 2026 · quarterly · total
▲ 1.3% vs prior · ▲ 13.7% vs a year earlier
Series total_wages.city_and_borough_of_wrangell.total
History since 2021
Range
Show
Recent values
| Date | Total wages |
|---|---|
| 2026-01-01 | $11,550,750 |
| 2025-10-01 | $11,404,572 |
| 2025-07-01 | $14,358,418 |
| 2025-04-01 | $12,094,861 |
| 2025-01-01 | $10,155,356 |
| 2024-10-01 | $11,018,243 |
| 2024-07-01 | $12,341,295 |
| 2024-04-01 | $11,481,351 |
| 2024-01-01 | $9,442,118 |
| 2023-10-01 | $10,296,527 |
| 2023-07-01 | $11,871,844 |
| 2023-04-01 | $10,380,822 |
| 2023-01-01 | $8,999,205 |
| 2022-10-01 | $9,452,697 |
| 2022-07-01 | $8,720,660 |
| 2022-04-01 | $9,229,073 |
| 2022-01-01 | $7,511,161 |
| 2021-10-01 | $9,099,789 |
| 2021-07-01 | $7,769,804 |
| 2021-04-01 | $8,991,000 |
Related series
- Average weekly wageFrom the same employer tax records: total wages divided by covered employment is roughly the average wage, so a jump in one without the others is usually composition — which industries are hiring — rather than raises.
- Covered employment (QCEW)
Total wages elsewhere
- Alaska
- City and Borough of Juneau
- City and Borough of Sitka
- City and Borough of Yakutat
- Haines Borough
- Hoonah-Angoon Census Area
- Ketchikan Gateway Borough
- Municipality of Skagway
More about City and Borough of Wrangell
About this data
Near-census counts of Alaska jobs and wages straight from unemployment-insurance tax records — the gold standard for borough-level employment and the only reliable wage measure for every borough and industry. Headline series: statewide covered employment (~320k jobs), average weekly wage (~$1,430), and total quarterly payroll (~$6B). Slow (5–6 month lag) but definitive; this is what benchmarks the monthly survey estimates.
Known issues & gotchas
- URL is a template:
https://data.bls.gov/cew/data/api/{year}/{qtr}/area/{area_fips}.csvwith qtr 1–4, e.g..../2024/4/area/02000.csv. Verified live 2026-08-06 with a plain GET — no key, no registration. (This is separate from the BLS timeseries API, which covers QCEW poorly.)qtr=areturns annual averages. - One file per area per quarter: fetch
02000(statewide) plus each borough/census-area FIPS. Alaska FIPS churn is real — Valdez–Cordova (02261) split into Chugach (02063) and Copper River (02066) in 2019 — so drive the area list from a maintained lookup, and don't fail the run when an old FIPS 404s for a new quarter. - Each area file contains all ownership × industry × aggregation-level rows (statewide file is thousands of rows). Filter by
agglvl_code(statewide all-industry total = own_code 0, industry_code "10"; county totals analogous) rather than assuming row order. Keep industry rows for sector series. - Suppressed cells:
disclosure_code = "N"rows carry zeros in the data fields — treat as missing, not zero, especially in small boroughs where whole sectors are suppressed. - A too-early fetch for an unpublished quarter returns 404 (or an empty/HTML respon