Guidewire Software (GWRE) Cash from Operations (2011 - 2026)
Guidewire Software's (GWRE) quarterly Cash from Operations came in at $283.9 million in Q3 2026, up 15.95% year-over-year from $244.8 million in Q3 2025, and up 364.0% on a QoQ basis from $61.2 million in Q2 2026.
Guidewire Software (GWRE) Cash from Operations (2011 - 2026) Analysis & Trends
Guidewire Software (GWRE) has 16 years of Cash from Operations data on file, last reported at $283.9 million in Q3 2026.
- On a quarterly basis, Cash from Operations rose 15.95% year-over-year to $283.9 million in Q3 2026; TTM through Jul 2026 was $389.7 million, a 29.53% increase from a year earlier, with the FY2026 full-year figure at $389.7 million, up 29.53% from the prior year.
- Cash from Operations for Q3 2026 stood at $283.9 million, up from $61.2 million in the prior quarter.
- Across five years, Cash from Operations topped out at $283.9 million in Q3 2026 and bottomed at -$87.4 million in Q4 2022.
- Historically, Cash from Operations has averaged $52.3 million across 5 years, with a median of $32.4 million in 2025.
- The widest annual swing landed in 2023, when Cash from Operations slumped 323.58%; it then surged 5576.31% in 2024.
- Year by year, Cash from Operations stood at -$87.4 million in 2022, then rose by 17.56% to -$72.1 million in 2023, then rose by 13.56% to -$62.3 million in 2024, then fell by 8.17% to -$67.4 million in 2025, then soared by 521.21% to $283.9 million in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $283.9 million in Q3 2026, $61.2 million in Q2 2026, and $112.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | 29.01 Mn |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | 197.31 Mn |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | 1.98 Bn |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | 1.02 Bn |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | 1.81 Bn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | 1.47 Bn |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | 1.48 Bn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | 662.62 Mn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | 283.89 Mn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | -5.62 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 283.89 Mn |
| Apr 30, 2026 | 61.18 Mn |
| Jan 31, 2026 | 112.05 Mn |
| Oct 31, 2025 | -67.40 Mn |
| Jul 31, 2025 | 244.83 Mn |
| Apr 30, 2025 | 32.35 Mn |
| Jan 31, 2025 | 85.99 Mn |
| Oct 31, 2024 | -62.31 Mn |
| Jul 31, 2024 | 193.78 Mn |
| Apr 30, 2024 | 4.80 Mn |
| Jan 31, 2024 | 69.25 Mn |
| Oct 31, 2023 | -72.08 Mn |
| Jul 31, 2023 | 173.24 Mn |
| Apr 30, 2023 | -48.63 Mn |
| Jan 31, 2023 | 1.22 Mn |
| Oct 31, 2022 | -87.44 Mn |
| Jul 31, 2022 | 83.59 Mn |
| Apr 30, 2022 | -11.48 Mn |
| Jan 31, 2022 | -3.01 Mn |
| Oct 31, 2021 | -107.04 Mn |
Guidewire Software Cash from Operations 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=cash-from-operations&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();