Frontier Group Holdings (ULCC) Consolidated Net Income (2020 - 2026)
Frontier Group Holdings' (ULCC) quarterly Consolidated Net Income came in at -$90.0 million in Q2 2026, down 28.57% on a YoY basis from -$126.0 million in Q2 2025, and up 66.91% quarter-over-quarter from -$272.0 million in Q1 2026.
Frontier Group Holdings (ULCC) Consolidated Net Income (2020 - 2026) Analysis & Trends
Frontier Group Holdings (ULCC) has reported Consolidated Net Income for 7 consecutive years, with -$90.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Consolidated Net Income fell 28.57% year-over-year to -$90.0 million; the trailing twelve-month figure through Jun 2026 stood at -$386.0 million (down 1069.7% YoY), and the FY2025 full-year result was -$137.0 million, down 261.18% from the prior year.
- Consolidated Net Income grew to -$90.0 million in Q2 2026 per ULCC's latest filing, from -$272.0 million in the prior quarter.
- Across five years, Consolidated Net Income topped out at $71.0 million in Q2 2023 and bottomed at -$272.0 million in Q1 2026.
- Historically, Consolidated Net Income has averaged -$25.7 million across 5 years, with a median of -$19.5 million in 2023.
- The sharpest annual moves came in 2023 and 2026: Consolidated Net Income jumped 446.15% in 2023, then tumbled 532.56% in 2026.
- Over 5 years, Consolidated Net Income stood at $40.0 million in 2022, then plunged by 192.5% to -$37.0 million in 2023, then soared by 245.95% to $54.0 million in 2024, then dropped by 1.85% to $53.0 million in 2025, then sank by 269.81% to -$90.0 million in 2026.
- According to Business Quant data, Consolidated Net Income over the past three periods registered -$90.0 million, -$272.0 million, and $53.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (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 | - | 753.33 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 | -90.00 Mn |
| Mar 31, 2026 | -272.00 Mn |
| Dec 31, 2025 | 53.00 Mn |
| Sep 30, 2025 | -77.00 Mn |
| Jun 30, 2025 | -70.00 Mn |
| Mar 31, 2025 | -43.00 Mn |
| Dec 31, 2024 | 54.00 Mn |
| Sep 30, 2024 | 26.00 Mn |
| Jun 30, 2024 | 31.00 Mn |
| Mar 31, 2024 | -26.00 Mn |
| Dec 31, 2023 | -37.00 Mn |
| Sep 30, 2023 | -32.00 Mn |
| Jun 30, 2023 | 71.00 Mn |
| Mar 31, 2023 | -13.00 Mn |
| Dec 31, 2022 | 40.00 Mn |
| Sep 30, 2022 | 31.00 Mn |
| Jun 30, 2022 | 13.00 Mn |
| Mar 31, 2022 | -121.00 Mn |
| Dec 31, 2021 | -53.00 Mn |
| Sep 30, 2021 | 23.00 Mn |
Frontier Group Holdings Consolidated Net Income 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=consolidated-net-income&ticker=ULCC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "ticker": "ULCC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=consolidated-net-income&ticker=ULCC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();