Swvl Holdings (SWVL) Share-based Compensation (2021 - 2022)
Swvl Holdings' (SWVL) quarterly Share-based Compensation came in at -$39.6 million in Q4 2022, down 799.81% year-over-year from $5.7 million in Q4 2021, and down 1347.9% quarter-over-quarter from $3.2 million in Q3 2022.
Swvl Holdings (SWVL) Share-based Compensation (2021 - 2022) Analysis & Trends
Swvl Holdings has disclosed Share-based Compensation across 2 years of filings, most recently posting -$39.6 million for Q4 2022.
- In Q4 2022, Share-based Compensation fell 799.81% year-over-year to -$39.6 million; the TTM figure through Dec 2022 stood at -$25.1 million (changed N/A YoY), while the FY2025 annual figure was $97368.0, up 72.49% from the prior year.
- Share-based Compensation came in at -$39.6 million for Q4 2022 at Swvl Holdings, down from $3.2 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $5.7 million in Q3 2021 to a low of -$39.6 million in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn | 550.00 Mn |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn | 349.00 Mn |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn | - |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn | 76.55 Mn |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn | 2.40 Mn |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - | - |
| 7 | Swvl Holdings | 42.55 Mn | 35.16 Mn | - | - |
| 8 | Scientific Energy | 7.90 Mn | -601,872.18 | 7.63 Mn | - |
| 9 | Pony | 689,999.98 | 680,158.98 | 3,440.00 | - |
| 10 | Freight Technologies | 71,357.58 | -275,360.42 | 373,200.00 | 215,746.00 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | -39.59 Mn |
| Sep 30, 2022 | 3.17 Mn |
| Dec 31, 2021 | 5.66 Mn |
| Sep 30, 2021 | 5.66 Mn |
Swvl Holdings 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=SWVL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "SWVL", "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=SWVL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();