Copa Holdings (CPA) Other Non Operating Income (2016 - 2026)
Copa Holdings' (CPA) quarterly Other Non Operating Income came in at -$1.0 million in Q2 2026, up 38.39% year-over-year from -$751506.8 in Q2 2025, and up 2.44% quarter-over-quarter from -$1.1 million in Q1 2026.
Copa Holdings (CPA) Other Non Operating Income (2016 - 2026) Analysis & Trends
Copa Holdings has disclosed Other Non Operating Income across 11 years of filings, most recently posting -$1.0 million for Q2 2026.
- In Q2 2026, Other Non Operating Income rose 38.39% year-over-year to -$1.0 million; the TTM figure through Jun 2026 stood at -$2.3 million (down 6.01% YoY), while the FY2025 annual figure was $1.4 million, down 82.25% from the prior year.
- Other Non Operating Income came in at -$1.0 million for Q2 2026 at Copa Holdings, up from -$1.1 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $113.7 million in Q2 2022 to a low of -$137.5 million in Q2 2023.
- Average Other Non Operating Income over 5 years is -$4.4 million, with a median of -$571500.0 recorded in 2024.
- Year-over-year, Other Non Operating Income surged 4792.57% in 2023 and sank 30325.0% in 2025.
- Over 5 years, Other Non Operating Income stood at -$91.3 million in 2022, then jumped by 103.42% to $3.1 million in 2023, then dropped by 13.44% to $2.7 million in 2024, then tumbled by 93.42% to $178000.0 in 2025, then slumped by 684.27% to -$1.0 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$1.0 million in Q2 2026, -$1.1 million in Q1 2026, and $178000.0 in Q4 2025.
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 | -1.04 Mn |
| Mar 31, 2026 | -1.07 Mn |
| Dec 31, 2025 | 178,000.00 |
| Sep 30, 2025 | -381,000.00 |
| Jun 30, 2025 | -1.69 Mn |
| Mar 31, 2025 | -2.43 Mn |
| Dec 31, 2024 | 2.71 Mn |
| Sep 30, 2024 | -762,000.00 |
| Jun 30, 2024 | 2.53 Mn |
| Mar 31, 2024 | -8,000.00 |
| Dec 31, 2023 | 3.13 Mn |
| Sep 30, 2023 | 77.06 Mn |
| Jun 30, 2023 | -137.47 Mn |
| Mar 31, 2023 | -37.93 Mn |
| Dec 31, 2022 | -91.31 Mn |
| Sep 30, 2022 | 1.58 Mn |
| Jun 30, 2022 | 113.67 Mn |
| Mar 31, 2022 | -6.75 Mn |
| Dec 31, 2021 | -8.92 Mn |
| Sep 30, 2021 | -32.09 Mn |
Copa Holdings 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=CPA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "CPA", "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=CPA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();