Guidewire Software (GWRE) Change in Cash (2011 - 2026)
Guidewire Software's (GWRE) quarterly Change in Cash came in at $78.3 million in Q3 2026, down 58.28% year-over-year from $187.6 million in Q3 2025, and up 169.06% on a QoQ basis from -$113.3 million in Q2 2026.
Guidewire Software (GWRE) Change in Cash (2011 - 2026) Analysis & Trends
Guidewire Software (GWRE) has 16 years of Change in Cash data on file, last reported at $78.3 million in Q3 2026.
- On a quarterly basis, Change in Cash fell 58.28% year-over-year to $78.3 million in Q3 2026; TTM through Jul 2026 was -$326.2 million, a 317.6% decrease from a year earlier, with the FY2026 full-year figure at -$326.2 million, down 317.6% from the prior year.
- Change in Cash for Q3 2026 stood at $78.3 million, up from -$113.3 million in the prior quarter.
- Across five years, Change in Cash topped out at $279.5 million in Q3 2022 and bottomed at -$344.8 million in Q4 2022.
- Historically, Change in Cash has averaged $6.0 million across 5 years, with a median of $9.6 million in 2024.
- The widest annual swing landed in 2024, when Change in Cash jumped 364.52%; it then plunged 2047.23% in 2025.
- Year by year, Change in Cash stood at -$344.8 million in 2022, then soared by 69.79% to -$104.2 million in 2023, then jumped by 364.52% to $275.6 million in 2024, then sank by 174.7% to -$205.9 million in 2025, then jumped by 138.01% to $78.3 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $78.3 million in Q3 2026, -$113.3 million in Q2 2026, and -$85.3 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | -539.25 Mn |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | -2.77 Bn |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | -470.00 Mn |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | -643.32 Mn |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | 5.41 Bn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | 1.38 Bn |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | -247.00 Mn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | -431.59 Mn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | 78.25 Mn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | 6.86 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 78.25 Mn |
| Apr 30, 2026 | -113.31 Mn |
| Jan 31, 2026 | -85.28 Mn |
| Oct 31, 2025 | -205.86 Mn |
| Jul 31, 2025 | 187.58 Mn |
| Apr 30, 2025 | -187.17 Mn |
| Jan 31, 2025 | -126.07 Mn |
| Oct 31, 2024 | 275.57 Mn |
| Jul 31, 2024 | 188.39 Mn |
| Apr 30, 2024 | 9.61 Mn |
| Jan 31, 2024 | 48.57 Mn |
| Oct 31, 2023 | -104.18 Mn |
| Jul 31, 2023 | 135.20 Mn |
| Apr 30, 2023 | -9.98 Mn |
| Jan 31, 2023 | 11.74 Mn |
| Oct 31, 2022 | -344.85 Mn |
| Jul 31, 2022 | 279.53 Mn |
| Apr 30, 2022 | 69.48 Mn |
| Jan 31, 2022 | 6.95 Mn |
| Oct 31, 2021 | -126.19 Mn |
Guidewire Software Change in Cash 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=change-in-cash&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();