Global-E Online (GLBE) Retained Earnings (2020 - 2026)
Global-E Online's (GLBE) quarterly Retained Earnings came in at -$585.2 million in Q2 2026, down 8.42% year-over-year from -$639.0 million in Q2 2025, and down 3.59% quarter-over-quarter from -$564.9 million in Q1 2026.
Global-E Online (GLBE) Retained Earnings (2020 - 2026) Analysis & Trends
Global-E Online has disclosed Retained Earnings across 7 years of filings, most recently posting -$585.2 million for Q2 2026.
- In Q2 2026, Retained Earnings fell 8.42% year-over-year to -$585.2 million; the TTM figure through Jun 2026 stood at -$585.2 million (down 8.42% YoY), while the FY2025 annual figure was -$536.3 million, down 0.74% from the prior year.
- Retained Earnings came in at -$585.2 million for Q2 2026 at Global-E Online, down from -$564.9 million in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of -$181.2 million in Q1 2022 to a low of -$585.2 million in Q2 2026.
- Average Retained Earnings over 5 years is -$447.7 million, with a median of -$500.1 million recorded in 2024.
- Year-over-year, Retained Earnings tumbled 203073.58% in 2022 and rose 1.37% in 2025.
- Over 5 years, Retained Earnings stood at -$323.0 million in 2022, then tumbled by 41.42% to -$456.9 million in 2023, then retreated by 16.54% to -$532.4 million in 2024, then declined by 0.74% to -$536.3 million in 2025, then retreated by 9.11% to -$585.2 million in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were -$585.2 million in Q2 2026, -$564.9 million in Q1 2026, and -$536.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 3.78 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | -585.21 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | -75.71 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | -359.62 Mn |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | -636.20 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | - |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | -26.43 Mn |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | 74.93 Mn |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | 9.67 Mn |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -585.21 Mn |
| Mar 31, 2026 | -564.94 Mn |
| Dec 31, 2025 | -536.35 Mn |
| Sep 30, 2025 | -526.58 Mn |
| Jun 30, 2025 | -539.76 Mn |
| Mar 31, 2025 | -550.26 Mn |
| Dec 31, 2024 | -532.40 Mn |
| Sep 30, 2024 | -533.91 Mn |
| Jun 30, 2024 | -511.34 Mn |
| Mar 31, 2024 | -488.90 Mn |
| Dec 31, 2023 | -456.85 Mn |
| Sep 30, 2023 | -434.75 Mn |
| Jun 30, 2023 | -401.66 Mn |
| Mar 31, 2023 | -366.13 Mn |
| Dec 31, 2022 | -323.05 Mn |
| Sep 30, 2022 | -294.58 Mn |
| Jun 30, 2022 | -230.02 Mn |
| Mar 31, 2022 | -181.23 Mn |
| Dec 31, 2021 | -159,000.00 |
| Sep 30, 2021 | -105.15 Mn |
Global-E Online 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=GLBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "GLBE", "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=GLBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();