Global-E Online (GLBE) Receivables - Other (2020 - 2026)
Global-E Online's (GLBE) quarterly Receivables - Other came in at -$13.7 million in Q2 2026, down 4.9% year-over-year from -$14.4 million in Q2 2025, and down 413.28% quarter-over-quarter from $4.4 million in Q1 2026.
Global-E Online (GLBE) Receivables - Other (2020 - 2026) Analysis & Trends
Global-E Online has disclosed Receivables - Other across 7 years of filings, most recently posting -$13.7 million for Q2 2026.
- In Q2 2026, Receivables - Other fell 4.9% year-over-year to -$13.7 million; the TTM figure through Jun 2026 stood at -$13.7 million (down 4.9% YoY), while the FY2025 annual figure was -$6.7 million, down 176.94% from the prior year.
- Receivables - Other came in at -$13.7 million for Q2 2026 at Global-E Online, down from $4.4 million in the prior quarter.
- In the past five years, Receivables - Other ranged from a high of $20.1 million in Q2 2022 to a low of -$13.7 million in Q2 2026.
- Average Receivables - Other over 5 years is -$746277.8, with a median of -$5.4 million recorded in 2023.
- Year-over-year, Receivables - Other jumped 1027.19% in 2022 and plunged 346.56% in 2024.
- Over 5 years, Receivables - Other stood at $17.1 million in 2022, then slumped by 164.77% to -$11.1 million in 2023, then jumped by 178.8% to $8.7 million in 2024, then sank by 176.94% to -$6.7 million in 2025, then plunged by 104.14% to -$13.7 million in 2026.
- Per Business Quant data, the three most recent Receivables - Other figures were -$13.7 million in Q2 2026, $4.4 million in Q1 2026, and -$6.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 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 | Caro Holdings | 11.71 Mn | 11.71 Mn | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -13.71 Mn |
| Mar 31, 2026 | 4.38 Mn |
| Dec 31, 2025 | -6.71 Mn |
| Sep 30, 2025 | 6.93 Mn |
| Jun 30, 2025 | -13.07 Mn |
| Mar 31, 2025 | -9.18 Mn |
| Dec 31, 2024 | 8.73 Mn |
| Sep 30, 2024 | -11.93 Mn |
| Jun 30, 2024 | -6.30 Mn |
| Mar 31, 2024 | -7.69 Mn |
| Dec 31, 2023 | -11.07 Mn |
| Sep 30, 2023 | -4.59 Mn |
| Jun 30, 2023 | 2.56 Mn |
| Mar 31, 2023 | 3.75 Mn |
| Dec 31, 2022 | 17.10 Mn |
| Sep 30, 2022 | -11.90 Mn |
| Jun 30, 2022 | 20.13 Mn |
| Mar 31, 2022 | 19.17 Mn |
| Dec 31, 2021 | -29.27 Mn |
| Sep 30, 2021 | -13.61 Mn |
Global-E Online Receivables - Other 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=receivables-other&ticker=GLBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=GLBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();