Global-E Online (GLBE) Change in Cash (2020 - 2026)
Global-E Online's (GLBE) quarterly Change in Cash came in at $138.1 million in Q2 2026, up 9556.92% year-over-year from $1.4 million in Q2 2025, and up 204.78% quarter-over-quarter from -$131.8 million in Q1 2026.
Global-E Online (GLBE) Change in Cash (2020 - 2026) Analysis & Trends
Global-E Online has disclosed Change in Cash across 7 years of filings, most recently posting $138.1 million for Q2 2026.
- In Q2 2026, Change in Cash rose 9556.92% year-over-year to $138.1 million; the TTM figure through Jun 2026 stood at $142.6 million (up 450.79% YoY), while the FY2025 annual figure was $43.2 million, down 31.47% from the prior year.
- Change in Cash came in at $138.1 million for Q2 2026 at Global-E Online, up from -$131.8 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $138.1 million in Q2 2026 to a low of -$255.0 million in Q1 2022.
- Average Change in Cash over 5 years is -$4.3 million, with a median of -$3.8 million recorded in 2024.
- Year-over-year, Change in Cash sank 9575.36% in 2022 and soared 9556.92% in 2026.
- Over 5 years, Change in Cash stood at $74.7 million in 2022, then grew by 15.24% to $86.0 million in 2023, then sank by 31.9% to $58.6 million in 2024, then gained by 16.64% to $68.3 million in 2025, then jumped by 102.02% to $138.1 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $138.1 million in Q2 2026, -$131.8 million in Q1 2026, and $68.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | -192.00 Mn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 138.07 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | -703,000.00 |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | -762,000.00 |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | - |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | 118,435.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | -426.00 |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 138.07 Mn |
| Mar 31, 2026 | -131.78 Mn |
| Dec 31, 2025 | 68.35 Mn |
| Sep 30, 2025 | 67.94 Mn |
| Jun 30, 2025 | -1.46 Mn |
| Mar 31, 2025 | -91.59 Mn |
| Dec 31, 2024 | 58.60 Mn |
| Sep 30, 2024 | -6.19 Mn |
| Jun 30, 2024 | 67.44 Mn |
| Mar 31, 2024 | -56.76 Mn |
| Dec 31, 2023 | 86.05 Mn |
| Sep 30, 2023 | -9.44 Mn |
| Jun 30, 2023 | -10.21 Mn |
| Mar 31, 2023 | -9.33 Mn |
| Dec 31, 2022 | 74.67 Mn |
| Sep 30, 2022 | -131.14 Mn |
| Jun 30, 2022 | 64.12 Mn |
| Mar 31, 2022 | -255.03 Mn |
| Dec 31, 2021 | 63.14 Mn |
| Sep 30, 2021 | 1.38 Mn |
Global-E Online Change in Cash 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=change-in-cash&ticker=GLBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=GLBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();