Guidewire Software (GWRE) Operating Income (2011 - 2026)
Guidewire Software's (GWRE) quarterly Operating Income came in at $62.3 million in Q3 2026, up 110.56% year-over-year from $29.6 million in Q3 2025, and up 103.41% on a QoQ basis from $30.6 million in Q2 2026.
Guidewire Software (GWRE) Operating Income (2011 - 2026) Analysis & Trends
Guidewire Software (GWRE) has 16 years of Operating Income data on file, last reported at $62.3 million in Q3 2026.
- On a quarterly basis, Operating Income rose 110.56% year-over-year to $62.3 million in Q3 2026; TTM through Jul 2026 was $149.9 million, a 264.94% increase from a year earlier, with the FY2026 full-year figure at $149.9 million, up 264.94% from the prior year.
- Operating Income for Q3 2026 stood at $62.3 million, up from $30.6 million in the prior quarter.
- Across five years, Operating Income topped out at $62.3 million in Q3 2026 and bottomed at -$74.6 million in Q4 2022.
- Historically, Operating Income has averaged -$7.6 million across 5 years, with a median of -$4.7 million in 2024.
- The widest annual swing landed in 2022, when Operating Income plunged 38244.05%; it then soared 585.7% in 2026.
- Year by year, Operating Income stood at -$74.6 million in 2022, then jumped by 54.69% to -$33.8 million in 2023, then soared by 86.03% to -$4.7 million in 2024, then surged by 491.48% to $18.5 million in 2025, then surged by 237.26% to $62.3 million in 2026.
- Per Business Quant data, the three most recent Operating Income figures were $62.3 million in Q3 2026, $30.6 million in Q2 2026, and $38.4 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | -11.87 Mn |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | -113.49 Mn |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | 1.43 Bn |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | 446.87 Mn |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | -620.38 Mn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | 472.27 Mn |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | 1.02 Bn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | 337.12 Mn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | 62.32 Mn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | -206.33 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 62.32 Mn |
| Apr 30, 2026 | 30.64 Mn |
| Jan 31, 2026 | 38.44 Mn |
| Oct 31, 2025 | 18.48 Mn |
| Jul 31, 2025 | 29.60 Mn |
| Apr 30, 2025 | 4.47 Mn |
| Jan 31, 2025 | 11.72 Mn |
| Oct 31, 2024 | -4.72 Mn |
| Jul 31, 2024 | 10.31 Mn |
| Apr 30, 2024 | -16.70 Mn |
| Jan 31, 2024 | -12.41 Mn |
| Oct 31, 2023 | -33.78 Mn |
| Jul 31, 2023 | 6.10 Mn |
| Apr 30, 2023 | -57.82 Mn |
| Jan 31, 2023 | -23.22 Mn |
| Oct 31, 2022 | -74.55 Mn |
| Jul 31, 2022 | -32.21 Mn |
| Apr 30, 2022 | -62.40 Mn |
| Jan 31, 2022 | -39.46 Mn |
| Oct 31, 2021 | -65.38 Mn |
Guidewire Software 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=operating-income&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=operating-income&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();