Guidewire Software (GWRE) Short term Debt (2024 - 2025)
Guidewire Software's (GWRE) quarterly Short term Debt came in at $179.0 million in Q1 2025, down 35.76% on a QoQ basis from $278.6 million in Q4 2024.
Guidewire Software (GWRE) Short term Debt (2024 - 2025) Analysis & Trends
Guidewire Software (GWRE) has 2 years of Short term Debt data on file, last reported at $179.0 million in Q1 2025.
- On a quarterly basis, Short term Debt changed N/A year-over-year to $179.0 million in Q1 2025; TTM through Jan 2025 was $179.0 million, a N/A change from a year earlier, with the FY2024 full-year figure at $398.9 million, changed N/A from the prior year.
- Short term Debt for Q1 2025 stood at $179.0 million, down from $278.6 million in the prior quarter.
- Across five years, Short term Debt topped out at $398.9 million in Q3 2024 and bottomed at $179.0 million in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2025 | 178.97 Mn |
| Oct 31, 2024 | 278.60 Mn |
| Jul 31, 2024 | 398.90 Mn |
| Apr 30, 2024 | 398.47 Mn |
Guidewire Software Short term Debt 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=short-term-debt&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();