Guidewire Software (GWRE) Exchange Rate Effect (2011 - 2026)
Guidewire Software's (GWRE) quarterly Exchange Rate Effect came in at -$2.6 million in Q3 2026, down 739.56% year-over-year from $412000.0 in Q3 2025, and down 88.89% on a QoQ basis from -$1.4 million in Q2 2026.
Guidewire Software (GWRE) Exchange Rate Effect (2011 - 2026) Analysis & Trends
Guidewire Software (GWRE) has 16 years of Exchange Rate Effect data on file, last reported at -$2.6 million in Q3 2026.
- On a quarterly basis, Exchange Rate Effect fell 739.56% year-over-year to -$2.6 million in Q3 2026; TTM through Jul 2026 was -$969000.0, a 126.08% decrease from a year earlier, with the FY2026 full-year figure at -$969000.0, down 126.08% from the prior year.
- Exchange Rate Effect for Q3 2026 stood at -$2.6 million, down from -$1.4 million in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $6.9 million in Q2 2025 and bottomed at -$4.3 million in Q4 2023.
- Historically, Exchange Rate Effect has averaged -$152894.7 across 5 years, with a median of -$282000.0 in 2023.
- The widest annual swing landed in 2022, when Exchange Rate Effect plunged 891.62%; it then surged 608.71% in 2025.
- Year by year, Exchange Rate Effect stood at -$3.0 million in 2022, then sank by 43.82% to -$4.3 million in 2023, then soared by 99.28% to -$31000.0 in 2024, then tumbled by 267.74% to -$114000.0 in 2025, then slumped by 2211.4% to -$2.6 million in 2026.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were -$2.6 million in Q3 2026, -$1.4 million in Q2 2026, and $3.2 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.56 Bn | 54.94 Bn | 40.81 Mn | - |
| 2 | Coinbase Global | 51.47 Bn | 8.27 Bn | - | -9.09 Mn |
| 3 | PayPal Holdings | 47.44 Bn | 5.67 Bn | - | 29.00 Mn |
| 4 | Block | 45.91 Bn | 17.17 Bn | 3.17 Bn | -55,000.00 |
| 5 | Iren | 33.57 Bn | 21.17 Bn | 103.89 Mn | -2.07 Mn |
| 6 | Corpay | 26.14 Bn | 16.34 Bn | - | -42.20 Mn |
| 7 | Fiserv | 24.72 Bn | 21.42 Bn | 2.90 Bn | -12.00 Mn |
| 8 | Global Payments | 22.99 Bn | 1.43 Bn | 2.03 Bn | 3.15 Mn |
| 9 | Guidewire Software | 11.94 Bn | 8.51 Bn | 269.68 Mn | -2.64 Mn |
| 10 | Hut 8 | 11.93 Bn | 11.77 Bn | 48.04 Mn | 19,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -2.64 Mn |
| Apr 30, 2026 | -1.40 Mn |
| Jan 31, 2026 | 3.18 Mn |
| Oct 31, 2025 | -114,000.00 |
| Jul 31, 2025 | 412,000.00 |
| Apr 30, 2025 | 6.89 Mn |
| Jan 31, 2025 | -3.55 Mn |
| Oct 31, 2024 | -31,000.00 |
| Jul 31, 2024 | 865,000.00 |
| Apr 30, 2024 | -1.35 Mn |
| Jan 31, 2024 | 2.74 Mn |
| Oct 31, 2023 | -4.30 Mn |
| Jul 31, 2023 | 917,000.00 |
| Apr 30, 2023 | -282,000.00 |
| Jan 31, 2023 | 4.93 Mn |
| Oct 31, 2022 | -2.99 Mn |
| Jul 31, 2022 | -1.52 Mn |
| Apr 30, 2022 | -2.83 Mn |
| Jan 31, 2022 | -1.82 Mn |
| Oct 31, 2021 | -984,000.00 |
Guidewire Software Exchange Rate Effect 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=exchange-rate-effect&ticker=GWRE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=GWRE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();