Mogu (MOGU) Tax Rate (2017 - 2026)
Mogu's (MOGU) quarterly Tax Rate came in at 5.05% in Q1 2026, up 269.0% year-over-year from 1.37% in Q1 2025, and up 113.68% quarter-over-quarter from 2.36% in Q1 2025.
Mogu (MOGU) Tax Rate (2017 - 2026) Analysis & Trends
Mogu has disclosed Tax Rate across 10 years of filings, most recently posting 5.05% for Q1 2026.
- In Q1 2026, Tax Rate rose 269.0% year-over-year to 5.05%; the TTM figure through Mar 2026 stood at 2.12% (up 250.0% YoY), while the FY2026 annual figure was 112.67%, down 11415.0% from the prior year.
- Tax Rate came in at 5.05% for Q1 2026 at Mogu, up from 2.36% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 5.05% in Q1 2026 to a low of 5.81% in Q1 2023.
- Average Tax Rate over 5 years is 0.7%, with a median of 0.2% recorded in 2024.
- Year-over-year, Tax Rate slumped 359 bps in 2022 and soared 600 bps in 2024.
- Over 5 years, Tax Rate stood at 5.31% in 2022, then dropped by 9 bps to 5.81% in 2023, then surged by 103 bps to 0.2% in 2024, then soared by 1100 bps to 2.36% in 2025, then surged by 114 bps to 5.05% in 2026.
- Per Business Quant data, the three most recent Tax Rate figures were 5.05% in Q1 2026, 2.36% in Q1 2025, and 0.2% in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -48.43% |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 23.83% |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | -14.82% |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 9.03% |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 23.10% |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 16.99% |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 14.80% |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 24.49% |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -19.33% |
| 10 | Mogu | 4.66 Bn | 4.62 Bn | 1.53 Mn | 5.05% |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 5.05% |
| Mar 31, 2025 | 2.36% |
| Mar 31, 2024 | 0.20% |
| Mar 31, 2023 | -5.81% |
| Mar 31, 2022 | -5.31% |
| Sep 30, 2021 | -0.47% |
| Jun 30, 2021 | -0.22% |
| Mar 31, 2021 | -1.72% |
| Dec 31, 2020 | 34.62% |
| Sep 30, 2020 | -1.16% |
| Jun 30, 2020 | -1.39% |
| Mar 31, 2020 | -0.78% |
| Dec 31, 2019 | 0.05% |
| Sep 30, 2019 | -0.23% |
| Jun 30, 2019 | 0.35% |
| Mar 31, 2019 | -3.08% |
| Dec 31, 2018 | -3.03% |
| Sep 30, 2018 | -3.06% |
| Jun 30, 2018 | -4.58% |
| Mar 31, 2018 | 63.42% |
Mogu Tax Rate 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=tax-rate&ticker=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();