Linkage Global (UZX) Preferred Stock Liabilities (2025 - 2026)
Linkage Global's (UZX) quarterly Preferred Stock Liabilities came in at $31423.0 in Q1 2026, up 17.88% quarter-over-quarter from $26656.0 in Q3 2025.
Linkage Global (UZX) Preferred Stock Liabilities (2025 - 2026) Analysis & Trends
Linkage Global has disclosed Preferred Stock Liabilities across 2 years of filings, most recently posting $31423.0 for Q1 2026.
- In Q1 2026, Preferred Stock Liabilities changed N/A year-over-year to $31423.0; the TTM figure through Mar 2026 stood at $31423.0 (changed N/A YoY), while the FY2025 annual figure was $26656.0, changed N/A from the prior year.
- Preferred Stock Liabilities came in at $31423.0 for Q1 2026 at Linkage Global, up from $26656.0 in the prior quarter.
- In the past five years, Preferred Stock Liabilities ranged from a high of $31423.0 in Q1 2026 to a low of $26656.0 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Stock Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,221.38 Bn | 3,792.34 Bn | 73.85 Bn | 18.02 Bn |
| 2 | Netflix | 300.47 Bn | 291.34 Bn | 6.52 Bn | - |
| 3 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | 1.12 Bn |
| 4 | Shopify | 191.36 Bn | 186.41 Bn | 1.71 Bn | - |
| 5 | Uber Technologies | 142.64 Bn | 137.43 Bn | 6.38 Bn | - |
| 6 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | - |
| 7 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | - |
| 8 | AppLovin | 110.22 Bn | 107.17 Bn | 1.70 Bn | - |
| 9 | Spotify Technology | 103.19 Bn | 92.28 Bn | 1.86 Bn | - |
| 10 | Linkage Global | 10.08 Mn | 10.08 Mn | - | 31,423.00 |
Linkage Global Preferred Stock Liabilities 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=preferred-stock-liabilities&ticker=UZX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "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=preferred-stock-liabilities&ticker=UZX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();