Copa Holdings (CPA) Change in Cash (2013 - 2026)
Copa Holdings' (CPA) quarterly Change in Cash came in at $275.2 million in Q2 2026, up 285.64% year-over-year from $71.4 million in Q2 2025, and up 3402.8% quarter-over-quarter from -$8.3 million in Q1 2026.
Copa Holdings (CPA) Change in Cash (2013 - 2026) Analysis & Trends
Copa Holdings has disclosed Change in Cash across 14 years of filings, most recently posting $275.2 million for Q2 2026.
- In Q2 2026, Change in Cash rose 285.64% year-over-year to $275.2 million; the TTM figure through Jun 2026 stood at -$782.3 million (down 306.07% YoY), while the FY2025 annual figure was -$204.1 million, down 147.02% from the prior year.
- Change in Cash came in at $275.2 million for Q2 2026 at Copa Holdings, up from -$8.3 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $275.2 million in Q2 2026 to a low of -$600.7 million in Q3 2025.
- Average Change in Cash over 5 years is $17.6 million, with a median of $66.7 million recorded in 2022.
- Year-over-year, Change in Cash jumped 307.18% in 2023 and plunged 905.08% in 2025.
- Over 5 years, Change in Cash stood at -$77.0 million in 2022, then jumped by 307.18% to $159.4 million in 2023, then plunged by 56.8% to $68.9 million in 2024, then tumbled by 751.22% to -$448.5 million in 2025, then jumped by 161.35% to $275.2 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $275.2 million in Q2 2026, -$8.3 million in Q1 2026, and -$448.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | -462.00 Mn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | -293.03 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 463.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | 275.16 Mn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | 619.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | 15.57 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -62.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | 240.22 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -287.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | 183.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 275.16 Mn |
| Mar 31, 2026 | -8.33 Mn |
| Dec 31, 2025 | -448.49 Mn |
| Sep 30, 2025 | -600.66 Mn |
| Jun 30, 2025 | 71.35 Mn |
| Mar 31, 2025 | 164.82 Mn |
| Dec 31, 2024 | 68.87 Mn |
| Sep 30, 2024 | 74.61 Mn |
| Jun 30, 2024 | 30.11 Mn |
| Mar 31, 2024 | 170.53 Mn |
| Dec 31, 2023 | 159.44 Mn |
| Sep 30, 2023 | -44.99 Mn |
| Jun 30, 2023 | 39.55 Mn |
| Mar 31, 2023 | 242.31 Mn |
| Dec 31, 2022 | -76.96 Mn |
| Sep 30, 2022 | 64.62 Mn |
| Jun 30, 2022 | -114.89 Mn |
| Mar 31, 2022 | 249.01 Mn |
| Sep 30, 2021 | 33.47 Mn |
| Jun 30, 2021 | 62.96 Mn |
Copa Holdings Change in Cash 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=change-in-cash&ticker=CPA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=CPA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();