Service Corp International (SCI) Gains from Sales and Divestitures (2009 - 2020)
Service Corp International (SCI) posted Gains from Sales and Divestitures of $737000.0 for Q2 2020, down 83.78% on a QoQ basis from $4.5 million in Q1 2020, and up 106.23% year-over-year from $357361.7 in Q3 2019.
Service Corp International (SCI) Gains from Sales and Divestitures (2009 - 2020) Analysis & Trends
Service Corp International has reported Gains from Sales and Divestitures for 12 years, with the latest figure at $737000.0 in Q2 2020.
- On a quarterly basis, Gains from Sales and Divestitures rose 106.23% year-over-year to $737000.0 in Q2 2020; TTM through Jun 2020 was -$41.3 million, a 85.48% decrease from a year earlier, with the FY2019 full-year figure at -$32.9 million, down 106.61% from the prior year.
- Gains from Sales and Divestitures was $737000.0 for Q2 2020 at Service Corp International, down from $4.5 million in the prior quarter.
- The five-year high for Gains from Sales and Divestitures was $30.6 million in Q2 2016, with the low at -$48.1 million in Q4 2019.
- Average Gains from Sales and Divestitures over 5 years is -$2.8 million, with a median of -$684500.0 recorded in 2017.
- The sharpest annual moves came in 2016 and 2019: Gains from Sales and Divestitures soared 448.93% in 2016, then plunged 7708.28% in 2019.
- Over 5 years, Gains from Sales and Divestitures stood at -$3.6 million in 2016, then surged by 59.31% to -$1.5 million in 2017, then jumped by 58.1% to -$616000.0 in 2018, then slumped by 7708.28% to -$48.1 million in 2019, then surged by 101.53% to $737000.0 in 2020.
- The last three Gains from Sales and Divestitures figures came in at $737000.0 (Q2 2020), $4.5 million (Q1 2020), and -$48.1 million (Q4 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2020 | 737,000.00 |
| Mar 31, 2020 | 4.55 Mn |
| Dec 31, 2019 | -48.10 Mn |
| Sep 30, 2019 | 1.48 Mn |
| Jun 30, 2019 | -11.82 Mn |
| Mar 31, 2019 | -1.88 Mn |
| Dec 31, 2018 | -616,000.00 |
| Sep 30, 2018 | -7.97 Mn |
| Jun 30, 2018 | -6.87 Mn |
| Mar 31, 2018 | -482,000.00 |
| Dec 31, 2017 | -1.47 Mn |
| Sep 30, 2017 | 143,000.00 |
| Jun 30, 2017 | -753,000.00 |
| Mar 31, 2017 | -4.94 Mn |
| Dec 31, 2016 | -3.61 Mn |
| Sep 30, 2016 | -557,000.00 |
| Jun 30, 2016 | 30.64 Mn |
| Mar 31, 2016 | 347,000.00 |
| Dec 31, 2015 | -3.12 Mn |
| Sep 30, 2015 | -10.76 Mn |
Service Corp International Gains from Sales and Divestitures 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=gains-from-sales-and-divestitures&ticker=SCI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-sales-and-divestitures", "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=gains-from-sales-and-divestitures&ticker=SCI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();