Global-E Online (GLBE) Shares Outstanding (Diluted) (2020 - 2026)
Analysis
Global-E Online (GLBE) Shares Outstanding (Diluted) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Dil.) (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 1.30 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 175.99 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | 185.11 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | 162.86 Mn |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | 82.79 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | 57.83 Mn |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | 10.14 Mn |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | 8.55 Mn |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | 40.80 Mn |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | 7.40 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 175.99 Mn |
| Mar 31, 2026 | 175.99 Mn |
| Dec 31, 2025 | 175.99 Mn |
| Sep 30, 2025 | 167.32 Mn |
| Jun 30, 2025 | 167.32 Mn |
| Mar 31, 2025 | 167.32 Mn |
| Dec 31, 2024 | 167.32 Mn |
| Sep 30, 2024 | 164.35 Mn |
| Jun 30, 2024 | 164.35 Mn |
| Mar 31, 2024 | 164.35 Mn |
| Dec 31, 2023 | 164.35 Mn |
| Sep 30, 2023 | 157.69 Mn |
| Jun 30, 2023 | 157.69 Mn |
| Mar 31, 2023 | 157.69 Mn |
| Dec 31, 2022 | 157.69 Mn |
| Sep 30, 2022 | 101.74 Mn |
| Jun 30, 2022 | 101.74 Mn |
| Mar 31, 2022 | 101.74 Mn |
| Dec 31, 2021 | 101.74 Mn |
| Sep 30, 2021 | 28.64 Mn |
API Access
Global-E Online Shares Outstanding (Diluted) 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=shares-outstanding-diluted&ticker=GLBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding-diluted", "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=shares-outstanding-diluted&ticker=GLBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();