Mogu (MOGU) Operating Income (2017 - 2026)
Mogu's (MOGU) quarterly Operating Income came in at -$5.8 million in Q1 2026, up 29.12% year-over-year from -$4.5 million in Q1 2025, and up 29.12% quarter-over-quarter from -$8.2 million in Q1 2025.
Mogu (MOGU) Operating Income (2017 - 2026) Analysis & Trends
Mogu has disclosed Operating Income across 10 years of filings, most recently posting -$5.8 million for Q1 2026.
- In Q1 2026, Operating Income rose 29.12% year-over-year to -$5.8 million; the TTM figure through Mar 2026 stood at -$38.1 million (up 45.71% YoY), while the FY2026 annual figure was -$10.5 million, up 24.88% from the prior year.
- Operating Income came in at -$5.8 million for Q1 2026 at Mogu, up from -$8.2 million in the prior quarter.
- In the past five years, Operating Income ranged from a high of -$3.8 million in Q1 2024 to a low of -$37.9 million in Q1 2022.
- Average Operating Income over 5 years is -$15.2 million, with a median of -$8.2 million recorded in 2025.
- Year-over-year, Operating Income plunged 125.24% in 2022 and surged 81.52% in 2024.
- Over 5 years, Operating Income stood at -$37.9 million in 2022, then jumped by 46.47% to -$20.3 million in 2023, then surged by 81.52% to -$3.8 million in 2024, then slumped by 119.3% to -$8.2 million in 2025, then increased by 29.12% to -$5.8 million in 2026.
- Per Business Quant data, the three most recent Operating Income figures were -$5.8 million in Q1 2026, -$8.2 million in Q1 2025, and -$3.8 million in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 2.23 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 2.50 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 4.09 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 758.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 683.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 676.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 800.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 143.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 219.02 Mn |
| 10 | Mogu | 4.66 Bn | 4.62 Bn | 1.53 Mn | -5.83 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -5.83 Mn |
| Mar 31, 2025 | -8.23 Mn |
| Mar 31, 2024 | -3.75 Mn |
| Mar 31, 2023 | -20.30 Mn |
| Mar 31, 2022 | -37.92 Mn |
| Sep 30, 2021 | -51.34 Mn |
| Jun 30, 2021 | -15.18 Mn |
| Mar 31, 2021 | -16.83 Mn |
| Dec 31, 2020 | -18.89 Mn |
| Sep 30, 2020 | -14.80 Mn |
| Jun 30, 2020 | -13.44 Mn |
| Mar 31, 2020 | -21.06 Mn |
| Dec 31, 2019 | -229.09 Mn |
| Sep 30, 2019 | -31.28 Mn |
| Jun 30, 2019 | -15.34 Mn |
| Mar 31, 2019 | -25.04 Mn |
| Dec 31, 2018 | -14.21 Mn |
| Sep 30, 2018 | -28.22 Mn |
| Jun 30, 2018 | -18.29 Mn |
| Mar 31, 2018 | -22.96 Mn |
Mogu Operating 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=operating-income&ticker=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();