Sezzle (SEZL) Net Cash Flow (2020 - 2026)
Sezzle (SEZL) posted Net Cash Flow of -$35.1 million for Q2 2026, down 178.05% on a QoQ basis from $45.0 million in Q1 2026, and down 1629.75% year-over-year from $2.3 million in Q2 2025.
Sezzle (SEZL) Net Cash Flow (2020 - 2026) Analysis & Trends
Sezzle has reported Net Cash Flow for 7 years, with the latest figure at -$35.1 million in Q2 2026.
- On a quarterly basis, Net Cash Flow fell 1629.75% year-over-year to -$35.1 million in Q2 2026; TTM through Jun 2026 was -$7.6 million, a 113.53% decrease from a year earlier, with the FY2025 full-year figure at $2.9 million, down 89.93% from the prior year.
- Net Cash Flow was -$35.1 million for Q2 2026 at Sezzle, down from $45.0 million in the prior quarter.
- The five-year high for Net Cash Flow was $45.0 million in Q1 2026, with the low at -$35.1 million in Q2 2026.
- Average Net Cash Flow over 5 years is $1.9 million, with a median of $3.5 million recorded in 2022.
- The sharpest annual moves came in 2024 and 2026: Net Cash Flow surged 537.92% in 2024, then slumped 1629.75% in 2026.
- Over 5 years, Net Cash Flow stood at $10.3 million in 2022, then sank by 64.43% to $3.7 million in 2023, then surged by 211.2% to $11.4 million in 2024, then tumbled by 385.81% to -$32.6 million in 2025, then declined by 7.68% to -$35.1 million in 2026.
- The last three Net Cash Flow figures came in at -$35.1 million (Q2 2026), $45.0 million (Q1 2026), and -$32.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Block | 45.83 Bn | 39.37 Bn | 3.17 Bn | -643.27 Mn |
| 2 | PayPal Holdings | 45.18 Bn | 33.92 Bn | - | -499.00 Mn |
| 3 | Corpay | 26.12 Bn | 19.43 Bn | 1.19 Bn | 1.42 Bn |
| 4 | Fiserv | 25.09 Bn | 24.49 Bn | 3.59 Bn | -235.00 Mn |
| 5 | Global Payments | 22.62 Bn | 17.85 Bn | 2.03 Bn | -434.74 Mn |
| 6 | Wex | 6.64 Bn | 539.91 Mn | 463.80 Mn | 539.50 Mn |
| 7 | Shift4 Payments | 6.06 Bn | 5.82 Bn | 446.00 Mn | -159.00 Mn |
| 8 | Aci Worldwide | 5.09 Bn | 4.92 Bn | 181.57 Mn | -14.96 Mn |
| 9 | Paymentus Holdings | 4.41 Bn | 4.04 Bn | 94.31 Mn | 37.68 Mn |
| 10 | Sezzle | 3.92 Bn | 3.84 Bn | - | -35.11 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -35.11 Mn |
| Mar 31, 2026 | 44.99 Mn |
| Dec 31, 2025 | -32.61 Mn |
| Sep 30, 2025 | 15.15 Mn |
| Jun 30, 2025 | -2.03 Mn |
| Mar 31, 2025 | 22.42 Mn |
| Dec 31, 2024 | 11.41 Mn |
| Sep 30, 2024 | 24.25 Mn |
| Jun 30, 2024 | -18.11 Mn |
| Mar 31, 2024 | 11.51 Mn |
| Dec 31, 2023 | 3.67 Mn |
| Sep 30, 2023 | 3.80 Mn |
| Jun 30, 2023 | 3.37 Mn |
| Mar 31, 2023 | -9.68 Mn |
| Dec 31, 2022 | 10.31 Mn |
| Sep 30, 2022 | -3.14 Mn |
| Jun 30, 2022 | 3.42 Mn |
| Mar 31, 2022 | -18.77 Mn |
| Dec 31, 2021 | 32.14 Mn |
| Sep 30, 2021 | -12.87 Mn |
Sezzle Net Cash Flow 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=net-cash-flow&ticker=SEZL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=SEZL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();