Greenbrier Companies (GBX) Cash from Investing Activities (2010 - 2026)
Greenbrier Companies' (GBX) quarterly Cash from Investing Activities came in at -$14.6 million in Q2 2026, up 76.64% year-over-year from -$8.3 million in Q2 2025, and down 131.67% quarter-over-quarter from $46.1 million in Q1 2026.
Greenbrier Companies (GBX) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Greenbrier Companies has disclosed Cash from Investing Activities across 17 years of filings, most recently posting -$14.6 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 76.64% year-over-year to -$14.6 million; the TTM figure through May 2026 stood at -$59.1 million (up 69.47% YoY), while the FY2025 annual figure was -$203.1 million, up 36.61% from the prior year.
- Cash from Investing Activities came in at -$14.6 million for Q2 2026 at Greenbrier Companies, down from $46.1 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $106.3 million in Q1 2022 to a low of -$127.9 million in Q3 2022.
- Average Cash from Investing Activities over 5 years is -$47.3 million, with a median of -$62.4 million recorded in 2023.
- The largest YoY upside for Cash from Investing Activities was 1268.13% in 2022 against a maximum downside of 185.62% in 2022.
- Over 5 years, Cash from Investing Activities stood at -$43.0 million in 2022, then slumped by 56.51% to -$67.3 million in 2023, then advanced by 20.21% to -$53.7 million in 2024, then jumped by 72.07% to -$15.0 million in 2025, then grew by 2.67% to -$14.6 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$14.6 million in Q2 2026, $46.1 million in Q1 2026, and -$15.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -55.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | 45.50 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | -111.60 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | -96.02 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | -14.60 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | -3.56 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 |
|---|---|
| May 31, 2026 | -14.60 Mn |
| Feb 28, 2026 | 46.10 Mn |
| Nov 30, 2025 | -15.00 Mn |
| Aug 31, 2025 | -75.60 Mn |
| May 31, 2025 | -62.50 Mn |
| Feb 28, 2025 | -11.30 Mn |
| Nov 30, 2024 | -53.70 Mn |
| Aug 31, 2024 | -66.10 Mn |
| May 31, 2024 | -91.20 Mn |
| Feb 29, 2024 | -95.80 Mn |
| Nov 30, 2023 | -67.30 Mn |
| Aug 31, 2023 | -105.20 Mn |
| May 31, 2023 | -69.60 Mn |
| Feb 28, 2023 | -62.20 Mn |
| Nov 30, 2022 | -43.00 Mn |
| Aug 31, 2022 | -127.90 Mn |
| May 31, 2022 | -43.70 Mn |
| Feb 28, 2022 | 106.30 Mn |
| Nov 30, 2021 | -158.70 Mn |
| Aug 31, 2021 | -68.50 Mn |
Greenbrier Companies Cash from Investing Activities 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=cash-from-investing-activities&ticker=GBX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "GBX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-investing-activities&ticker=GBX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();