Mogu (MOGU) Net Margin (2017 - 2026)
Mogu's (MOGU) quarterly Net Margin came in at 85.64% in Q1 2026, up 1546.0% year-over-year from 5.2% in Q1 2025, and up 15.29% quarter-over-quarter from 101.11% in Q1 2025.
Mogu (MOGU) Net Margin (2017 - 2026) Analysis & Trends
Mogu has disclosed Net Margin across 10 years of filings, most recently posting 85.64% for Q1 2026.
- In Q1 2026, Net Margin rose 1546.0% year-over-year to 85.64%; the TTM figure through Mar 2026 stood at 93.55% (up 466.0% YoY), while the FY2026 annual figure was 1.46%, up 4575.0% from the prior year.
- Net Margin came in at 85.64% for Q1 2026 at Mogu, up from 101.11% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 85.64% in Q1 2026 to a low of 101.11% in Q1 2025.
- Average Net Margin over 5 years is 95.68%, with a median of 97.67% recorded in 2024.
- Year-over-year, Net Margin plunged 347 bps in 2024 and soared 1546 bps in 2026.
- Over 5 years, Net Margin stood at 99.79% in 2022, then grew by 6 bps to 94.2% in 2023, then slipped by 4 bps to 97.67% in 2024, then declined by 4 bps to 101.11% in 2025, then advanced by 15 bps to 85.64% in 2026.
- Per Business Quant data, the three most recent Net Margin figures were 85.64% in Q1 2026, 101.11% in Q1 2025, and 97.67% in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | 3.92% |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | 26.52% |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | 24.19% |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | 22.62% |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn | 4.58% |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn | 17.55% |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn | 20.28% |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn | 10.45% |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - | - |
| 10 | Mogu | 4.56 Bn | 4.52 Bn | 1.53 Mn | -85.64% |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -85.64% |
| Mar 31, 2025 | -101.11% |
| Mar 31, 2024 | -97.67% |
| Mar 31, 2023 | -94.20% |
| Mar 31, 2022 | -99.79% |
| Sep 30, 2021 | -99.34% |
| Jun 30, 2021 | -100.00% |
| Mar 31, 2021 | -100.00% |
| Dec 31, 2020 | -100.00% |
| Sep 30, 2020 | -100.00% |
| Jun 30, 2020 | -100.00% |
| Mar 31, 2020 | -119.24% |
| Dec 31, 2019 | -606.45% |
| Sep 30, 2019 | -100.00% |
| Jun 30, 2019 | -100.00% |
| Mar 31, 2019 | -31.12% |
| Dec 31, 2018 | -49.13% |
| Sep 30, 2018 | -251.13% |
| Jun 30, 2018 | -252.18% |
| Mar 31, 2018 | -45.91% |
Mogu Net 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=net-margin&ticker=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();