Mogu (MOGU) EBITDA Margin (2017 - 2026)
Mogu's (MOGU) quarterly EBITDA Margin came in at 60.08% in Q1 2026, up 3396.0% year-over-year from 1.72% in Q1 2025, and up 36.11% quarter-over-quarter from 94.04% in Q1 2025.
Mogu (MOGU) EBITDA Margin (2017 - 2026) Analysis & Trends
Mogu has disclosed EBITDA Margin across 10 years of filings, most recently posting 60.08% for Q1 2026.
- In Q1 2026, EBITDA Margin rose 3396.0% year-over-year to 60.08%; the TTM figure through Mar 2026 stood at 39.8% (down 2157.0% YoY), while the FY2026 annual figure was 48.42%, up 167.0% from the prior year.
- EBITDA Margin came in at 60.08% for Q1 2026 at Mogu, up from 94.04% in the prior quarter.
- In the past five years, EBITDA Margin ranged from a high of 5.6% in Q1 2023 to a low of 94.04% in Q1 2025.
- Average EBITDA Margin over 5 years is 50.27%, with a median of 60.08% recorded in 2026.
- Year-over-year, EBITDA Margin tumbled 7889 bps in 2024 and surged 3396 bps in 2026.
- Over 5 years, EBITDA Margin stood at 7.16% in 2022, then rose by 22 bps to 5.6% in 2023, then sank by 1410 bps to 84.49% in 2024, then dropped by 11 bps to 94.04% in 2025, then jumped by 36 bps to 60.08% in 2026.
- Per Business Quant data, the three most recent EBITDA Margin figures were 60.08% in Q1 2026, 94.04% in Q1 2025, and 84.49% in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 14.55% |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 34.00% |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 24.62% |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 21.01% |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 6.72% |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 21.57% |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 23.57% |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 13.71% |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | - |
| 10 | Mogu | 4.66 Bn | 4.62 Bn | 1.53 Mn | -60.08% |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -60.08% |
| Mar 31, 2025 | -94.04% |
| Mar 31, 2024 | -84.49% |
| Mar 31, 2023 | -5.60% |
| Mar 31, 2022 | -7.16% |
| Sep 30, 2021 | -14.94% |
| Jun 30, 2021 | -26.34% |
| Mar 31, 2021 | -18.53% |
| Dec 31, 2020 | 3.29% |
| Sep 30, 2020 | -16.18% |
| Jun 30, 2020 | -19.59% |
| Mar 31, 2020 | -70.22% |
| Dec 31, 2019 | -32.17% |
| Sep 30, 2019 | -38.14% |
| Jun 30, 2019 | -20.97% |
| Mar 31, 2019 | -40.16% |
| Dec 31, 2018 | -1.43% |
| Sep 30, 2018 | -62.61% |
| Jun 30, 2018 | -48.01% |
| Mar 31, 2018 | -39.59% |
Mogu EBITDA 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=ebitda-margin&ticker=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin&ticker=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();