Sezzle (SEZL) Share-based Compensation Growth (1y) (2021 - 2026)
Analysis
Sezzle (SEZL) Share-based Compensation Growth (1y) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Block | 45.83 Bn | 39.37 Bn | 3.17 Bn | -12.64% |
| 2 | PayPal Holdings | 45.18 Bn | 33.92 Bn | - | 6.59% |
| 3 | Corpay | 26.12 Bn | 19.43 Bn | 1.19 Bn | 10.90% |
| 4 | Fiserv | 25.09 Bn | 24.49 Bn | 3.59 Bn | 28.57% |
| 5 | Global Payments | 22.62 Bn | 17.85 Bn | 2.03 Bn | -10.31% |
| 6 | Wex | 6.64 Bn | 539.91 Mn | 463.80 Mn | 15.43% |
| 7 | Shift4 Payments | 6.06 Bn | 5.82 Bn | 446.00 Mn | 106.67% |
| 8 | Aci Worldwide | 5.09 Bn | 4.92 Bn | 181.57 Mn | 14.02% |
| 9 | Paymentus Holdings | 4.41 Bn | 4.04 Bn | 94.31 Mn | 27.61% |
| 10 | Sezzle | 3.92 Bn | 3.84 Bn | - | 41.05% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 41.05% |
| Mar 31, 2026 | 3.77% |
| Dec 31, 2025 | -2.19% |
| Sep 30, 2025 | 65.45% |
| Jun 30, 2025 | 2.46% |
| Mar 31, 2025 | 40.66% |
| Dec 31, 2024 | 34.09% |
| Sep 30, 2024 | 34.07% |
| Jun 30, 2024 | -39.98% |
| Mar 31, 2024 | -62.14% |
| Dec 31, 2023 | -51.45% |
| Sep 30, 2023 | -58.45% |
| Jun 30, 2023 | -15.21% |
| Mar 31, 2023 | -12.07% |
| Dec 31, 2022 | -38.73% |
| Sep 30, 2022 | -45.13% |
| Jun 30, 2022 | -13.11% |
| Mar 31, 2022 | 2.31% |
| Dec 31, 2021 | 6.67% |
| Sep 30, 2021 | 111.65% |
API Access
Sezzle Share-based Compensation Growth (1y) 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-growth-1y&ticker=SEZL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "ticker": "SEZL", "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-growth-1y&ticker=SEZL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();