Guidewire Software (GWRE) Share-based Compensation Growth (3y) (2014 - 2026)
Analysis
Guidewire Software (GWRE) Share-based Compensation Growth (3y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | 256.15% |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | 6.06% |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | -8.84% |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | -6.64% |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | 18.94% |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | -2.69% |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | 3.35% |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | -8.84% |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | 8.58% |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 8.58% |
| Apr 30, 2026 | 8.67% |
| Jan 31, 2026 | 8.93% |
| Oct 31, 2025 | 7.27% |
| Jul 31, 2025 | 7.48% |
| Apr 30, 2025 | 7.02% |
| Jan 31, 2025 | 2.64% |
| Oct 31, 2024 | 5.69% |
| Jul 31, 2024 | 8.98% |
| Apr 30, 2024 | 9.10% |
| Jan 31, 2024 | 6.81% |
| Oct 31, 2023 | 8.73% |
| Jul 31, 2023 | 12.39% |
| Apr 30, 2023 | 12.22% |
| Jan 31, 2023 | 10.61% |
| Oct 31, 2022 | 12.64% |
| Jul 31, 2022 | 14.29% |
| Apr 30, 2022 | 16.08% |
| Jan 31, 2022 | 15.82% |
| Oct 31, 2021 | 11.38% |
API Access
Guidewire Software Share-based Compensation 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=share-based-compensation-growth-3y&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-growth-3y&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();