Sezzle (SEZL) Cash from Financing Activities (2020 - 2026)
Sezzle (SEZL) posted Cash from Financing Activities of -$29.6 million for Q2 2026, down 37.68% on a QoQ basis from -$21.5 million in Q1 2026, and down 183.83% year-over-year from $35.3 million in Q2 2025.
Sezzle (SEZL) Cash from Financing Activities (2020 - 2026) Analysis & Trends
Sezzle has reported Cash from Financing Activities for 7 years, with the latest figure at -$29.6 million in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 183.83% year-over-year to -$29.6 million in Q2 2026; TTM through Jun 2026 was -$75.7 million, a 362.25% decrease from a year earlier, with the FY2025 full-year figure at -$25.4 million, down 145.1% from the prior year.
- Cash from Financing Activities was -$29.6 million for Q2 2026 at Sezzle, down from -$21.5 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $35.3 million in Q2 2025, with the low at -$36.1 million in Q1 2025.
- Average Cash from Financing Activities over 5 years is -$4.1 million, with a median of -$4.6 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2024: Cash from Financing Activities jumped 545.23% in 2023, then tumbled 406.74% in 2024.
- Over 5 years, Cash from Financing Activities stood at $9.1 million in 2022, then soared by 109.13% to $19.0 million in 2023, then slumped by 42.95% to $10.8 million in 2024, then tumbled by 168.55% to -$7.4 million in 2025, then tumbled by 298.1% to -$29.6 million in 2026.
- The last three Cash from Financing Activities figures came in at -$29.6 million (Q2 2026), -$21.5 million (Q1 2026), and -$7.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Block | 45.83 Bn | 39.37 Bn | 3.17 Bn | -1.36 Bn |
| 2 | PayPal Holdings | 45.18 Bn | 33.92 Bn | - | 403.00 Mn |
| 3 | Corpay | 26.12 Bn | 19.43 Bn | 1.19 Bn | -3.49 Mn |
| 4 | Fiserv | 25.09 Bn | 24.49 Bn | 3.59 Bn | -1.46 Bn |
| 5 | Global Payments | 22.62 Bn | 17.85 Bn | 2.03 Bn | -833.85 Mn |
| 6 | Wex | 6.64 Bn | 539.91 Mn | 463.80 Mn | 873.00 Mn |
| 7 | Shift4 Payments | 6.06 Bn | 5.82 Bn | 446.00 Mn | -117.00 Mn |
| 8 | Aci Worldwide | 5.09 Bn | 4.92 Bn | 181.57 Mn | -72.03 Mn |
| 9 | Paymentus Holdings | 4.41 Bn | 4.04 Bn | 94.31 Mn | -2.11 Mn |
| 10 | Sezzle | 3.92 Bn | 3.84 Bn | - | -29.60 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -29.60 Mn |
| Mar 31, 2026 | -21.50 Mn |
| Dec 31, 2025 | -7.43 Mn |
| Sep 30, 2025 | -17.17 Mn |
| Jun 30, 2025 | 35.31 Mn |
| Mar 31, 2025 | -36.11 Mn |
| Dec 31, 2024 | 10.85 Mn |
| Sep 30, 2024 | 18.83 Mn |
| Jun 30, 2024 | -13.28 Mn |
| Mar 31, 2024 | -26.76 Mn |
| Dec 31, 2023 | 19.01 Mn |
| Sep 30, 2023 | 17.25 Mn |
| Jun 30, 2023 | -2.76 Mn |
| Mar 31, 2023 | -5.28 Mn |
| Dec 31, 2022 | 9.09 Mn |
| Sep 30, 2022 | -3.87 Mn |
| Jun 30, 2022 | 5.30 Mn |
| Mar 31, 2022 | -26.20 Mn |
| Dec 31, 2021 | 73.37 Mn |
| Sep 30, 2021 | 13.19 Mn |
Sezzle Cash from Financing Activities 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=cash-from-financing-activities&ticker=SEZL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=SEZL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();