Sezzle (SEZL) Cash from Investing Activities (2020 - 2026)
Sezzle (SEZL) posted Cash from Investing Activities of -$57.8 million for Q2 2026, down 156.82% on a QoQ basis from -$22.5 million in Q1 2026, and up 4.35% year-over-year from -$55.4 million in Q2 2025.
Sezzle (SEZL) Cash from Investing Activities (2020 - 2026) Analysis & Trends
Sezzle has reported Cash from Investing Activities for 7 years, with the latest figure at -$57.8 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 4.35% year-over-year to -$57.8 million in Q2 2026; TTM through Jun 2026 was -$207.5 million, a 47.34% decrease from a year earlier, with the FY2025 full-year figure at -$181.6 million, down 99.06% from the prior year.
- Cash from Investing Activities was -$57.8 million for Q2 2026 at Sezzle, down from -$22.5 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $22.3 million in Q1 2024, with the low at -$95.8 million in Q4 2025.
- Average Cash from Investing Activities over 5 years is -$19.7 million, with a median of -$396237.0 recorded in 2022.
- The largest YoY upside for Cash from Investing Activities was 7036.28% in 2024 against a maximum downside of 17234.23% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$221534.0 in 2022, then plunged by 48.01% to -$327883.0 in 2023, then sank by 17234.23% to -$56.8 million in 2024, then plunged by 68.57% to -$95.8 million in 2025, then jumped by 39.71% to -$57.8 million in 2026.
- The last three Cash from Investing Activities figures came in at -$57.8 million (Q2 2026), -$22.5 million (Q1 2026), and -$95.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Block | 45.83 Bn | 39.37 Bn | 3.17 Bn | -306.35 Mn |
| 2 | PayPal Holdings | 45.18 Bn | 33.92 Bn | - | -2.89 Bn |
| 3 | Corpay | 26.12 Bn | 19.43 Bn | 1.19 Bn | -47.66 Mn |
| 4 | Fiserv | 25.09 Bn | 24.49 Bn | 3.59 Bn | -258.00 Mn |
| 5 | Global Payments | 22.62 Bn | 17.85 Bn | 2.03 Bn | -263.51 Mn |
| 6 | Wex | 6.64 Bn | 539.91 Mn | 463.80 Mn | -255.90 Mn |
| 7 | Shift4 Payments | 6.06 Bn | 5.82 Bn | 446.00 Mn | -105.00 Mn |
| 8 | Aci Worldwide | 5.09 Bn | 4.92 Bn | 181.57 Mn | -13.71 Mn |
| 9 | Paymentus Holdings | 4.41 Bn | 4.04 Bn | 94.31 Mn | -9.08 Mn |
| 10 | Sezzle | 3.92 Bn | 3.84 Bn | - | -57.77 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -57.77 Mn |
| Mar 31, 2026 | -22.49 Mn |
| Dec 31, 2025 | -95.81 Mn |
| Sep 30, 2025 | -31.42 Mn |
| Jun 30, 2025 | -60.39 Mn |
| Mar 31, 2025 | 6.05 Mn |
| Dec 31, 2024 | -56.84 Mn |
| Sep 30, 2024 | -29.64 Mn |
| Jun 30, 2024 | -27.02 Mn |
| Mar 31, 2024 | 22.28 Mn |
| Dec 31, 2023 | -327,883.00 |
| Sep 30, 2023 | -298,151.00 |
| Jun 30, 2023 | -418,305.00 |
| Mar 31, 2023 | -321,253.00 |
| Dec 31, 2022 | -221,534.00 |
| Sep 30, 2022 | -217,891.00 |
| Jun 30, 2022 | -194,483.00 |
| Mar 31, 2022 | -374,169.00 |
| Dec 31, 2021 | -345,502.00 |
| Sep 30, 2021 | -402,233.00 |
Sezzle Cash from Investing 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-investing-activities&ticker=SEZL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=SEZL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();