Guidewire Software (GWRE) Net Income (2011 - 2026)
Guidewire Software's (GWRE) quarterly Net Income came in at $31.4 million in Q3 2026, down 39.57% year-over-year from $52.0 million in Q3 2025, and up 90.61% on a QoQ basis from $16.5 million in Q2 2026.
Guidewire Software (GWRE) Net Income (2011 - 2026) Analysis & Trends
Guidewire Software (GWRE) has 16 years of Net Income data on file, last reported at $31.4 million in Q3 2026.
- On a quarterly basis, Net Income fell 39.57% year-over-year to $31.4 million in Q3 2026; TTM through Jul 2026 was $139.3 million, a 99.54% increase from a year earlier, with the FY2026 full-year figure at $139.3 million, up 99.53% from the prior year.
- Net Income for Q3 2026 stood at $31.4 million, up from $16.5 million in the prior quarter.
- Across five years, Net Income topped out at $60.1 million in Q1 2026 and bottomed at -$69.3 million in Q4 2022.
- Historically, Net Income has averaged -$2.0 million across 5 years, with a median of $9.1 million in 2024.
- The widest annual swing landed in 2022, when Net Income tumbled 2903.87%; it then jumped 939.56% in 2025.
- Year by year, Net Income stood at -$69.3 million in 2022, then surged by 60.95% to -$27.1 million in 2023, then surged by 133.76% to $9.1 million in 2024, then jumped by 242.58% to $31.3 million in 2025, then climbed by 0.28% to $31.4 million in 2026.
- Per Business Quant data, the three most recent Net Income figures were $31.4 million in Q3 2026, $16.5 million in Q2 2026, and $60.1 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | -83.60 Mn |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | -359.47 Mn |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | 1.10 Bn |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | 87.07 Mn |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | -683.98 Mn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | 251.79 Mn |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | 630.00 Mn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | 28.92 Mn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | 31.40 Mn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | -177.14 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 31.40 Mn |
| Apr 30, 2026 | 16.47 Mn |
| Jan 31, 2026 | 60.11 Mn |
| Oct 31, 2025 | 31.31 Mn |
| Jul 31, 2025 | 51.95 Mn |
| Apr 30, 2025 | 45.99 Mn |
| Jan 31, 2025 | -37.28 Mn |
| Oct 31, 2024 | 9.14 Mn |
| Jul 31, 2024 | -6.10 Mn |
| Apr 30, 2024 | -5.48 Mn |
| Jan 31, 2024 | 9.69 Mn |
| Oct 31, 2023 | -27.07 Mn |
| Jul 31, 2023 | 12.22 Mn |
| Apr 30, 2023 | -45.57 Mn |
| Jan 31, 2023 | -9.19 Mn |
| Oct 31, 2022 | -69.32 Mn |
| Jul 31, 2022 | -31.03 Mn |
| Apr 30, 2022 | -69.32 Mn |
| Jan 31, 2022 | -40.68 Mn |
| Oct 31, 2021 | -51.28 Mn |
Guidewire Software Net 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=net-income&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-income&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();