Global-E Online (GLBE) Treasury Shares (2020)
Global-E Online's (GLBE) quarterly Treasury Shares came in at $162101.0 in Q4 2020.
Analysis
Global-E Online (GLBE) Treasury Shares (2020) Analysis & Trends
Global-E Online has disclosed Treasury Shares across 1 years of filings, most recently posting $162101.0 for Q4 2020.
- In Q4 2020, Treasury Shares changed N/A year-over-year to $162101.0; the TTM figure through Dec 2020 stood at $162101.0 (changed N/A YoY), while the FY2020 annual figure was $162101.0, up 17.13% from the prior year.
- Treasury Shares came in at $162101.0 for Q4 2020 at Global-E Online.
- In the past five years, Treasury Shares ranged from a high of $162101.0 in Q4 2020 to a low of $162101.0 in Q4 2020.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (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 | 147,633.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
API Access
Global-E Online Treasury Shares 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=treasury-shares&ticker=GLBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=GLBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();