Copa Holdings (CPA) Interest Coverage Ratio (2009 - 2026)
Copa Holdings' (CPA) quarterly Interest Coverage Ratio came in at 3.25 in Q2 2026, up 58.67% year-over-year from 2.05 in Q2 2025, and up 67.51% quarter-over-quarter from 10.01 in Q1 2026.
Copa Holdings (CPA) Interest Coverage Ratio (2009 - 2026) Analysis & Trends
Copa Holdings has disclosed Interest Coverage Ratio across 18 years of filings, most recently posting 3.25 for Q2 2026.
- In Q2 2026, Interest Coverage Ratio rose 58.67% year-over-year to 3.25; the TTM figure through Jun 2026 stood at 7.29 (up 13.81% YoY), while the FY2025 annual figure was 8.32, up 6.6% from the prior year.
- Interest Coverage Ratio came in at 3.25 for Q2 2026 at Copa Holdings, up from 10.01 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 1.99 in Q2 2022 to a low of 11.46 in Q1 2024.
- Average Interest Coverage Ratio over 5 years is 7.22, with a median of 7.8 recorded in 2024.
- Year-over-year, Interest Coverage Ratio plunged 323.6% in 2022 and soared 61.24% in 2023.
- Over 5 years, Interest Coverage Ratio stood at 9.39 in 2022, then declined by 11.83% to 10.5 in 2023, then gained by 9.76% to 9.48 in 2024, then grew by 19.52% to 7.63 in 2025, then soared by 57.36% to 3.25 in 2026.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 3.25 in Q2 2026, 10.01 in Q1 2026, and 7.63 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 55.19 Bn | 50.52 Bn | 19.07 Bn | - |
| 2 | Ryanair Holdings | 29.15 Bn | 25.22 Bn | - | - |
| 3 | Southwest Airlines | 20.59 Bn | 16.79 Bn | 7.33 Bn | 4.45 |
| 4 | Copa Holdings | 5.56 Bn | 4.30 Bn | 1.03 Bn | 3.25 |
| 5 | Alaska Air | 4.68 Bn | 2.01 Bn | 3.76 Bn | -1.95 |
| 6 | Skywest | 3.93 Bn | 3.33 Bn | 1.01 Bn | 6.25 |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.39 Bn | 1.35 Bn | - | 0.50 |
| 8 | Allegiant Travel | 2.23 Bn | 1.18 Bn | 902.77 Mn | 0.53 |
| 9 | Jetblue Airways | 1.72 Bn | -304.65 Mn | 2.32 Bn | -0.96 |
| 10 | Frontier Group Holdings | 1.43 Bn | 472.23 Mn | - | -9.70 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.25 |
| Mar 31, 2026 | -10.01 |
| Dec 31, 2025 | -7.63 |
| Sep 30, 2025 | -8.70 |
| Jun 30, 2025 | -7.87 |
| Mar 31, 2025 | -9.20 |
| Dec 31, 2024 | -9.48 |
| Sep 30, 2024 | -7.38 |
| Jun 30, 2024 | -7.73 |
| Mar 31, 2024 | -11.46 |
| Dec 31, 2023 | -10.50 |
| Sep 30, 2023 | -2.47 |
| Jun 30, 2023 | -6.38 |
| Mar 31, 2023 | -7.93 |
| Dec 31, 2022 | -9.39 |
| Sep 30, 2022 | -6.38 |
| Jun 30, 2022 | -1.99 |
| Mar 31, 2022 | -2.19 |
| Dec 31, 2021 | -7.62 |
| Sep 30, 2021 | -3.17 |
Copa Holdings Interest Coverage Ratio 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=interest-coverage-ratio&ticker=CPA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=CPA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();