Mogu (MOGU) EBT (2017 - 2026)
Mogu's (MOGU) quarterly EBT came in at -$5.7 million in Q1 2026, down 18.02% year-over-year from -$7.0 million in Q1 2025, and down 18.02% quarter-over-quarter from -$4.9 million in Q1 2025.
Mogu (MOGU) EBT (2017 - 2026) Analysis & Trends
Mogu has disclosed EBT across 10 years of filings, most recently posting -$5.7 million for Q1 2026.
- In Q1 2026, EBT fell 18.02% year-over-year to -$5.7 million; the TTM figure through Mar 2026 stood at -$32.7 million (up 49.71% YoY), while the FY2026 annual figure was $789000.0, up 110.01% from the prior year.
- EBT came in at -$5.7 million for Q1 2026 at Mogu, down from -$4.9 million in the prior quarter.
- In the past five years, EBT ranged from a high of -$3.0 million in Q1 2024 to a low of -$38.0 million in Q1 2022.
- Average EBT over 5 years is -$14.1 million, with a median of -$5.7 million recorded in 2026.
- Year-over-year, EBT slumped 125.28% in 2022 and jumped 83.96% in 2024.
- Over 5 years, EBT stood at -$38.0 million in 2022, then jumped by 50.04% to -$19.0 million in 2023, then jumped by 83.96% to -$3.0 million in 2024, then tumbled by 59.71% to -$4.9 million in 2025, then slipped by 18.02% to -$5.7 million in 2026.
- Per Business Quant data, the three most recent EBT figures were -$5.7 million in Q1 2026, -$4.9 million in Q1 2025, and -$3.0 million in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 3.89 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 2.56 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 6.06 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 897.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 606.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 665.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 1.03 Bn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 147.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 245.73 Mn |
| 10 | Mogu | 4.66 Bn | 4.62 Bn | 1.53 Mn | -5.75 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -5.75 Mn |
| Mar 31, 2025 | -4.87 Mn |
| Mar 31, 2024 | -3.05 Mn |
| Mar 31, 2023 | -19.00 Mn |
| Mar 31, 2022 | -38.02 Mn |
| Sep 30, 2021 | -49.40 Mn |
| Jun 30, 2021 | -14.82 Mn |
| Mar 31, 2021 | -16.88 Mn |
| Dec 31, 2020 | -4.18 Mn |
| Sep 30, 2020 | -13.97 Mn |
| Jun 30, 2020 | -12.76 Mn |
| Mar 31, 2020 | -20.20 Mn |
| Dec 31, 2019 | -232.90 Mn |
| Sep 30, 2019 | -34.81 Mn |
| Jun 30, 2019 | -14.12 Mn |
| Mar 31, 2019 | -23.52 Mn |
| Dec 31, 2018 | -8.55 Mn |
| Sep 30, 2018 | -26.92 Mn |
| Jun 30, 2018 | -17.05 Mn |
| Mar 31, 2018 | 2.97 Mn |
Mogu EBT 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=ebt&ticker=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();