Mogu (MOGU) Retained Earnings (2018 - 2026)
Mogu's (MOGU) quarterly Retained Earnings came in at -$1.3 billion in Q1 2026, down 4.96% year-over-year from -$1.4 billion in Q1 2025, and down 3.37% quarter-over-quarter from -$1.2 billion in Q3 2025.
Mogu (MOGU) Retained Earnings (2018 - 2026) Analysis & Trends
Mogu has disclosed Retained Earnings across 9 years of filings, most recently posting -$1.3 billion for Q1 2026.
- In Q1 2026, Retained Earnings fell 4.96% year-over-year to -$1.3 billion; the TTM figure through Mar 2026 stood at -$1.3 billion (down 4.96% YoY), while the FY2026 annual figure was -$1.3 billion, down 5.21% from the prior year.
- Retained Earnings came in at -$1.3 billion for Q1 2026 at Mogu, down from -$1.2 billion in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of -$1.2 billion in Q3 2023 to a low of -$1.4 billion in Q1 2022.
- Average Retained Earnings over 5 years is -$1.3 billion, with a median of -$1.2 billion recorded in 2025.
- The largest YoY upside for Retained Earnings was 6.34% in 2022 against a maximum downside of 10.32% in 2022.
- Over 5 years, Retained Earnings stood at -$1.2 billion in 2022, then climbed by 0.73% to -$1.2 billion in 2023, then dropped by 4.53% to -$1.3 billion in 2024, then advanced by 1.52% to -$1.2 billion in 2025, then fell by 3.37% to -$1.3 billion in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were -$1.3 billion in Q1 2026, -$1.2 billion in Q3 2025, and -$1.2 billion in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 103.45 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 43.05 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 18.95 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 14.43 Bn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 6.69 Bn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 40.07 Bn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 2.45 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 7.29 Bn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -706.23 Mn |
| 10 | Mogu | 4.66 Bn | 4.62 Bn | 1.53 Mn | -1.29 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -1.29 Bn |
| Sep 30, 2025 | -1.25 Bn |
| Mar 31, 2025 | -1.23 Bn |
| Sep 30, 2024 | -1.27 Bn |
| Mar 31, 2024 | -1.24 Bn |
| Sep 30, 2023 | -1.21 Bn |
| Mar 31, 2023 | -1.29 Bn |
| Sep 30, 2022 | -1.22 Bn |
| Mar 31, 2022 | -1.36 Bn |
| Sep 30, 2021 | -1.30 Bn |
| Jun 30, 2021 | -1.25 Bn |
| Mar 31, 2021 | -1.23 Bn |
| Dec 31, 2020 | -1.21 Bn |
| Sep 30, 2020 | -1.15 Bn |
| Jun 30, 2020 | 1.34 Bn |
| Mar 31, 2020 | -1.10 Bn |
| Dec 31, 2019 | -1.08 Bn |
| Sep 30, 2019 | -821.61 Mn |
| Jun 30, 2019 | -807.87 Mn |
| Mar 31, 2019 | -803.44 Mn |
Mogu 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=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "MOGU", "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=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();