Gatx (GATX) Enterprise Value (2009 - 2026)
Gatx's (GATX) quarterly Enterprise Value came in at $6.3 billion in Q2 2026, up 33.82% year-over-year from $4.7 billion in Q2 2025, and up 1.86% quarter-over-quarter from $6.2 billion in Q1 2026.
Gatx (GATX) Enterprise Value (2009 - 2026) Analysis & Trends
Gatx has disclosed Enterprise Value across 18 years of filings, most recently posting $6.3 billion for Q2 2026.
- In Q2 2026, Enterprise Value rose 33.82% year-over-year to $6.3 billion; the TTM figure through Jun 2026 stood at $6.3 billion (up 33.82% YoY), while the FY2025 annual figure was $6.1 billion, up 20.23% from the prior year.
- Enterprise Value came in at $6.3 billion for Q2 2026 at Gatx, up from $6.2 billion in the prior quarter.
- In the past five years, Enterprise Value ranged from a high of $6.3 billion in Q2 2026 to a low of $2.4 billion in Q3 2022.
- Average Enterprise Value over 5 years is $4.4 billion, with a median of $4.2 billion recorded in 2023.
- Year-over-year, Enterprise Value surged 61.12% in 2022 and fell 8.37% in 2024.
- Over 5 years, Enterprise Value stood at $3.3 billion in 2022, then grew by 15.6% to $3.8 billion in 2023, then jumped by 34.05% to $5.1 billion in 2024, then grew by 20.23% to $6.1 billion in 2025, then climbed by 2.74% to $6.3 billion in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were $6.3 billion in Q2 2026, $6.2 billion in Q1 2026, and $6.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn |
| 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 |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn |
| 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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.31 Bn |
| Mar 31, 2026 | 6.20 Bn |
| Dec 31, 2025 | 6.15 Bn |
| Sep 30, 2025 | 5.54 Bn |
| Jun 30, 2025 | 4.72 Bn |
| Mar 31, 2025 | 4.78 Bn |
| Dec 31, 2024 | 5.11 Bn |
| Sep 30, 2024 | 4.20 Bn |
| Jun 30, 2024 | 3.89 Bn |
| Mar 31, 2024 | 4.29 Bn |
| Dec 31, 2023 | 3.81 Bn |
| Sep 30, 2023 | 3.66 Bn |
| Jun 30, 2023 | 4.25 Bn |
| Mar 31, 2023 | 3.71 Bn |
| Dec 31, 2022 | 3.30 Bn |
| Sep 30, 2022 | 2.40 Bn |
| Jun 30, 2022 | 3.14 Bn |
| Mar 31, 2022 | 3.74 Bn |
| Dec 31, 2021 | 3.35 Bn |
| Sep 30, 2021 | 2.61 Bn |
Gatx Enterprise Value 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=enterprise-value&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();