Guidewire Software (GWRE) Cash from Financing Activities (2011 - 2026)
Guidewire Software's (GWRE) quarterly Cash from Financing Activities came in at -$200.4 million in Q3 2026, down 27632.01% year-over-year from N/an in Q3 2025, and up 17.94% on a QoQ basis from -$244.2 million in Q2 2026.
Guidewire Software (GWRE) Cash from Financing Activities (2011 - 2026) Analysis & Trends
Guidewire Software (GWRE) has 16 years of Cash from Financing Activities data on file, last reported at -$200.4 million in Q3 2026.
- On a quarterly basis, Cash from Financing Activities fell 27632.01% year-over-year to -$200.4 million in Q3 2026; TTM through Jul 2026 was -$579.0 million, a 803.56% decrease from a year earlier, with the FY2026 full-year figure at -$579.0 million, down 803.56% from the prior year.
- Cash from Financing Activities for Q3 2026 stood at -$200.4 million, up from -$244.2 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $415.5 million in Q4 2024 and bottomed at -$244.2 million in Q2 2026.
- Historically, Cash from Financing Activities has averaged -$45.2 million across 5 years, with a median of -$11.1 million in 2022.
- The widest annual swing landed in 2024, when Cash from Financing Activities jumped 102.18%; it then sank 3889875.0% in 2025.
- Year by year, Cash from Financing Activities stood at -$200.0 million in 2022, then jumped by 76.09% to -$47.8 million in 2023, then soared by 969.03% to $415.5 million in 2024, then plunged by 99.9% to $413000.0 in 2025, then plunged by 48630.99% to -$200.4 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$200.4 million in Q3 2026, -$244.2 million in Q2 2026, and -$134.7 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | 1.79 Bn |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | -2.71 Bn |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | 403.00 Mn |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | -1.36 Bn |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | 5.71 Bn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | -3.49 Mn |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | -1.46 Bn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | -833.85 Mn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | -200.43 Mn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | 7.45 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -200.43 Mn |
| Apr 30, 2026 | -244.25 Mn |
| Jan 31, 2026 | -134.71 Mn |
| Oct 31, 2025 | 413,000.00 |
| Jul 31, 2025 | 728,000.00 |
| Apr 30, 2025 | -178.35 Mn |
| Jan 31, 2025 | -155.59 Mn |
| Oct 31, 2024 | 415.51 Mn |
| Jul 31, 2024 | 1.04 Mn |
| Apr 30, 2024 | 10,000.00 |
| Jan 31, 2024 | 4,000.00 |
| Jul 31, 2023 | -47.81 Mn |
| Apr 30, 2023 | -13.77 Mn |
| Jan 31, 2023 | 2,000.00 |
| Oct 31, 2022 | -200.00 Mn |
| Apr 30, 2022 | 18,000.00 |
| Jan 31, 2022 | -11.11 Mn |
| Oct 31, 2021 | -26.25 Mn |
| Jul 31, 2021 | -38.73 Mn |
| Apr 30, 2021 | -79.80 Mn |
Guidewire Software Cash from Financing 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-financing-activities&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();