Global-E Online (GLBE) Cash from Investing Activities (2020 - 2026)
Global-E Online's (GLBE) quarterly Cash from Investing Activities came in at $132.2 million in Q2 2026, up 281.92% year-over-year from $34.6 million in Q2 2025, and up 8561.46% quarter-over-quarter from -$1.6 million in Q1 2026.
Global-E Online (GLBE) Cash from Investing Activities (2020 - 2026) Analysis & Trends
Global-E Online has disclosed Cash from Investing Activities across 7 years of filings, most recently posting $132.2 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 281.92% year-over-year to $132.2 million; the TTM figure through Jun 2026 stood at $43.8 million (up 121.67% YoY), while the FY2025 annual figure was -$180.7 million, down 71.91% from the prior year.
- Cash from Investing Activities came in at $132.2 million for Q2 2026 at Global-E Online, up from -$1.6 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $132.2 million in Q2 2026 to a low of -$248.2 million in Q1 2022.
- Average Cash from Investing Activities over 5 years is -$30.0 million, with a median of -$16.0 million recorded in 2023.
- Year-over-year, Cash from Investing Activities plunged 19757.41% in 2025 and soared 281.92% in 2026.
- Over 5 years, Cash from Investing Activities stood at $13.8 million in 2022, then sank by 177.56% to -$10.7 million in 2023, then tumbled by 542.54% to -$68.8 million in 2024, then decreased by 14.48% to -$78.7 million in 2025, then jumped by 267.87% to $132.2 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were $132.2 million in Q2 2026, -$1.6 million in Q1 2026, and -$78.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 571.00 Mn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 132.17 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | 9.06 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | -5.70 Mn |
| 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 | -9,402.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 132.17 Mn |
| Mar 31, 2026 | -1.56 Mn |
| Dec 31, 2025 | -78.73 Mn |
| Sep 30, 2025 | -8.09 Mn |
| Jun 30, 2025 | -72.65 Mn |
| Mar 31, 2025 | -21.23 Mn |
| Dec 31, 2024 | -68.77 Mn |
| Sep 30, 2024 | -39.43 Mn |
| Jun 30, 2024 | 2.98 Mn |
| Mar 31, 2024 | 108,000.00 |
| Dec 31, 2023 | -10.70 Mn |
| Sep 30, 2023 | -35.06 Mn |
| Jun 30, 2023 | -28.79 Mn |
| Mar 31, 2023 | 19.51 Mn |
| Dec 31, 2022 | 13.80 Mn |
| Sep 30, 2022 | -127.49 Mn |
| Jun 30, 2022 | 31.83 Mn |
| Mar 31, 2022 | -248.23 Mn |
| Dec 31, 2021 | 38.56 Mn |
| Sep 30, 2021 | -4.93 Mn |
Global-E Online Cash from Investing Activities 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=cash-from-investing-activities&ticker=GLBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=GLBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();