Copa Holdings (CPA) Invested Capital (2009 - 2026)
Copa Holdings' (CPA) quarterly Invested Capital came in at $5.1 billion in Q2 2026, up 20.27% year-over-year from $4.3 billion in Q2 2025, and up 3.26% quarter-over-quarter from $5.0 billion in Q1 2026.
Copa Holdings (CPA) Invested Capital (2009 - 2026) Analysis & Trends
Copa Holdings has disclosed Invested Capital across 18 years of filings, most recently posting $5.1 billion for Q2 2026.
- In Q2 2026, Invested Capital rose 20.27% year-over-year to $5.1 billion; the TTM figure through Jun 2026 stood at $5.1 billion (up 20.27% YoY), while the FY2025 annual figure was $4.8 billion, up 17.62% from the prior year.
- Invested Capital came in at $5.1 billion for Q2 2026 at Copa Holdings, up from $5.0 billion in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $5.1 billion in Q2 2026 to a low of $2.8 billion in Q1 2022.
- Average Invested Capital over 5 years is $3.8 billion, with a median of $3.7 billion recorded in 2024.
- Year-over-year, Invested Capital climbed 5.01% in 2022 and climbed 22.08% in 2023.
- Over 5 years, Invested Capital stood at $2.9 billion in 2022, then gained by 22.08% to $3.6 billion in 2023, then grew by 12.8% to $4.0 billion in 2024, then increased by 17.62% to $4.8 billion in 2025, then advanced by 8.17% to $5.1 billion in 2026.
- Per Business Quant data, the three most recent Invested Capital figures were $5.1 billion in Q2 2026, $5.0 billion in Q1 2026, and $4.8 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 55.19 Bn | 50.52 Bn | 19.07 Bn | 39.26 Bn |
| 2 | Ryanair Holdings | 29.15 Bn | 25.22 Bn | - | 11.06 Bn |
| 3 | Southwest Airlines | 20.59 Bn | 16.79 Bn | 7.33 Bn | 13.03 Bn |
| 4 | Copa Holdings | 5.56 Bn | 4.30 Bn | 1.03 Bn | 5.14 Bn |
| 5 | Alaska Air | 4.68 Bn | 2.01 Bn | 3.76 Bn | 10.17 Bn |
| 6 | Skywest | 3.93 Bn | 3.33 Bn | 1.01 Bn | 5.07 Bn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.39 Bn | 1.35 Bn | - | -169.00 Mn |
| 8 | Allegiant Travel | 2.23 Bn | 1.18 Bn | 902.77 Mn | 4.88 Bn |
| 9 | Jetblue Airways | 1.72 Bn | -304.65 Mn | 2.32 Bn | 10.54 Bn |
| 10 | Frontier Group Holdings | 1.43 Bn | 472.23 Mn | - | 853.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.14 Bn |
| Mar 31, 2026 | 4.98 Bn |
| Dec 31, 2025 | 4.76 Bn |
| Sep 30, 2025 | 4.50 Bn |
| Jun 30, 2025 | 4.28 Bn |
| Mar 31, 2025 | 4.10 Bn |
| Dec 31, 2024 | 4.04 Bn |
| Sep 30, 2024 | 3.82 Bn |
| Jun 30, 2024 | 3.70 Bn |
| Mar 31, 2024 | 3.62 Bn |
| Dec 31, 2023 | 3.58 Bn |
| Sep 30, 2023 | 3.38 Bn |
| Jun 30, 2023 | 3.11 Bn |
| Mar 31, 2023 | 3.08 Bn |
| Dec 31, 2022 | 2.94 Bn |
| Sep 30, 2022 | 2.92 Bn |
| Jun 30, 2022 | 2.80 Bn |
| Mar 31, 2022 | 2.77 Bn |
| Dec 31, 2021 | 2.73 Bn |
| Sep 30, 2021 | 2.62 Bn |
Copa Holdings Invested Capital 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=invested-capital&ticker=CPA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=CPA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();