Mogu (MOGU) Change in Cash (2017 - 2026)
Mogu's (MOGU) quarterly Change in Cash came in at -$11000.0 in Q1 2026, up 96.58% year-over-year from -$5595.6 in Q1 2025, and up 96.58% quarter-over-quarter from -$322000.0 in Q1 2025.
Mogu (MOGU) Change in Cash (2017 - 2026) Analysis & Trends
Mogu has disclosed Change in Cash across 10 years of filings, most recently posting -$11000.0 for Q1 2026.
- In Q1 2026, Change in Cash rose 96.58% year-over-year to -$11000.0; the TTM figure through Mar 2026 stood at $2.0 million (up 123.19% YoY), while the FY2026 annual figure was $7.5 million, up 119.61% from the prior year.
- Change in Cash came in at -$11000.0 for Q1 2026 at Mogu, up from -$322000.0 in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $3.4 million in Q1 2023 to a low of -$10.8 million in Q1 2022.
- Average Change in Cash over 5 years is -$1.8 million, with a median of -$322000.0 recorded in 2025.
- Year-over-year, Change in Cash jumped 131.34% in 2023 and sank 130.15% in 2024.
- Over 5 years, Change in Cash stood at -$10.8 million in 2022, then jumped by 131.34% to $3.4 million in 2023, then slumped by 130.15% to -$1.0 million in 2024, then surged by 68.43% to -$322000.0 in 2025, then surged by 96.58% to -$11000.0 in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were -$11000.0 in Q1 2026, -$322000.0 in Q1 2025, and -$1.0 million in Q1 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 270.04 Bn | 234.78 Bn | 15.11 Bn | -6.58 Bn |
| 2 | Booking Holdings | 123.39 Bn | 106.18 Bn | 4.98 Bn | 1.33 Bn |
| 3 | PDD Holdings | 114.37 Bn | 84.09 Bn | 9.45 Bn | 1.02 Bn |
| 4 | Airbnb | 95.47 Bn | 83.40 Bn | 2.98 Bn | 1.46 Bn |
| 5 | Mercadolibre | 92.60 Bn | 77.41 Bn | 4.16 Bn | 1.62 Bn |
| 6 | Ebay | 48.63 Bn | 45.32 Bn | 2.30 Bn | -536.00 Mn |
| 7 | Expedia | 32.13 Bn | 25.01 Bn | 3.91 Bn | 1.30 Bn |
| 8 | Maplebear | 10.35 Bn | 9.50 Bn | 751.00 Mn | 115.00 Mn |
| 9 | Full Truck Alliance | 7.90 Bn | 6.94 Bn | - | 19.22 Mn |
| 10 | Mogu | 4.56 Bn | 4.52 Bn | 1.53 Mn | -11,000.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -11,000.00 |
| Mar 31, 2025 | -322,000.00 |
| Mar 31, 2024 | -1.02 Mn |
| Mar 31, 2023 | 3.38 Mn |
| Mar 31, 2022 | -10.80 Mn |
| Sep 30, 2021 | -14.73 Mn |
| Jun 30, 2021 | 9.34 Mn |
| Mar 31, 2021 | -17.90 Mn |
| Dec 31, 2020 | 13.43 Mn |
| Sep 30, 2020 | -37.74 Mn |
| Jun 30, 2020 | -4.05 Mn |
| Mar 31, 2020 | -1.27 Mn |
| Dec 31, 2019 | -4.70 Mn |
| Sep 30, 2019 | -33.49 Mn |
| Jun 30, 2019 | -20.29 Mn |
| Mar 31, 2019 | 1.57 Mn |
| Dec 31, 2018 | 54.50 Mn |
| Sep 30, 2018 | -43.70 Mn |
| Jun 30, 2018 | -5.62 Mn |
| Mar 31, 2018 | -13.31 Mn |
Mogu Change in Cash 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=change-in-cash&ticker=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();