Copa Holdings (CPA) Cash from Operations (2013 - 2026)
Copa Holdings' (CPA) quarterly Cash from Operations came in at $359.7 million in Q1 2026, up 75.06% year-over-year from $205.5 million in Q1 2025, and down 25.72% quarter-over-quarter from $484.3 million in Q4 2025.
Copa Holdings (CPA) Cash from Operations (2013 - 2026) Analysis & Trends
Copa Holdings has disclosed Cash from Operations across 14 years of filings, most recently posting $359.7 million for Q1 2026.
- In Q1 2026, Cash from Operations rose 75.06% year-over-year to $359.7 million; the TTM figure through Mar 2026 stood at $1.4 billion (up 5.04% YoY), while the FY2025 annual figure was $1.2 billion, up 15.41% from the prior year.
- Cash from Operations came in at $359.7 million for Q1 2026 at Copa Holdings, down from $484.3 million in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $764.6 million in Q4 2023 to a low of $158.5 million in Q2 2022.
- Average Cash from Operations over 5 years is $325.3 million, with a median of $267.2 million recorded in 2025.
- Year-over-year, Cash from Operations soared 19083.86% in 2022 and sank 45.24% in 2024.
- Over 5 years, Cash from Operations stood at $543.5 million in 2022, then soared by 40.69% to $764.6 million in 2023, then retreated by 13.76% to $659.4 million in 2024, then declined by 26.56% to $484.3 million in 2025, then slipped by 25.72% to $359.7 million in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $359.7 million in Q1 2026, $484.3 million in Q4 2025, and $267.2 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (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 | - | 1.40 Bn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 530.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | - |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | 185.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | 291.86 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | 83.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | 46.08 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -155.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | 151.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 359.71 Mn |
| Dec 31, 2025 | 484.28 Mn |
| Sep 30, 2025 | 267.19 Mn |
| Jun 30, 2025 | 278.81 Mn |
| Mar 31, 2025 | 205.48 Mn |
| Dec 31, 2024 | 659.39 Mn |
| Sep 30, 2024 | 188.62 Mn |
| Jun 30, 2024 | 269.78 Mn |
| Mar 31, 2024 | 201.00 Mn |
| Dec 31, 2023 | 764.59 Mn |
| Sep 30, 2023 | 344.42 Mn |
| Jun 30, 2023 | 216.75 Mn |
| Mar 31, 2023 | 203.42 Mn |
| Dec 31, 2022 | 543.47 Mn |
| Sep 30, 2022 | 215.64 Mn |
| Jun 30, 2022 | 158.50 Mn |
| Mar 31, 2022 | 169.34 Mn |
| Dec 31, 2021 | 244.03 Mn |
| Sep 30, 2021 | 113.58 Mn |
| Jun 30, 2021 | 150.56 Mn |
Copa Holdings Cash from 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=cash-from-operations&ticker=CPA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-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=cash-from-operations&ticker=CPA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();