Mogu (MOGU) Profit After Tax (2017 - 2026)
Mogu's (MOGU) quarterly Profit After Tax came in at -$7.3 million in Q1 2026, down 39.86% year-over-year from -$12.2 million in Q1 2025, and down 39.86% quarter-over-quarter from -$5.2 million in Q1 2025.
Mogu (MOGU) Profit After Tax (2017 - 2026) Analysis & Trends
Mogu has disclosed Profit After Tax across 10 years of filings, most recently posting -$7.3 million for Q1 2026.
- In Q1 2026, Profit After Tax fell 39.86% year-over-year to -$7.3 million; the TTM figure through Mar 2026 stood at -$33.6 million (up 47.01% YoY), while the FY2026 annual figure was $125000.0, down 98.86% from the prior year.
- Profit After Tax came in at -$7.3 million for Q1 2026 at Mogu, down from -$5.2 million in the prior quarter.
- In the past five years, Profit After Tax ranged from a high of -$3.4 million in Q1 2024 to a low of -$37.1 million in Q1 2022.
- Average Profit After Tax over 5 years is -$14.1 million, with a median of -$7.3 million recorded in 2026.
- Year-over-year, Profit After Tax sank 123.69% in 2022 and surged 80.78% in 2024.
- Over 5 years, Profit After Tax stood at -$37.1 million in 2022, then soared by 52.54% to -$17.6 million in 2023, then surged by 80.78% to -$3.4 million in 2024, then plunged by 54.79% to -$5.2 million in 2025, then sank by 39.86% to -$7.3 million in 2026.
- Per Business Quant data, the three most recent Profit After Tax figures were -$7.3 million in Q1 2026, -$5.2 million in Q1 2025, and -$3.4 million in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 1.54 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 1.95 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 4.01 Bn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 816.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 466.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 552.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 878.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 111.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | 198.24 Mn |
| 10 | Mogu | 4.66 Bn | 4.62 Bn | 1.53 Mn | -7.33 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -7.33 Mn |
| Mar 31, 2025 | -5.24 Mn |
| Mar 31, 2024 | -3.38 Mn |
| Mar 31, 2023 | -17.60 Mn |
| Mar 31, 2022 | -37.09 Mn |
| Sep 30, 2021 | -52.14 Mn |
| Jun 30, 2021 | -14.79 Mn |
| Mar 31, 2021 | -16.58 Mn |
| Dec 31, 2020 | -16.89 Mn |
| Sep 30, 2020 | -19.84 Mn |
| Jun 30, 2020 | -12.58 Mn |
| Mar 31, 2020 | -20.04 Mn |
| Dec 31, 2019 | -237.13 Mn |
| Sep 30, 2019 | -45.69 Mn |
| Jun 30, 2019 | -17.56 Mn |
| Mar 31, 2019 | -20.98 Mn |
| Dec 31, 2018 | -6.13 Mn |
| Sep 30, 2018 | -26.57 Mn |
| Jun 30, 2018 | -19.25 Mn |
| Mar 31, 2018 | 4.08 Mn |
Mogu Profit After Tax 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=profit-after-tax&ticker=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();