Guidewire Software (GWRE) Selling, General & Administrative (2011 - 2026)
Analysis
Guidewire Software (GWRE) Selling, General & Administrative (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | 37.27 Mn |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | 356.92 Mn |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | 503.00 Mn |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | 825.87 Mn |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | 128.25 Mn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | 223.67 Mn |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | 1.89 Bn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | 1.69 Bn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | 51.77 Mn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | 76.08 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 51.77 Mn |
| Apr 30, 2026 | 49.94 Mn |
| Jan 31, 2026 | 48.28 Mn |
| Oct 31, 2025 | 48.47 Mn |
| Jul 31, 2025 | 52.47 Mn |
| Apr 30, 2025 | 47.55 Mn |
| Jan 31, 2025 | 41.71 Mn |
| Oct 31, 2024 | 42.75 Mn |
| Jul 31, 2024 | 46.02 Mn |
| Apr 30, 2024 | 42.30 Mn |
| Jan 31, 2024 | 40.18 Mn |
| Oct 31, 2023 | 39.02 Mn |
| Jul 31, 2023 | 40.65 Mn |
| Apr 30, 2023 | 46.82 Mn |
| Jan 31, 2023 | 40.20 Mn |
| Oct 31, 2022 | 42.07 Mn |
| Jul 31, 2022 | 46.52 Mn |
| Apr 30, 2022 | 43.27 Mn |
| Jan 31, 2022 | 37.34 Mn |
| Oct 31, 2021 | 37.64 Mn |
API Access
Guidewire Software Selling, General & Administrative 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=selling-general-and-administrative&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();