Guidewire Software (GWRE) Share-based Compensation Growth (1y) (2012 - 2026)
Analysis
Guidewire Software (GWRE) Share-based Compensation Growth (1y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | 1,948.07% |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | 21.50% |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | -3.85% |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | -12.64% |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | 129.25% |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | 10.90% |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | 28.57% |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | -10.31% |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | 10.89% |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | 570.67% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 10.89% |
| Apr 30, 2026 | 11.36% |
| Jan 31, 2026 | 14.19% |
| Oct 31, 2025 | 13.81% |
| Jul 31, 2025 | 13.16% |
| Apr 30, 2025 | 10.11% |
| Jan 31, 2025 | 12.41% |
| Oct 31, 2024 | 5.44% |
| Jul 31, 2024 | 2.02% |
| Apr 30, 2024 | 4.66% |
| Jan 31, 2024 | 0.69% |
| Oct 31, 2023 | 2.85% |
| Jul 31, 2023 | 7.56% |
| Apr 30, 2023 | 6.35% |
| Jan 31, 2023 | -4.45% |
| Oct 31, 2022 | 8.86% |
| Jul 31, 2022 | 17.95% |
| Apr 30, 2022 | 16.67% |
| Jan 31, 2022 | 26.66% |
| Oct 31, 2021 | 14.80% |
API Access
Guidewire Software Share-based Compensation 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=share-based-compensation-growth-1y&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-growth-1y&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();