Guidewire Software (GWRE) Other Non Operating Income (2011 - 2026)
Guidewire Software's (GWRE) quarterly Other Non Operating Income came in at -$23.8 million in Q3 2026, down 2110.82% year-over-year from $1.2 million in Q3 2025, and down 26.17% on a QoQ basis from -$18.9 million in Q2 2026.
Guidewire Software (GWRE) Other Non Operating Income (2011 - 2026) Analysis & Trends
Guidewire Software (GWRE) has 16 years of Other Non Operating Income data on file, last reported at -$23.8 million in Q3 2026.
- On a quarterly basis, Other Non Operating Income fell 2110.82% year-over-year to -$23.8 million in Q3 2026; TTM through Jul 2026 was -$21.0 million, a 40.15% increase from a year earlier, with the FY2026 full-year figure at -$21.0 million, up 40.16% from the prior year.
- Other Non Operating Income for Q3 2026 stood at -$23.8 million, down from -$18.9 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $34.1 million in Q2 2025 and bottomed at -$66.3 million in Q1 2025.
- Historically, Other Non Operating Income has averaged -$4.6 million across 5 years, with a median of -$4.1 million in 2024.
- The widest annual swing landed in 2025, when Other Non Operating Income soared 621.41%; it then plunged 2110.82% in 2026.
- Year by year, Other Non Operating Income stood at -$13.8 million in 2022, then advanced by 0.59% to -$13.7 million in 2023, then soared by 70.49% to -$4.1 million in 2024, then plunged by 31.05% to -$5.3 million in 2025, then slumped by 347.65% to -$23.8 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$23.8 million in Q3 2026, -$18.9 million in Q2 2026, and $27.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -23.79 Mn |
| Apr 30, 2026 | -18.85 Mn |
| Jan 31, 2026 | 26.96 Mn |
| Oct 31, 2025 | -5.31 Mn |
| Jul 31, 2025 | 1.18 Mn |
| Apr 30, 2025 | 34.07 Mn |
| Jan 31, 2025 | -66.29 Mn |
| Oct 31, 2024 | -4.06 Mn |
| Jul 31, 2024 | -1.50 Mn |
| Apr 30, 2024 | -6.54 Mn |
| Jan 31, 2024 | 10.78 Mn |
| Oct 31, 2023 | -13.74 Mn |
| Jul 31, 2023 | 3.61 Mn |
| Apr 30, 2023 | -3.36 Mn |
| Jan 31, 2023 | 11.29 Mn |
| Oct 31, 2022 | -13.82 Mn |
| Jul 31, 2022 | -3.31 Mn |
| Apr 30, 2022 | -6.93 Mn |
| Jan 31, 2022 | -8.05 Mn |
| Oct 31, 2021 | 1.18 Mn |
Guidewire Software 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=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "GWRE", "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=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();