Global-E Online (GLBE) Income from Continuing Operations (2020 - 2026)
Global-E Online's (GLBE) quarterly Income from Continuing Operations came in at $47.7 million in Q2 2026, up 354.89% year-over-year from $10.5 million in Q2 2025, and up 57.22% quarter-over-quarter from $30.4 million in Q1 2026.
Global-E Online (GLBE) Income from Continuing Operations (2020 - 2026) Analysis & Trends
Global-E Online has disclosed Income from Continuing Operations across 7 years of filings, most recently posting $47.7 million for Q2 2026.
- In Q2 2026, Income from Continuing Operations rose 354.89% year-over-year to $47.7 million; the TTM figure through Jun 2026 stood at $153.7 million (up 640.86% YoY), while the FY2025 annual figure was $68.3 million, up 190.37% from the prior year.
- Income from Continuing Operations came in at $47.7 million for Q2 2026 at Global-E Online, up from $30.4 million in the prior quarter.
- In the past five years, Income from Continuing Operations ranged from a high of $62.5 million in Q4 2025 to a low of -$64.6 million in Q3 2022.
- Average Income from Continuing Operations over 5 years is -$14.4 million, with a median of -$22.5 million recorded in 2024.
- Year-over-year, Income from Continuing Operations plunged 2963.81% in 2022 and soared 4038.63% in 2025.
- Over 5 years, Income from Continuing Operations stood at -$28.5 million in 2022, then advanced by 22.38% to -$22.1 million in 2023, then jumped by 106.83% to $1.5 million in 2024, then soared by 4038.63% to $62.5 million in 2025, then dropped by 23.58% to $47.7 million in 2026.
- Per Business Quant data, the three most recent Income from Continuing Operations figures were $47.7 million in Q2 2026, $30.4 million in Q1 2026, and $62.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 1.50 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 47.72 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | 12.63 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | 1.10 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | 16.34 Mn |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | -7,403.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | -275,218.00 |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 47.72 Mn |
| Mar 31, 2026 | 30.36 Mn |
| Dec 31, 2025 | 62.45 Mn |
| Sep 30, 2025 | 13.18 Mn |
| Jun 30, 2025 | 10.49 Mn |
| Mar 31, 2025 | -17.86 Mn |
| Dec 31, 2024 | 1.51 Mn |
| Sep 30, 2024 | -22.56 Mn |
| Jun 30, 2024 | -22.44 Mn |
| Mar 31, 2024 | -32.05 Mn |
| Dec 31, 2023 | -22.10 Mn |
| Sep 30, 2023 | -33.09 Mn |
| Jun 30, 2023 | -35.53 Mn |
| Mar 31, 2023 | -43.08 Mn |
| Dec 31, 2022 | -28.47 Mn |
| Sep 30, 2022 | -64.55 Mn |
| Jun 30, 2022 | -48.80 Mn |
| Mar 31, 2022 | -53.59 Mn |
| Dec 31, 2021 | -22.49 Mn |
| Sep 30, 2021 | -28.47 Mn |
Global-E Online Income from Continuing Operations 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=income-from-continuing-operations&ticker=GLBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=GLBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();