Linkage Global (UZX) Property, Plant & Equipment (Net) (2022 - 2026)
Analysis
Linkage Global (UZX) Property, Plant & Equipment (Net) (2022 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,221.38 Bn | 3,792.34 Bn | 73.85 Bn | 321.21 Bn |
| 2 | Netflix | 300.47 Bn | 291.34 Bn | 6.52 Bn | 2.40 Bn |
| 3 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | 46.06 Bn |
| 4 | Shopify | 191.36 Bn | 186.41 Bn | 1.71 Bn | 53.00 Mn |
| 5 | Uber Technologies | 142.64 Bn | 137.43 Bn | 6.38 Bn | 1.81 Bn |
| 6 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | 767.00 Mn |
| 7 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | 700.00 Mn |
| 8 | AppLovin | 110.22 Bn | 107.17 Bn | 1.70 Bn | 111.95 Mn |
| 9 | Spotify Technology | 103.19 Bn | 92.28 Bn | 1.86 Bn | 224.34 Mn |
| 10 | Linkage Global | 10.08 Mn | 10.08 Mn | - | 171,644.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 171,644.00 |
| Sep 30, 2025 | 222,266.00 |
| Mar 31, 2025 | 50,594.00 |
| Sep 30, 2024 | 85,807.00 |
| Mar 31, 2024 | 119,207.00 |
| Sep 30, 2023 | 158,642.00 |
| Sep 30, 2022 | 1.75 Mn |
API Access
Linkage Global Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=UZX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=UZX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();