Mogu (MOGU) EBT Margin (2017 - 2026)
Mogu's (MOGU) quarterly EBT Margin came in at 69.83% in Q1 2026, up 2311.0% year-over-year from 2.9% in Q1 2025, and up 24.86% quarter-over-quarter from 92.94% in Q1 2025.
Mogu (MOGU) EBT Margin (2017 - 2026) Analysis & Trends
Mogu has disclosed EBT Margin across 10 years of filings, most recently posting 69.83% for Q1 2026.
- In Q1 2026, EBT Margin rose 2311.0% year-over-year to 69.83%; the TTM figure through Mar 2026 stood at 94.8% (up 952.0% YoY), while the FY2026 annual figure was 4.34%, up 4483.0% from the prior year.
- EBT Margin came in at 69.83% for Q1 2026 at Mogu, up from 92.94% in the prior quarter.
- In the past five years, EBT Margin ranged from a high of 69.83% in Q1 2026 to a low of 107.92% in Q1 2023.
- Average EBT Margin over 5 years is 93.26%, with a median of 92.94% recorded in 2025.
- Year-over-year, EBT Margin tumbled 377 bps in 2022 and surged 2311 bps in 2026.
- Over 5 years, EBT Margin stood at 105.55% in 2022, then decreased by 2 bps to 107.92% in 2023, then advanced by 17 bps to 90.07% in 2024, then decreased by 3 bps to 92.94% in 2025, then advanced by 25 bps to 69.83% in 2026.
- Per Business Quant data, the three most recent EBT Margin figures were 69.83% in Q1 2026, 92.94% in Q1 2025, and 90.07% in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 9.82% |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 34.82% |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 36.60% |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 24.86% |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 5.96% |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 21.22% |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 23.80% |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 14.09% |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | - |
| 10 | Mogu | 4.66 Bn | 4.62 Bn | 1.53 Mn | -69.83% |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -69.83% |
| Mar 31, 2025 | -92.94% |
| Mar 31, 2024 | -90.07% |
| Mar 31, 2023 | -107.92% |
| Mar 31, 2022 | -105.55% |
| Sep 30, 2021 | -100.34% |
| Jun 30, 2021 | -100.22% |
| Mar 31, 2021 | -101.79% |
| Dec 31, 2020 | -74.28% |
| Sep 30, 2020 | -101.17% |
| Jun 30, 2020 | -101.41% |
| Mar 31, 2020 | -120.18% |
| Dec 31, 2019 | -601.53% |
| Sep 30, 2019 | -76.19% |
| Jun 30, 2019 | -80.42% |
| Mar 31, 2019 | -72.53% |
| Dec 31, 2018 | -16.00% |
| Sep 30, 2018 | -101.32% |
| Jun 30, 2018 | -88.57% |
| Mar 31, 2018 | 10.08% |
Mogu EBT Margin 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-margin&ticker=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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-margin&ticker=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();