Sezzle (SEZL) Other Non Operating Income (2021 - 2024)
Sezzle (SEZL) posted Other Non Operating Income of -$260000.0 for Q2 2024, up 68.05% on a QoQ basis from -$813806.0 in Q4 2022.
Analysis
Sezzle (SEZL) Other Non Operating Income (2021 - 2024) Analysis & Trends
Sezzle has reported Other Non Operating Income for 3 years, with the latest figure at -$260000.0 in Q2 2024.
- On a quarterly basis, Other Non Operating Income changed N/A year-over-year to -$260000.0 in Q2 2024; TTM through Jun 2025 was -$260000.0, a 0.0% change from a year earlier, with the FY2024 full-year figure at -$260000.0, changed N/A from the prior year.
- Other Non Operating Income was -$260000.0 for Q2 2024 at Sezzle, up from -$813806.0 in the prior quarter.
- The five-year high for Other Non Operating Income was -$260000.0 in Q2 2024, with the low at -$1.1 million in Q1 2021.
- Average Other Non Operating Income over 3 years is -$722161.7, with a median of -$813806.0 recorded in 2022.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Block | 45.83 Bn | 39.37 Bn | 3.17 Bn |
| 2 | PayPal Holdings | 45.18 Bn | 33.92 Bn | - |
| 3 | Corpay | 26.12 Bn | 19.43 Bn | 1.19 Bn |
| 4 | Fiserv | 25.09 Bn | 24.49 Bn | 3.59 Bn |
| 5 | Global Payments | 22.62 Bn | 17.85 Bn | 2.03 Bn |
| 6 | Wex | 6.64 Bn | 539.91 Mn | 463.80 Mn |
| 7 | Shift4 Payments | 6.06 Bn | 5.82 Bn | 446.00 Mn |
| 8 | Aci Worldwide | 5.09 Bn | 4.92 Bn | 181.57 Mn |
| 9 | Paymentus Holdings | 4.41 Bn | 4.04 Bn | 94.31 Mn |
| 10 | Sezzle | 3.92 Bn | 3.84 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2024 | -260,000.00 |
| Dec 31, 2022 | -813,806.00 |
| Mar 31, 2021 | -1.09 Mn |
API Access
Sezzle Other Non Operating Income 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=other-non-operating-income&ticker=SEZL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=SEZL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();