Delta Air Lines (DAL) Other Non Operating Income (2009 - 2026)
Delta Air Lines' (DAL) quarterly Other Non Operating Income came in at -$59.0 million in Q2 2026, up 16.9% on a YoY basis from -$50.5 million in Q2 2025, and down 490.0% quarter-over-quarter from -$10.0 million in Q1 2026.
Delta Air Lines (DAL) Other Non Operating Income (2009 - 2026) Analysis & Trends
Delta Air Lines (DAL) has reported Other Non Operating Income for 18 consecutive years, with -$59.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income rose 16.9% year-over-year to -$59.0 million; the trailing twelve-month figure through Jun 2026 stood at -$111.0 million (up 44.5% YoY), and the FY2025 full-year result was -$144.0 million, up 37.93% from the prior year.
- Other Non Operating Income slipped to -$59.0 million in Q2 2026 per DAL's latest filing, from -$10.0 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $276.0 million in Q4 2022 and bottomed at -$102.0 million in Q1 2023.
- Historically, Other Non Operating Income has averaged -$31.8 million across 5 years, with a median of -$46.0 million in 2022.
- The sharpest annual moves came in 2022 and 2025: Other Non Operating Income soared 488.73% in 2022, then tumbled 215.38% in 2025.
- Over 5 years, Other Non Operating Income stood at $276.0 million in 2022, then tumbled by 121.01% to -$58.0 million in 2023, then slumped by 48.28% to -$86.0 million in 2024, then jumped by 98.84% to -$1.0 million in 2025, then tumbled by 5800.0% to -$59.0 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$59.0 million, -$10.0 million, and -$1.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -59.00 Mn |
| Mar 31, 2026 | -10.00 Mn |
| Dec 31, 2025 | -1.00 Mn |
| Sep 30, 2025 | -41.00 Mn |
| Jun 30, 2025 | -71.00 Mn |
| Mar 31, 2025 | -30.00 Mn |
| Dec 31, 2024 | -86.00 Mn |
| Sep 30, 2024 | -13.00 Mn |
| Jun 30, 2024 | -78.00 Mn |
| Mar 31, 2024 | -56.00 Mn |
| Dec 31, 2023 | -58.00 Mn |
| Sep 30, 2023 | -48.00 Mn |
| Jun 30, 2023 | -70.00 Mn |
| Mar 31, 2023 | -102.00 Mn |
| Dec 31, 2022 | 276.00 Mn |
| Sep 30, 2022 | -40.00 Mn |
| Jun 30, 2022 | -41.00 Mn |
| Mar 31, 2022 | -44.00 Mn |
| Dec 31, 2021 | -71.00 Mn |
| Sep 30, 2021 | -183.00 Mn |
Delta Air Lines Other Non Operating 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=other-non-operating-income&ticker=DAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "DAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=DAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();