Mogu (MOGU) Cash from Financing Activities (2017 - 2026)
Mogu's (MOGU) quarterly Cash from Financing Activities came in at $144.37 in Q1 2026, up 100.01% quarter-over-quarter from -$1.3 million in Q1 2023.
Mogu (MOGU) Cash from Financing Activities (2017 - 2026) Analysis & Trends
Mogu has disclosed Cash from Financing Activities across 8 years of filings, most recently posting $144.37 for Q1 2026.
- In Q1 2026, Cash from Financing Activities changed N/A year-over-year to $144.37; the TTM figure through Mar 2026 stood at -$53428.5 (changed N/A YoY), while the FY2026 annual figure was $1126.6, up 101.0% from the prior year.
- Cash from Financing Activities came in at $144.37 for Q1 2026 at Mogu, up from -$1.3 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $1.4 million in Q1 2022 to a low of -$1.3 million in Q1 2023.
- Average Cash from Financing Activities over 3 years is $22381.5, with a median of $144.37 recorded in 2026.
- Year-over-year, Cash from Financing Activities soared 200.22% in 2022 and plunged 195.18% in 2023.
- Over 3 years, Cash from Financing Activities stood at $1.4 million in 2022, then sank by 195.18% to -$1.3 million in 2023, then surged by 100.01% to $144.37 in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were $144.37 in Q1 2026, -$1.3 million in Q1 2023, and $1.4 million in Q1 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 1.40 Bn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | -2.19 Bn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | - |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 571.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 630.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | -464.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 593.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | -327.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -77.80 Mn |
| 10 | Mogu | 4.66 Bn | 4.62 Bn | 1.53 Mn | 144.37 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 144.37 |
| Mar 31, 2023 | -1.32 Mn |
| Mar 31, 2022 | 1.39 Mn |
| Sep 30, 2021 | -120,572.89 |
| Jun 30, 2021 | -1.18 Mn |
| Mar 31, 2021 | -1.39 Mn |
| Dec 31, 2020 | -1.15 Mn |
| Sep 30, 2020 | -14.30 Mn |
| Jun 30, 2020 | -784,000.00 |
| Mar 31, 2020 | -213,000.00 |
| Dec 31, 2019 | -294,000.00 |
| Sep 30, 2019 | -2.65 Mn |
| Jun 30, 2019 | -992,000.00 |
| Mar 31, 2019 | -3.44 Mn |
| Dec 31, 2018 | 61.93 Mn |
| Sep 30, 2018 | 1.64 Mn |
| Jun 30, 2018 | 155,703.73 |
| Mar 31, 2018 | 152,001.24 |
| Dec 31, 2017 | 354,276.86 |
Mogu Cash from Financing Activities 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=cash-from-financing-activities&ticker=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();