Alaska Air (ALK) Net Income towards Common Stockholders (2009 - 2026)
Alaska Air's (ALK) quarterly Net Income towards Common Stockholders came in at -$76.0 million in Q2 2026, down 144.19% year-over-year from $172.0 million in Q2 2025, and up 60.62% quarter-over-quarter from -$193.0 million in Q1 2026.
Alaska Air (ALK) Net Income towards Common Stockholders (2009 - 2026) Analysis & Trends
Alaska Air (ALK) has reported Net Income towards Common Stockholders for 18 consecutive years, with -$76.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders fell 144.19% year-over-year to -$76.0 million in Q2 2026; TTM through Jun 2026 was -$175.0 million, a 155.91% decrease from a year earlier, with the FY2025 full-year figure at $100.0 million, down 74.68% from the prior year.
- Net Income towards Common Stockholders was -$76.0 million for Q2 2026 at Alaska Air, up from -$193.0 million in the prior quarter.
- Over five years, Net Income towards Common Stockholders peaked at $240.0 million in Q2 2023 and troughed at -$193.0 million in Q1 2026.
- A 5-year average of $28.8 million and a median of $31.0 million in 2022 frame the typical range for Net Income towards Common Stockholders.
- Across the five-year window, Net Income towards Common Stockholders jumped 3650.0% in 2024 and slumped 144.19% in 2026, its largest moves.
- Over 5 years, Net Income towards Common Stockholders stood at $22.0 million in 2022, then plunged by 109.09% to -$2.0 million in 2023, then jumped by 3650.0% to $71.0 million in 2024, then slumped by 70.42% to $21.0 million in 2025, then plunged by 461.9% to -$76.0 million in 2026.
- The last three Net Income towards Common Stockholders figures came in at -$76.0 million (Q2 2026), -$193.0 million (Q1 2026), and $21.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | 1.60 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 625.00 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 233.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | 86.39 Mn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | -76.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | 100.70 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -58.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | -4.82 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -247.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | -90.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -76.00 Mn |
| Mar 31, 2026 | -193.00 Mn |
| Dec 31, 2025 | 21.00 Mn |
| Sep 30, 2025 | 73.00 Mn |
| Jun 30, 2025 | 172.00 Mn |
| Mar 31, 2025 | -166.00 Mn |
| Dec 31, 2024 | 71.00 Mn |
| Sep 30, 2024 | 236.00 Mn |
| Jun 30, 2024 | 220.00 Mn |
| Mar 31, 2024 | -132.00 Mn |
| Dec 31, 2023 | -2.00 Mn |
| Sep 30, 2023 | 139.00 Mn |
| Jun 30, 2023 | 240.00 Mn |
| Mar 31, 2023 | -142.00 Mn |
| Dec 31, 2022 | 22.00 Mn |
| Sep 30, 2022 | 40.00 Mn |
| Jun 30, 2022 | 139.00 Mn |
| Mar 31, 2022 | -143.00 Mn |
| Dec 31, 2021 | 18.00 Mn |
| Sep 30, 2021 | 194.00 Mn |
Alaska Air Net Income towards Common Stockholders API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=ALK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "ALK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=ALK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();