Guidewire Software (GWRE) Net Cash Flow (2011 - 2026)
Guidewire Software's (GWRE) quarterly Net Cash Flow came in at $80.9 million in Q3 2026, down 56.78% year-over-year from $187.2 million in Q3 2025, and up 172.27% on a QoQ basis from -$111.9 million in Q2 2026.
Guidewire Software (GWRE) Net Cash Flow (2011 - 2026) Analysis & Trends
Guidewire Software (GWRE) has 16 years of Net Cash Flow data on file, last reported at $80.9 million in Q3 2026.
- On a quarterly basis, Net Cash Flow fell 56.78% year-over-year to $80.9 million in Q3 2026; TTM through Jul 2026 was -$325.2 million, a 322.47% decrease from a year earlier, with the FY2026 full-year figure at -$325.2 million, down 322.47% from the prior year.
- Net Cash Flow for Q3 2026 stood at $80.9 million, up from -$111.9 million in the prior quarter.
- Across five years, Net Cash Flow topped out at $281.1 million in Q3 2022 and bottomed at -$341.9 million in Q4 2022.
- Historically, Net Cash Flow has averaged $6.2 million across 5 years, with a median of $8.8 million in 2022.
- The widest annual swing landed in 2024, when Net Cash Flow soared 573.64%; it then tumbled 1869.62% in 2025.
- Year by year, Net Cash Flow stood at -$341.9 million in 2022, then surged by 70.78% to -$99.9 million in 2023, then surged by 375.94% to $275.6 million in 2024, then plunged by 174.66% to -$205.8 million in 2025, then surged by 139.31% to $80.9 million in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were $80.9 million in Q3 2026, -$111.9 million in Q2 2026, and -$88.5 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (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 | - | -499.00 Mn |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | -643.27 Mn |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | 5.41 Bn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | 1.42 Bn |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | -235.00 Mn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | -434.74 Mn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | 80.89 Mn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | 6.86 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 80.89 Mn |
| Apr 30, 2026 | -111.92 Mn |
| Jan 31, 2026 | -88.46 Mn |
| Oct 31, 2025 | -205.75 Mn |
| Jul 31, 2025 | 187.17 Mn |
| Apr 30, 2025 | -194.06 Mn |
| Jan 31, 2025 | -122.52 Mn |
| Oct 31, 2024 | 275.60 Mn |
| Jul 31, 2024 | 187.53 Mn |
| Apr 30, 2024 | 10.97 Mn |
| Jan 31, 2024 | 45.83 Mn |
| Oct 31, 2023 | -99.88 Mn |
| Jul 31, 2023 | 134.28 Mn |
| Apr 30, 2023 | -9.70 Mn |
| Jan 31, 2023 | 6.80 Mn |
| Oct 31, 2022 | -341.86 Mn |
| Jul 31, 2022 | 281.05 Mn |
| Apr 30, 2022 | 72.32 Mn |
| Jan 31, 2022 | 8.78 Mn |
| Oct 31, 2021 | -125.21 Mn |
Guidewire Software Net Cash Flow 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-cash-flow&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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-cash-flow&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();