Guidewire Software (GWRE) Cash from Investing Activities (2011 - 2026)
Guidewire Software's (GWRE) quarterly Cash from Investing Activities came in at -$2.6 million in Q3 2026, up 95.61% year-over-year from -$1.3 million in Q3 2025, and down 103.61% on a QoQ basis from $71.1 million in Q2 2026.
Guidewire Software (GWRE) Cash from Investing Activities (2011 - 2026) Analysis & Trends
Guidewire Software (GWRE) has 16 years of Cash from Investing Activities data on file, last reported at -$2.6 million in Q3 2026.
- On a quarterly basis, Cash from Investing Activities rose 95.61% year-over-year to -$2.6 million in Q3 2026; TTM through Jul 2026 was -$136.0 million, a 42.62% increase from a year earlier, with the FY2026 full-year figure at -$136.0 million, up 42.62% from the prior year.
- Cash from Investing Activities for Q3 2026 stood at -$2.6 million, down from $71.1 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $197.5 million in Q3 2022 and bottomed at -$138.8 million in Q4 2025.
- Historically, Cash from Investing Activities has averaged -$5.7 million across 5 years, with a median of -$7.3 million in 2024.
- The widest annual swing landed in 2022, when Cash from Investing Activities jumped 525.78%; it then plunged 881.0% in 2025.
- Year by year, Cash from Investing Activities stood at -$54.4 million in 2022, then surged by 48.93% to -$27.8 million in 2023, then tumbled by 179.21% to -$77.6 million in 2024, then plunged by 78.82% to -$138.8 million in 2025, then soared by 98.15% to -$2.6 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$2.6 million in Q3 2026, $71.1 million in Q2 2026, and -$65.8 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | -2.36 Bn |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | -261.49 Mn |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | -2.89 Bn |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | -306.35 Mn |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | -2.11 Bn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | -47.66 Mn |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | -258.00 Mn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | -263.51 Mn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | -2.57 Mn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | -583.96 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -2.57 Mn |
| Apr 30, 2026 | 71.15 Mn |
| Jan 31, 2026 | -65.80 Mn |
| Oct 31, 2025 | -138.77 Mn |
| Jul 31, 2025 | -58.39 Mn |
| Apr 30, 2025 | -48.06 Mn |
| Jan 31, 2025 | -52.92 Mn |
| Oct 31, 2024 | -77.60 Mn |
| Jul 31, 2024 | -7.29 Mn |
| Apr 30, 2024 | 6.15 Mn |
| Jan 31, 2024 | -23.43 Mn |
| Oct 31, 2023 | -27.79 Mn |
| Jul 31, 2023 | 8.86 Mn |
| Apr 30, 2023 | 52.70 Mn |
| Jan 31, 2023 | 5.58 Mn |
| Oct 31, 2022 | -54.42 Mn |
| Jul 31, 2022 | 197.46 Mn |
| Apr 30, 2022 | 83.78 Mn |
| Jan 31, 2022 | 22.89 Mn |
| Oct 31, 2021 | 8.08 Mn |
Guidewire Software Cash from Investing Activities 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-investing-activities&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();