Mogu (MOGU) Share-based Compensation (2016 - 2024)
Mogu's (MOGU) quarterly Share-based Compensation came in at $626004.0 in Q1 2024, down 62.57% year-over-year from $1.7 million in Q2 2023, and down 62.57% quarter-over-quarter from $1.7 million in Q1 2023.
Mogu (MOGU) Share-based Compensation (2016 - 2024) Analysis & Trends
Mogu has disclosed Share-based Compensation across 9 years of filings, most recently posting $626004.0 for Q1 2024.
- In Q1 2024, Share-based Compensation fell 62.57% year-over-year to $626004.0; the TTM figure through Mar 2024 stood at $626004.0 (down 62.57% YoY), while the FY2026 annual figure was $2000.0, down 98.28% from the prior year.
- Share-based Compensation came in at $626004.0 for Q1 2024 at Mogu, down from $1.7 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $2.8 million in Q1 2020 to a low of $626004.0 in Q1 2024.
- Average Share-based Compensation over 5 years is $1.8 million, with a median of $1.9 million recorded in 2022.
- Year-over-year, Share-based Compensation soared 303.2% in 2020 and plunged 62.57% in 2024.
- Over 5 years, Share-based Compensation stood at $2.8 million in 2020, then retreated by 25.63% to $2.1 million in 2021, then dropped by 9.2% to $1.9 million in 2022, then retreated by 11.17% to $1.7 million in 2023, then sank by 62.57% to $626004.0 in 2024.
- Per Business Quant data, the three most recent Share-based Compensation figures were $626004.0 in Q1 2024, $1.7 million in Q1 2023, and $1.9 million in Q1 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | 437.00 Mn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | 123.00 Mn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | - |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | 487.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 207.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | 182.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | 114.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | 141.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | - |
| 10 | Mogu | 4.66 Bn | 4.62 Bn | 1.53 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2024 | 626,003.98 |
| Mar 31, 2023 | 1.67 Mn |
| Mar 31, 2022 | 1.88 Mn |
| Mar 31, 2021 | 2.07 Mn |
| Mar 31, 2020 | 2.79 Mn |
| Mar 31, 2019 | 691,562.10 |
| Mar 31, 2018 | 2.41 Mn |
| Mar 31, 2017 | 27.70 Mn |
| Mar 31, 2016 | 22.80 Mn |
Mogu Share-based Compensation 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=share-based-compensation&ticker=MOGU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=MOGU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();