Vertiv Holdings (VRT) Other Non Operating Income (2018 - 2026)
Vertiv Holdings' (VRT) quarterly Other Non Operating Income came in at -$3.9 million in Q2 2026, down 69.57% year-over-year from -$12.8 million in Q2 2025, and up 37.1% quarter-over-quarter from -$6.2 million in Q1 2026.
Vertiv Holdings (VRT) Other Non Operating Income (2018 - 2026) Analysis & Trends
Vertiv Holdings has disclosed Other Non Operating Income across 8 years of filings, most recently posting -$3.9 million for Q2 2026.
- In Q2 2026, Other Non Operating Income fell 69.57% year-over-year to -$3.9 million; the TTM figure through Jun 2026 stood at -$18.0 million (down 66.67% YoY), while the FY2025 annual figure was -$12.0 million, down 29.03% from the prior year.
- Other Non Operating Income came in at -$3.9 million for Q2 2026 at Vertiv Holdings, up from -$6.2 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $1.3 million in Q1 2022 to a low of -$7.5 million in Q2 2023.
- Average Other Non Operating Income over 5 years is -$2.9 million, with a median of -$2.7 million recorded in 2023.
- Year-over-year, Other Non Operating Income jumped 95.92% in 2022 and tumbled 1250.0% in 2023.
- Over 5 years, Other Non Operating Income stood at -$1.9 million in 2022, then sank by 42.11% to -$2.7 million in 2023, then surged by 77.78% to -$600000.0 in 2024, then tumbled by 933.33% to -$6.2 million in 2025, then jumped by 37.1% to -$3.9 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$3.9 million in Q2 2026, -$6.2 million in Q1 2026, and -$6.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn |
| 8 | Emerson Electric | 86.05 Bn | 83.88 Bn | 2.66 Bn |
| 9 | Illinois Tool Works | 77.02 Bn | 76.18 Bn | 1.90 Bn |
| 10 | Cummins | 72.43 Bn | 68.82 Bn | 2.47 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.90 Mn |
| Mar 31, 2026 | -6.20 Mn |
| Dec 31, 2025 | -6.20 Mn |
| Sep 30, 2025 | -1.70 Mn |
| Jun 30, 2025 | -2.30 Mn |
| Mar 31, 2025 | -2.60 Mn |
| Dec 31, 2024 | -600,000.00 |
| Sep 30, 2024 | -5.30 Mn |
| Jun 30, 2024 | -1.10 Mn |
| Mar 31, 2024 | -3.20 Mn |
| Dec 31, 2023 | -2.70 Mn |
| Sep 30, 2023 | -2.70 Mn |
| Jun 30, 2023 | -7.50 Mn |
| Mar 31, 2023 | -3.10 Mn |
| Dec 31, 2022 | -1.90 Mn |
| Sep 30, 2022 | -200,000.00 |
| Jun 30, 2022 | -2.90 Mn |
| Mar 31, 2022 | 1.30 Mn |
| Dec 31, 2021 | -1.10 Mn |
| Sep 30, 2021 | -4.90 Mn |
Vertiv Holdings 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=VRT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "VRT", "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=VRT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();