Greenbrier Companies (GBX) Short-Term Debt issuances (2010 - 2026)
Greenbrier Companies' (GBX) quarterly Short-Term Debt issuances came in at $15.0 million in Q2 2026, up 3650.0% year-over-year from $400000.0 in Q2 2025, and up 400.0% quarter-over-quarter from -$5.0 million in Q4 2025.
Greenbrier Companies (GBX) Short-Term Debt issuances (2010 - 2026) Analysis & Trends
Greenbrier Companies has disclosed Short-Term Debt issuances across 17 years of filings, most recently posting $15.0 million for Q2 2026.
- In Q2 2026, Short-Term Debt issuances rose 3650.0% year-over-year to $15.0 million; the TTM figure through May 2026 stood at $21.4 million (up 162.03% YoY), while the FY2025 annual figure was $23.7 million, up 185.25% from the prior year.
- Short-Term Debt issuances came in at $15.0 million for Q2 2026 at Greenbrier Companies, up from -$5.0 million in the prior quarter.
- In the past five years, Short-Term Debt issuances ranged from a high of $122.0 million in Q4 2024 to a low of -$223.2 million in Q1 2022.
- Average Short-Term Debt issuances over 5 years is -$12.5 million, with a median of -$2.5 million recorded in 2024.
- Year-over-year, Short-Term Debt issuances plunged 4304.0% in 2025 and jumped 3650.0% in 2026.
- Over 5 years, Short-Term Debt issuances stood at -$83.4 million in 2022, then jumped by 137.17% to $31.0 million in 2023, then surged by 293.55% to $122.0 million in 2024, then tumbled by 104.1% to -$5.0 million in 2025, then jumped by 400.0% to $15.0 million in 2026.
- Per Business Quant data, the three most recent Short-Term Debt issuances figures were $15.0 million in Q2 2026, -$5.0 million in Q4 2025, and $11.4 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (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 | -2.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 | 15.00 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 |
|---|---|
| May 31, 2026 | 15.00 Mn |
| Nov 30, 2025 | -5.00 Mn |
| Aug 31, 2025 | 11.40 Mn |
| May 31, 2025 | 400,000.00 |
| Feb 28, 2025 | -110.10 Mn |
| Nov 30, 2024 | 122.00 Mn |
| Aug 31, 2024 | -46.80 Mn |
| May 31, 2024 | -9.50 Mn |
| Feb 29, 2024 | -2.50 Mn |
| Nov 30, 2023 | 31.00 Mn |
| Aug 31, 2023 | 41.30 Mn |
| May 31, 2023 | 52.90 Mn |
| Feb 28, 2023 | 19.00 Mn |
| Nov 30, 2022 | -83.40 Mn |
| Aug 31, 2022 | -4.00 Mn |
| May 31, 2022 | -21.70 Mn |
| Feb 28, 2022 | -223.20 Mn |
| Nov 30, 2021 | 147.60 Mn |
| Aug 31, 2021 | 49.80 Mn |
| May 31, 2021 | 49.20 Mn |
Greenbrier Companies Short-Term Debt issuances 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=short-term-debt-issuances&ticker=GBX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=GBX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();