Sezzle (SEZL) Selling, General & Administrative (2020 - 2026)
Analysis
Sezzle (SEZL) Selling, General & Administrative (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Block | 45.83 Bn | 39.37 Bn | 3.17 Bn | 825.87 Mn |
| 2 | PayPal Holdings | 45.18 Bn | 33.92 Bn | - | 503.00 Mn |
| 3 | Corpay | 26.12 Bn | 19.43 Bn | 1.19 Bn | 223.67 Mn |
| 4 | Fiserv | 25.09 Bn | 24.49 Bn | 3.59 Bn | 1.89 Bn |
| 5 | Global Payments | 22.62 Bn | 17.85 Bn | 2.03 Bn | 1.69 Bn |
| 6 | Wex | 6.64 Bn | 539.91 Mn | 463.80 Mn | 104.30 Mn |
| 7 | Shift4 Payments | 6.06 Bn | 5.82 Bn | 446.00 Mn | 231.00 Mn |
| 8 | Aci Worldwide | 5.09 Bn | 4.92 Bn | 181.57 Mn | 34.48 Mn |
| 9 | Paymentus Holdings | 4.41 Bn | 4.04 Bn | 94.31 Mn | 13.33 Mn |
| 10 | Sezzle | 3.92 Bn | 3.84 Bn | - | 4.35 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.35 Mn |
| Mar 31, 2026 | 3.98 Mn |
| Dec 31, 2025 | 4.97 Mn |
| Sep 30, 2025 | 4.82 Mn |
| Jun 30, 2025 | 3.85 Mn |
| Mar 31, 2025 | 3.13 Mn |
| Dec 31, 2024 | 4.08 Mn |
| Sep 30, 2024 | 2.42 Mn |
| Jun 30, 2024 | 2.52 Mn |
| Mar 31, 2024 | 2.38 Mn |
| Dec 31, 2023 | 1.91 Mn |
| Sep 30, 2023 | 2.18 Mn |
| Jun 30, 2023 | 1.70 Mn |
| Mar 31, 2023 | 2.80 Mn |
| Dec 31, 2022 | 2.18 Mn |
| Sep 30, 2022 | 2.29 Mn |
| Jun 30, 2022 | 4.20 Mn |
| Mar 31, 2022 | 7.74 Mn |
| Dec 31, 2021 | 5.16 Mn |
| Sep 30, 2021 | 4.32 Mn |
API Access
Sezzle Selling, General & Administrative 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=selling-general-and-administrative&ticker=SEZL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=SEZL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();