Gatx (GATX) Interest Coverage Ratio (2009 - 2025)
Gatx's (GATX) quarterly Interest Coverage Ratio came in at 1.25 in Q1 2025, down 3.4% year-over-year from 1.29 in Q1 2024, and up 7.2% quarter-over-quarter from 1.16 in Q4 2024.
Gatx (GATX) Interest Coverage Ratio (2009 - 2025) Analysis & Trends
Gatx has disclosed Interest Coverage Ratio across 17 years of filings, most recently posting 1.25 for Q1 2025.
- In Q1 2025, Interest Coverage Ratio fell 3.4% year-over-year to 1.25; the TTM figure through Mar 2025 stood at 1.21 (down 5.04% YoY), while the FY2025 annual figure was 7.28, up 496.85% from the prior year.
- Interest Coverage Ratio came in at 1.25 for Q1 2025 at Gatx, up from 1.16 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 1.47 in Q3 2022 to a low of 1.12 in Q1 2021.
- Average Interest Coverage Ratio over 5 years is 1.29, with a median of 1.29 recorded in 2024.
- Year-over-year, Interest Coverage Ratio grew 23.39% in 2022 and slipped 16.88% in 2023.
- Over 5 years, Interest Coverage Ratio stood at 1.19 in 2021, then increased by 18.87% to 1.41 in 2022, then declined by 16.88% to 1.17 in 2023, then dropped by 0.91% to 1.16 in 2024, then advanced by 7.2% to 1.25 in 2025.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 1.25 in Q1 2025, 1.16 in Q4 2024, and 1.27 in Q3 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | 7.50 |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | - |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | - |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 2.77 |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | 1.93 |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | - |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | -356.39 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 1.25 |
| Dec 31, 2024 | 1.16 |
| Sep 30, 2024 | 1.27 |
| Jun 30, 2024 | 1.16 |
| Mar 31, 2024 | 1.29 |
| Dec 31, 2023 | 1.17 |
| Sep 30, 2023 | 1.34 |
| Jun 30, 2023 | 1.31 |
| Mar 31, 2023 | 1.39 |
| Dec 31, 2022 | 1.41 |
| Sep 30, 2022 | 1.47 |
| Jun 30, 2022 | 1.40 |
| Mar 31, 2022 | 1.38 |
| Dec 31, 2021 | 1.19 |
| Sep 30, 2021 | 1.41 |
| Jun 30, 2021 | 1.25 |
| Mar 31, 2021 | 1.12 |
| Dec 31, 2020 | 1.32 |
| Sep 30, 2020 | 1.44 |
| Jun 30, 2020 | 1.25 |
Gatx 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=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "ticker": "GATX", "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=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();