Greenbrier Companies (GBX) Other Non Operating Income (2011 - 2021)
Greenbrier Companies' (GBX) quarterly Other Non Operating Income came in at -$1.5 million in Q3 2021, up 68.75% quarter-over-quarter from -$4.8 million in Q2 2021.
Greenbrier Companies (GBX) Other Non Operating Income (2011 - 2021) Analysis & Trends
Greenbrier Companies has disclosed Other Non Operating Income across 2 years of filings, most recently posting -$1.5 million for Q3 2021.
- In Q3 2021, Other Non Operating Income changed N/A year-over-year to -$1.5 million; the TTM figure through Aug 2021 stood at -$22.0 million (changed N/A YoY), while the FY2025 annual figure was $3.6 million, up 152.17% from the prior year.
- Other Non Operating Income came in at -$1.5 million for Q3 2021 at Greenbrier Companies, up from -$4.8 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of -$1.5 million in Q3 2021 to a low of -$4.8 million in Q2 2021.
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 |
|---|---|
| Aug 31, 2021 | -1.50 Mn |
| May 31, 2021 | -4.80 Mn |
| Aug 31, 2011 | -5.65 Mn |
| May 31, 2011 | -10.01 Mn |
Greenbrier Companies Other Non Operating Income 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=other-non-operating-income&ticker=GBX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=GBX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();