Linkage Global (UZX) Shares Outstanding (Diluted) (2022 - 2026)
Analysis
Linkage Global (UZX) Shares Outstanding (Diluted) (2022 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Dil.) (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 191.36 Bn | 186.41 Bn | 1.71 Bn | 1.30 Bn |
| 2 | Global-E Online | 7.02 Bn | 6.66 Bn | 131.87 Mn | 175.99 Mn |
| 3 | Vtex | 627.97 Mn | 442.08 Mn | 51.71 Mn | 185.11 Mn |
| 4 | Rezolve Ai | 381.08 Mn | 269.97 Mn | - | 162.86 Mn |
| 5 | Commerce.com | 279.23 Mn | 122.91 Mn | 63.53 Mn | 82.79 Mn |
| 6 | Baozun | 160.48 Mn | -58.81 Mn | 302.56 Mn | 57.83 Mn |
| 7 | BeLive Holdings | 26.73 Mn | 20.11 Mn | - | 10.14 Mn |
| 8 | Paid | 20.43 Mn | 19.35 Mn | 1.22 Mn | 8.55 Mn |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | 40.80 Mn |
| 10 | Linkage Global | 10.08 Mn | 10.08 Mn | - | 5.79 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 5.79 Mn |
| Sep 30, 2025 | 5.79 Mn |
| Mar 31, 2025 | 21.18 Mn |
| Sep 30, 2024 | 21.18 Mn |
| Mar 31, 2024 | 20.00 Mn |
| Sep 30, 2023 | 20.00 Mn |
| Sep 30, 2022 | 20.00 Mn |
API Access
Linkage Global 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=UZX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding-diluted", "ticker": "UZX", "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=UZX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();