Mogu (MOGU) Consolidated Net Income (2017 - 2026)
Mogu's (MOGU) quarterly Consolidated Net Income came in at -$5.5 million in Q1 2026, down 14.77% year-over-year from -$6.4 million in Q1 2025, and down 14.77% quarter-over-quarter from -$4.8 million in Q1 2025.
Mogu (MOGU) Consolidated Net Income (2017 - 2026) Analysis & Trends
Mogu has disclosed Consolidated Net Income across 10 years of filings, most recently posting -$5.5 million for Q1 2026.
- In Q1 2026, Consolidated Net Income fell 14.77% year-over-year to -$5.5 million; the TTM figure through Mar 2026 stood at -$33.4 million (up 50.91% YoY), while the FY2026 annual figure was $1.7 million, up 121.61% from the prior year.
- Consolidated Net Income came in at -$5.5 million for Q1 2026 at Mogu, down from -$4.8 million in the prior quarter.
- In the past five years, Consolidated Net Income ranged from a high of -$3.0 million in Q1 2024 to a low of -$40.0 million in Q1 2022.
- Average Consolidated Net Income over 5 years is -$14.7 million, with a median of -$5.5 million recorded in 2026.
- Year-over-year, Consolidated Net Income sank 133.22% in 2022 and surged 84.87% in 2024.
- Over 5 years, Consolidated Net Income stood at -$40.0 million in 2022, then jumped by 49.8% to -$20.1 million in 2023, then surged by 84.87% to -$3.0 million in 2024, then plunged by 56.25% to -$4.8 million in 2025, then dropped by 14.77% to -$5.5 million in 2026.
- Per Business Quant data, the three most recent Consolidated Net Income figures were -$5.5 million in Q1 2026, -$4.8 million in Q1 2025, and -$3.0 million in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 5.77 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 1.95 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 6.96 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 816.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 466.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 550.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 875.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 111.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 292.19 Mn |
| 10 | Mogu | 4.66 Bn | 4.62 Bn | 1.53 Mn | -5.46 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -5.46 Mn |
| Mar 31, 2025 | -4.75 Mn |
| Mar 31, 2024 | -3.04 Mn |
| Mar 31, 2023 | -20.10 Mn |
| Mar 31, 2022 | -40.04 Mn |
| Sep 30, 2021 | -49.64 Mn |
| Jun 30, 2021 | -14.84 Mn |
| Mar 31, 2021 | -17.17 Mn |
| Dec 31, 2020 | -2.69 Mn |
| Sep 30, 2020 | -13.86 Mn |
| Jun 30, 2020 | -12.90 Mn |
| Mar 31, 2020 | -20.35 Mn |
| Dec 31, 2019 | -229.93 Mn |
| Sep 30, 2019 | -34.89 Mn |
| Jun 30, 2019 | -14.07 Mn |
| Mar 31, 2019 | -24.24 Mn |
| Dec 31, 2018 | -8.80 Mn |
| Sep 30, 2018 | -27.74 Mn |
| Jun 30, 2018 | -17.83 Mn |
| Mar 31, 2018 | 1.09 Mn |
Mogu Consolidated Net Income 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=consolidated-net-income&ticker=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();