Guidewire Software (GWRE) Cash & Equivalents Growth (3y) (2014 - 2026)
Analysis
Guidewire Software (GWRE) Cash & Equivalents Growth (3y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | 769.07% |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | 18.58% |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | 14.70% |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | 10.64% |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | 340.67% |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | 36.12% |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | -16.63% |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | 36.77% |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | -2.46% |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | 182.33% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -2.46% |
| Apr 30, 2026 | 3.39% |
| Jan 31, 2026 | 14.06% |
| Oct 31, 2025 | 23.19% |
| Jul 31, 2025 | 4.80% |
| Apr 30, 2025 | 16.01% |
| Jan 31, 2025 | 39.42% |
| Oct 31, 2024 | 50.91% |
| Jul 31, 2024 | 12.50% |
| Apr 30, 2024 | 8.13% |
| Jan 31, 2024 | 1.84% |
| Oct 31, 2023 | 0.85% |
| Jul 31, 2023 | 3.07% |
| Apr 30, 2023 | -3.19% |
| Jan 31, 2023 | 7.96% |
| Oct 31, 2022 | 13.69% |
| Jul 31, 2022 | 33.63% |
| Apr 30, 2022 | -3.95% |
| Jan 31, 2022 | -10.60% |
| Oct 31, 2021 | -15.08% |
API Access
Guidewire Software Cash & Equivalents Growth (3y) 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-3y&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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-3y&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();