Linkage Global (UZX) Retained Earnings (2022 - 2026)
Linkage Global's (UZX) quarterly Retained Earnings came in at -$7.4 million in Q1 2026, down 403.68% year-over-year from $2.4 million in Q1 2025, and down 29.02% quarter-over-quarter from -$5.8 million in Q3 2025.
Linkage Global (UZX) Retained Earnings (2022 - 2026) Analysis & Trends
Linkage Global has disclosed Retained Earnings across 5 years of filings, most recently posting -$7.4 million for Q1 2026.
- In Q1 2026, Retained Earnings fell 403.68% year-over-year to -$7.4 million; the TTM figure through Mar 2026 stood at -$7.4 million (down 403.68% YoY), while the FY2025 annual figure was -$5.8 million, down 456.73% from the prior year.
- Retained Earnings came in at -$7.4 million for Q1 2026 at Linkage Global, down from -$5.8 million in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of $2.7 million in Q3 2022 to a low of -$7.4 million in Q1 2026.
- Average Retained Earnings over 5 years is -$1.0 million, with a median of $1.1 million recorded in 2024.
- Year-over-year, Retained Earnings slipped 21.4% in 2024 and slumped 456.73% in 2025.
- Over 5 years, Retained Earnings stood at $2.7 million in 2022, then decreased by 24.44% to $2.1 million in 2023, then retreated by 21.4% to $1.6 million in 2024, then tumbled by 456.73% to -$5.8 million in 2025, then declined by 29.02% to -$7.4 million in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were -$7.4 million in Q1 2026, -$5.8 million in Q3 2025, and -$1.5 million in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,221.38 Bn | 3,792.34 Bn | 73.85 Bn | 493.37 Bn |
| 2 | Netflix | 300.47 Bn | 291.34 Bn | 6.52 Bn | 50.97 Bn |
| 3 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | 103.45 Bn |
| 4 | Shopify | 191.36 Bn | 186.41 Bn | 1.71 Bn | 3.78 Bn |
| 5 | Uber Technologies | 142.64 Bn | 137.43 Bn | 6.38 Bn | 35.70 Bn |
| 6 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | 43.05 Bn |
| 7 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | 18.95 Bn |
| 8 | AppLovin | 110.22 Bn | 107.17 Bn | 1.70 Bn | 2.66 Bn |
| 9 | Spotify Technology | 103.19 Bn | 92.28 Bn | 1.86 Bn | 7.70 Bn |
| 10 | Linkage Global | 10.08 Mn | 10.08 Mn | - | -7.42 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -7.42 Mn |
| Sep 30, 2025 | -5.75 Mn |
| Mar 31, 2025 | -1.47 Mn |
| Sep 30, 2024 | 1.61 Mn |
| Mar 31, 2024 | 1.15 Mn |
| Sep 30, 2023 | 2.05 Mn |
| Sep 30, 2022 | 2.72 Mn |
Linkage Global Retained Earnings 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=retained-earnings&ticker=UZX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=UZX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();