Guidewire Software (GWRE) Cash & Equivalents Growth (1y) (2012 - 2026)
Analysis
Guidewire Software (GWRE) Cash & Equivalents Growth (1y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | 22,993.91% |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | -8.05% |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | 24.19% |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | 0.68% |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | 944.35% |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | 44.27% |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | -37.24% |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | 107.11% |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | -46.57% |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | 8.01% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -46.57% |
| Apr 30, 2026 | -42.26% |
| Jan 31, 2026 | -41.51% |
| Oct 31, 2025 | -40.25% |
| Jul 31, 2025 | 27.36% |
| Apr 30, 2025 | 41.91% |
| Jan 31, 2025 | 99.29% |
| Oct 31, 2024 | 173.23% |
| Jul 31, 2024 | 36.38% |
| Apr 30, 2024 | 34.88% |
| Jan 31, 2024 | 27.32% |
| Oct 31, 2023 | 14.54% |
| Jul 31, 2023 | -33.73% |
| Apr 30, 2023 | -18.43% |
| Jan 31, 2023 | 6.81% |
| Oct 31, 2022 | 9.83% |
| Jul 31, 2022 | 57.52% |
| Apr 30, 2022 | 14.91% |
| Jan 31, 2022 | -22.33% |
| Oct 31, 2021 | -18.45% |
API Access
Guidewire Software Cash & Equivalents Growth (1y) 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-and-equivalents-growth-1y&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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-and-equivalents-growth-1y&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();