Linkage Global (UZX) Treasury Shares (2025 - 2026)
Linkage Global's (UZX) quarterly Treasury Shares came in at -$1250.0 in Q1 2026, down 150.0% year-over-year from $2500.0 in Q1 2025, and little changed quarter-over-quarter from -$1250.0 in Q3 2025.
Linkage Global (UZX) Treasury Shares (2025 - 2026) Analysis & Trends
Linkage Global has disclosed Treasury Shares across 2 years of filings, most recently posting -$1250.0 for Q1 2026.
- In Q1 2026, Treasury Shares fell 150.0% year-over-year to -$1250.0; the TTM figure through Mar 2026 stood at -$1250.0 (down 150.0% YoY), while the FY2025 annual figure was -$1250.0, changed N/A from the prior year.
- Treasury Shares came in at -$1250.0 for Q1 2026 at Linkage Global, roughly flat from -$1250.0 in the prior quarter.
- In the past five years, Treasury Shares ranged from a high of -$500.0 in Q1 2025 to a low of -$1250.0 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (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 | - |
| 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 | 147,633.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | - |
| 10 | Linkage Global | 10.08 Mn | 10.08 Mn | - | -1,250.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -1,250.00 |
| Mar 31, 2026 | -1,250.00 |
| Mar 31, 2026 | -1,250.00 |
| Mar 31, 2026 | -1,250.00 |
| Sep 30, 2025 | -1,250.00 |
| Sep 30, 2025 | -1,250.00 |
| Sep 30, 2025 | -1,250.00 |
| Sep 30, 2025 | -1,250.00 |
| Mar 31, 2025 | -500.00 |
| Mar 31, 2025 | -500.00 |
| Mar 31, 2025 | -500.00 |
| Mar 31, 2025 | -500.00 |
Linkage Global 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=UZX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=UZX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();