Copa Holdings (CPA) Income from Continuing Operations (2009 - 2026)
Copa Holdings' (CPA) quarterly Income from Continuing Operations came in at $86.4 million in Q2 2026, down 56.68% year-over-year from $199.4 million in Q2 2025, and down 69.33% quarter-over-quarter from $281.6 million in Q1 2026.
Copa Holdings (CPA) Income from Continuing Operations (2009 - 2026) Analysis & Trends
Copa Holdings has disclosed Income from Continuing Operations across 18 years of filings, most recently posting $86.4 million for Q2 2026.
- In Q2 2026, Income from Continuing Operations fell 56.68% year-over-year to $86.4 million; the TTM figure through Jun 2026 stood at $811.5 million (down 3.51% YoY), while the FY2025 annual figure was $879.6 million, up 9.47% from the prior year.
- Income from Continuing Operations came in at $86.4 million for Q2 2026 at Copa Holdings, down from $281.6 million in the prior quarter.
- In the past five years, Income from Continuing Operations ranged from a high of $281.6 million in Q1 2026 to a low of $21.0 million in Q1 2022.
- Average Income from Continuing Operations over 5 years is $177.1 million, with a median of $196.0 million recorded in 2024.
- Year-over-year, Income from Continuing Operations soared 2531.07% in 2022 and tumbled 56.68% in 2026.
- Over 5 years, Income from Continuing Operations stood at $133.8 million in 2022, then jumped by 75.23% to $234.4 million in 2023, then fell by 9.45% to $212.3 million in 2024, then declined by 0.47% to $211.3 million in 2025, then tumbled by 59.11% to $86.4 million in 2026.
- Per Business Quant data, the three most recent Income from Continuing Operations figures were $86.4 million in Q2 2026, $281.6 million in Q1 2026, and $211.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (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 | 86.39 Mn |
| Mar 31, 2026 | 281.64 Mn |
| Dec 31, 2025 | 211.29 Mn |
| Sep 30, 2025 | 232.15 Mn |
| Jun 30, 2025 | 199.42 Mn |
| Mar 31, 2025 | 236.72 Mn |
| Dec 31, 2024 | 212.29 Mn |
| Sep 30, 2024 | 192.54 Mn |
| Jun 30, 2024 | 160.98 Mn |
| Mar 31, 2024 | 237.65 Mn |
| Dec 31, 2023 | 234.45 Mn |
| Sep 30, 2023 | 241.73 Mn |
| Jun 30, 2023 | 69.06 Mn |
| Mar 31, 2023 | 162.86 Mn |
| Dec 31, 2022 | 133.80 Mn |
| Sep 30, 2022 | 140.42 Mn |
| Jun 30, 2022 | 133.20 Mn |
| Mar 31, 2022 | 20.99 Mn |
| Dec 31, 2021 | 141.94 Mn |
| Sep 30, 2021 | 5.34 Mn |
Copa Holdings Income from Continuing Operations 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=income-from-continuing-operations&ticker=CPA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=CPA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();