Dashboard › Economy › Statistics › GDP
GDP in Alaska
$78.8B
as of January 2026 · quarterly · annualized rate
▲ 4.1% vs prior · ▲ 5.3% vs a year earlier
Series gdp.ak.saar
History since 2005
Range
Show
Recent values
| Date | GDP |
|---|---|
| 2026-01-01 | $78.8B |
| 2025-10-01 | $75.7B |
| 2025-07-01 | $75.3B |
| 2025-04-01 | $74.2B |
| 2025-01-01 | $74.9B |
| 2024-10-01 | $72.7B |
| 2024-07-01 | $72.3B |
| 2024-04-01 | $71.6B |
| 2024-01-01 | $69.7B |
| 2023-10-01 | $70.2B |
| 2023-07-01 | $69.2B |
| 2023-04-01 | $67.1B |
| 2023-01-01 | $66.4B |
| 2022-10-01 | $66.1B |
| 2022-07-01 | $66.7B |
| 2022-04-01 | $67.0B |
| 2022-01-01 | $63.0B |
| 2021-10-01 | $63.4B |
| 2021-07-01 | $59.9B |
| 2021-04-01 | $57.9B |
| 2021-01-01 | $56.2B |
| 2020-10-01 | $54.0B |
| 2020-07-01 | $51.3B |
| 2020-04-01 | $48.1B |
About this data
The broadest measure of Alaska's economy: quarterly GDP in current dollars and chained (2017) dollars, total and by industry, seasonally adjusted at annual rates. Alaska's headline quirk is that nominal GDP swings with oil prices — mining (oil & gas) is roughly a quarter of state GDP, so the current-dollar series tells an oil-price story while real GDP tells the volume story. Quarterly data from 2005; the annual NAICS series reaches back to 1997.
Known issues & gotchas
- Endpoint:
https://apps.bea.gov/api/data/?UserID={BEA_API_KEY}&method=GetData&datasetname=Regional&TableName=SQGDP2&LineCode=1&GeoFips=02000&Year=ALL&ResultFormat=json(SQGDP9 for real). One LineCode per request — industry detail means one call per line code, so start with line 1 (all-industry total) only. DataValuecomes back as a string with thousands separators ("75,289.6") — strip commas before parsing. Millions of dollars; don't double-convert.- The API returns HTTP 200 with an error object in the body when parameters are wrong or the key is over quota — check for
Results.Error, don't trust the status code. TimePeriodformat is2025Q3— parse to quarter-end or quarter-start dates consistently.- Table names have churn history (pre-2017 the tables were
RegionalProduct/different IDs; a comprehensive revision could rename again). IfSQGDP2starts erroring, callmethod=GetParameterValues&ParameterName=TableNameto list current tables. - Every release revises history; fetch
Year=ALLand full-replace, diffing snapshots to surface revisions.