Service Corp International (SCI) Net Cash Flow (2009 - 2026)
Service Corp International (SCI) posted Net Cash Flow of $3.6 million for Q2 2026, down 77.99% on a QoQ basis from $16.5 million in Q1 2026, and down 87.27% year-over-year from $28.6 million in Q2 2025.
Service Corp International (SCI) Net Cash Flow (2009 - 2026) Analysis & Trends
Service Corp International has reported Net Cash Flow for 18 years, with the latest figure at $3.6 million in Q2 2026.
- On a quarterly basis, Net Cash Flow fell 87.27% year-over-year to $3.6 million in Q2 2026; TTM through Jun 2026 was -$3.3 million, a 104.1% decrease from a year earlier, with the FY2025 full-year figure at $19.8 million, up 357.84% from the prior year.
- Net Cash Flow was $3.6 million for Q2 2026 at Service Corp International, down from $16.5 million in the prior quarter.
- The five-year high for Net Cash Flow was $45.8 million in Q4 2023, with the low at -$91.8 million in Q2 2022.
- Average Net Cash Flow over 5 years is -$407833.3, with a median of $2.7 million recorded in 2023.
- The largest YoY upside for Net Cash Flow was 237.85% in 2025 against a maximum downside of 4060.42% in 2025.
- Over 5 years, Net Cash Flow stood at $15.2 million in 2022, then jumped by 201.16% to $45.8 million in 2023, then fell by 15.13% to $38.9 million in 2024, then tumbled by 99.42% to $224000.0 in 2025, then soared by 1525.45% to $3.6 million in 2026.
- The last three Net Cash Flow figures came in at $3.6 million (Q2 2026), $16.5 million (Q1 2026), and $224000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 3.64 Mn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | 33.90 Mn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | 2.40 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | -27.03 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 259.29 Mn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | -300,000.00 |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | 31.49 Mn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | 140.45 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | 153.46 Mn |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn | 24.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.64 Mn |
| Mar 31, 2026 | 16.55 Mn |
| Dec 31, 2025 | 224,000.00 |
| Sep 30, 2025 | -23.76 Mn |
| Jun 30, 2025 | 28.61 Mn |
| Mar 31, 2025 | 14.71 Mn |
| Dec 31, 2024 | 38.88 Mn |
| Sep 30, 2024 | -571,000.00 |
| Jun 30, 2024 | -23.32 Mn |
| Mar 31, 2024 | -10.67 Mn |
| Dec 31, 2023 | 45.82 Mn |
| Sep 30, 2023 | 1.75 Mn |
| Jun 30, 2023 | 9.38 Mn |
| Mar 31, 2023 | -38.43 Mn |
| Dec 31, 2022 | 15.21 Mn |
| Sep 30, 2022 | -18.39 Mn |
| Jun 30, 2022 | -91.80 Mn |
| Mar 31, 2022 | 24.82 Mn |
| Dec 31, 2021 | -140.97 Mn |
| Sep 30, 2021 | -23.69 Mn |
Service Corp International 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=SCI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "ticker": "SCI", "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=SCI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();