Guidewire Software (GWRE) Retained Earnings (2011 - 2026)
Guidewire Software's (GWRE) quarterly Retained Earnings came in at -$1.0 billion in Q3 2026, down 84.83% year-over-year from -$6.8 billion in Q3 2025, and down 21.15% on a QoQ basis from -$845.5 million in Q2 2026.
Guidewire Software (GWRE) Retained Earnings (2011 - 2026) Analysis & Trends
Guidewire Software (GWRE) has 16 years of Retained Earnings data on file, last reported at -$1.0 billion in Q3 2026.
- On a quarterly basis, Retained Earnings fell 84.83% year-over-year to -$1.0 billion in Q3 2026; TTM through Jul 2026 was -$1.0 billion, a 84.83% decrease from a year earlier, with the FY2026 full-year figure at -$1.0 billion, down 84.83% from the prior year.
- Retained Earnings for Q3 2026 stood at -$1.0 billion, down from -$845.5 million in the prior quarter.
- Across five years, Retained Earnings topped out at -$195.5 million in Q1 2022 and bottomed at -$1.0 billion in Q3 2026.
- Historically, Retained Earnings has averaged -$572.0 million across 5 years, with a median of -$611.0 million in 2026.
- The widest annual swing landed in 2022, when Retained Earnings slumped 860.84%; it then advanced 14.96% in 2025.
- Year by year, Retained Earnings stood at -$473.6 million in 2022, then sank by 36.19% to -$645.0 million in 2023, then gained by 4.67% to -$614.9 million in 2024, then grew by 14.96% to -$522.9 million in 2025, then sank by 95.89% to -$1.0 billion in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were -$1.0 billion in Q3 2026, -$845.5 million in Q2 2026, and -$611.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | -8.77 Bn |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | 5.47 Bn |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | 34.43 Bn |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | 3.45 Bn |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | -1.30 Bn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | 10.86 Bn |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | 28.25 Bn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | 4.01 Bn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | -1.02 Bn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | -364.56 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -1.02 Bn |
| Apr 30, 2026 | -845.53 Mn |
| Jan 31, 2026 | -611.02 Mn |
| Oct 31, 2025 | -522.94 Mn |
| Jul 31, 2025 | -554.25 Mn |
| Apr 30, 2025 | -606.20 Mn |
| Jan 31, 2025 | -652.19 Mn |
| Oct 31, 2024 | -614.91 Mn |
| Jul 31, 2024 | -624.05 Mn |
| Apr 30, 2024 | -640.81 Mn |
| Jan 31, 2024 | -635.33 Mn |
| Oct 31, 2023 | -645.02 Mn |
| Jul 31, 2023 | -617.95 Mn |
| Apr 30, 2023 | -584.36 Mn |
| Jan 31, 2023 | -482.80 Mn |
| Oct 31, 2022 | -473.61 Mn |
| Jul 31, 2022 | -283.98 Mn |
| Apr 30, 2022 | -252.95 Mn |
| Jan 31, 2022 | -195.51 Mn |
| Oct 31, 2021 | -143.64 Mn |
Guidewire Software Retained Earnings 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=retained-earnings&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();