Global-E Online (GLBE) EPS (Diluted) Growth (3y) (2023 - 2026)
Analysis
Global-E Online (GLBE) EPS (Diluted) Growth (3y) (2023 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) Growth (3y) (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 | 47.41% |
| 3 | Vtex | 627.97 Mn | 442.08 Mn | 51.71 Mn | 52.75% |
| 4 | Rezolve Ai | 381.08 Mn | 269.97 Mn | - | - |
| 5 | Commerce.com | 279.23 Mn | 122.91 Mn | 63.53 Mn | 27.08% |
| 6 | Baozun | 160.48 Mn | -58.81 Mn | 302.56 Mn | 43.56% |
| 7 | BeLive Holdings | 26.73 Mn | 20.11 Mn | - | - |
| 8 | Paid | 20.43 Mn | 19.35 Mn | 1.22 Mn | -28.49% |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | - |
| 10 | Linkage Global | 10.08 Mn | 10.08 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 47.41% |
| Mar 31, 2026 | 38.06% |
| Dec 31, 2025 | 58.28% |
| Sep 30, 2025 | 28.55% |
| Jun 30, 2025 | 28.68% |
| Mar 31, 2025 | 41.27% |
| Dec 31, 2024 | 82.97% |
| Sep 30, 2024 | 48.31% |
| Jun 30, 2024 | 43.96% |
| Mar 31, 2024 | -47.26% |
| Dec 31, 2023 | -90.26% |
| Sep 30, 2023 | -172.93% |
| Jun 30, 2023 | -122.70% |
| Mar 31, 2023 | -61.83% |
API Access
Global-E Online EPS (Diluted) Growth (3y) 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=eps-diluted-growth-3y&ticker=GLBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted-growth-3y", "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=eps-diluted-growth-3y&ticker=GLBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();