Gatx (GATX) FCF Margin (2009 - 2026)
Gatx's (GATX) quarterly FCF Margin came in at 13.05% in Q2 2026, up 2645.0% year-over-year from 0.48% in Q2 2025, and up 101.76% quarter-over-quarter from 740.26% in Q1 2026.
Gatx (GATX) FCF Margin (2009 - 2026) Analysis & Trends
Gatx has disclosed FCF Margin across 18 years of filings, most recently posting 13.05% for Q2 2026.
- In Q2 2026, FCF Margin rose 2645.0% year-over-year to 13.05%; the TTM figure through Jun 2026 stood at 228.25% (down 18532.0% YoY), while the FY2025 annual figure was 38.42%, up 2922.0% from the prior year.
- FCF Margin came in at 13.05% for Q2 2026 at Gatx, up from 740.26% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 13.05% in Q2 2026 to a low of 740.26% in Q1 2026.
- Average FCF Margin over 5 years is 94.71%, with a median of 64.52% recorded in 2025.
- Year-over-year, FCF Margin soared 6513 bps in 2025 and sank 69944 bps in 2026.
- Over 5 years, FCF Margin stood at 57.95% in 2022, then sank by 44 bps to 83.32% in 2023, then surged by 58 bps to 34.66% in 2024, then sank by 90 bps to 65.79% in 2025, then jumped by 120 bps to 13.05% in 2026.
- Per Business Quant data, the three most recent FCF Margin figures were 13.05% in Q2 2026, 740.26% in Q1 2026, and 65.79% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | 11.92% |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | 13.05% |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | -3.40% |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 273.74% |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | -49.68% |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | 10.32% |
| 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 | 13.05% |
| Mar 31, 2026 | -740.26% |
| Dec 31, 2025 | -65.79% |
| Sep 30, 2025 | -32.64% |
| Jun 30, 2025 | -13.40% |
| Mar 31, 2025 | -40.82% |
| Dec 31, 2024 | -34.66% |
| Sep 30, 2024 | -84.93% |
| Jun 30, 2024 | -78.54% |
| Mar 31, 2024 | -73.97% |
| Dec 31, 2023 | -83.32% |
| Sep 30, 2023 | -61.71% |
| Jun 30, 2023 | -94.17% |
| Mar 31, 2023 | -86.16% |
| Dec 31, 2022 | -57.95% |
| Sep 30, 2022 | -20.97% |
| Jun 30, 2022 | -63.26% |
| Mar 31, 2022 | -85.34% |
| Dec 31, 2021 | -22.27% |
| Sep 30, 2021 | -28.20% |
Gatx FCF Margin 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=fcf-margin&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();