Global-E Online (GLBE) Net Shares Issued and Repurchased (2025 - 2026)
Global-E Online's (GLBE) quarterly Net Shares Issued and Repurchased came in at -$126.9 million in Q2 2026, down 115.36% quarter-over-quarter from -$58.9 million in Q1 2026.
Global-E Online (GLBE) Net Shares Issued and Repurchased (2025 - 2026) Analysis & Trends
Global-E Online has disclosed Net Shares Issued and Repurchased across 2 years of filings, most recently posting -$126.9 million for Q2 2026.
- In Q2 2026, Net Shares Issued and Repurchased changed N/A year-over-year to -$126.9 million; the TTM figure through Jun 2026 stood at -$126.9 million (changed N/A YoY), while the FY2025 annual figure was -$72.2 million, changed N/A from the prior year.
- Net Shares Issued and Repurchased came in at -$126.9 million for Q2 2026 at Global-E Online, down from -$58.9 million in the prior quarter.
- In the past five years, Net Shares Issued and Repurchased ranged from a high of -$58.9 million in Q1 2026 to a low of -$126.9 million in Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Shares Issued (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 191.36 Bn | 186.41 Bn | 1.71 Bn | - |
| 2 | Global-E Online | 7.02 Bn | 6.66 Bn | 131.87 Mn | -126.94 Mn |
| 3 | Vtex | 627.97 Mn | 442.08 Mn | 51.71 Mn | - |
| 4 | Rezolve Ai | 381.08 Mn | 269.97 Mn | - | - |
| 5 | Commerce.com | 279.23 Mn | 122.91 Mn | 63.53 Mn | - |
| 6 | Baozun | 160.48 Mn | -58.81 Mn | 302.56 Mn | - |
| 7 | BeLive Holdings | 26.73 Mn | 20.11 Mn | - | - |
| 8 | Paid | 20.43 Mn | 19.35 Mn | 1.22 Mn | - |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | - |
| 10 | Linkage Global | 10.08 Mn | 10.08 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -126.94 Mn |
| Mar 31, 2026 | -58.95 Mn |
| Dec 31, 2025 | -72.22 Mn |
Global-E Online Net Shares Issued and Repurchased 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=net-shares-issued-and-repurchased&ticker=GLBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-shares-issued-and-repurchased", "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=net-shares-issued-and-repurchased&ticker=GLBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();