Copa Holdings (CPA) Cash from Financing Activities (2013 - 2026)
Copa Holdings' (CPA) quarterly Cash from Financing Activities came in at -$8.6 million in Q1 2026, up 93.71% year-over-year from -$4.4 million in Q1 2025, and up 93.71% quarter-over-quarter from -$135.9 million in Q4 2025.
Copa Holdings (CPA) Cash from Financing Activities (2013 - 2026) Analysis & Trends
Copa Holdings has disclosed Cash from Financing Activities across 14 years of filings, most recently posting -$8.6 million for Q1 2026.
- In Q1 2026, Cash from Financing Activities rose 93.71% year-over-year to -$8.6 million; the TTM figure through Mar 2026 stood at -$105.2 million (up 79.5% YoY), while the FY2025 annual figure was -$36.1 million, up 83.58% from the prior year.
- Cash from Financing Activities came in at -$8.6 million for Q1 2026 at Copa Holdings, up from -$135.9 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $53.1 million in Q2 2023 to a low of -$408.4 million in Q3 2023.
- Average Cash from Financing Activities over 5 years is -$109.8 million, with a median of -$59.3 million recorded in 2024.
- Year-over-year, Cash from Financing Activities slumped 1445.43% in 2023 and soared 162.78% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$168.5 million in 2022, then sank by 123.16% to -$376.0 million in 2023, then gained by 28.73% to -$267.9 million in 2024, then jumped by 49.27% to -$135.9 million in 2025, then surged by 93.71% to -$8.6 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$8.6 million in Q1 2026, -$135.9 million in Q4 2025, and $31.5 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | -545.00 Mn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | -1.71 Bn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 493.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 | 900.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | -173.81 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -111.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | 420.04 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | 53.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | -15.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -8.55 Mn |
| Dec 31, 2025 | -135.92 Mn |
| Sep 30, 2025 | 31.47 Mn |
| Jun 30, 2025 | 7.79 Mn |
| Mar 31, 2025 | -135.92 Mn |
| Dec 31, 2024 | -267.95 Mn |
| Sep 30, 2024 | -50.13 Mn |
| Jun 30, 2024 | -59.31 Mn |
| Mar 31, 2024 | -158.51 Mn |
| Dec 31, 2023 | -375.97 Mn |
| Sep 30, 2023 | -408.43 Mn |
| Jun 30, 2023 | 53.12 Mn |
| Mar 31, 2023 | -20.66 Mn |
| Dec 31, 2022 | -168.47 Mn |
| Sep 30, 2022 | -26.43 Mn |
| Jun 30, 2022 | -131.16 Mn |
| Mar 31, 2022 | -10.89 Mn |
| Dec 31, 2021 | 39.78 Mn |
| Sep 30, 2021 | -59.05 Mn |
| Jun 30, 2021 | -54.52 Mn |
Copa Holdings Cash from Financing Activities 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-financing-activities&ticker=CPA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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-financing-activities&ticker=CPA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();