Perdoceo Education (PRDO) Income from Discontinued Operations (2009 - 2021)
Perdoceo Education's (PRDO) quarterly Income from Discontinued Operations came in at -$4000.0 in Q4 2021, up 80.95% on a YoY basis from -$2210.5 in Q4 2020, and down 300.0% quarter-over-quarter from -$1000.0 in Q3 2021.
Perdoceo Education (PRDO) Income from Discontinued Operations (2009 - 2021) Analysis & Trends
Perdoceo Education (PRDO) has reported Income from Discontinued Operations for 13 consecutive years, with -$4000.0 the latest figure, recorded in Q4 2021.
- For the quarter ending Q4 2021, Income from Discontinued Operations rose 80.95% year-over-year to -$4000.0; the trailing twelve-month figure through Dec 2021 stood at -$17000.0 (up 81.11% YoY), and the FY2021 full-year result was -$17000.0, up 81.11% from the prior year.
- Income from Discontinued Operations declined to -$4000.0 in Q4 2021 per PRDO's latest filing, from -$1000.0 in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $312000.0 in Q4 2018 and bottomed at -$771000.0 in Q3 2017.
- Historically, Income from Discontinued Operations has averaged -$179850.0 across 5 years, with a median of -$32000.0 in 2019.
- The sharpest annual moves came in 2017 and 2018: Income from Discontinued Operations plunged 426.19% in 2017, then jumped 230.0% in 2018.
- Over 5 years, Income from Discontinued Operations stood at -$240000.0 in 2017, then surged by 230.0% to $312000.0 in 2018, then tumbled by 105.77% to -$18000.0 in 2019, then decreased by 16.67% to -$21000.0 in 2020, then soared by 80.95% to -$4000.0 in 2021.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered -$4000.0, -$1000.0, and -$1000.0 for Q4 2021, Q3 2021, and Q2 2021 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | -426,000.00 |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | -500,000.00 |
| 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 | Perdoceo Education | 1.97 Bn | 661.48 Mn | 162.46 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | -4,000.00 |
| Sep 30, 2021 | -1,000.00 |
| Jun 30, 2021 | -1,000.00 |
| Mar 31, 2021 | -11,000.00 |
| Dec 31, 2020 | -21,000.00 |
| Sep 30, 2020 | -21,000.00 |
| Jun 30, 2020 | -22,000.00 |
| Mar 31, 2020 | -26,000.00 |
| Dec 31, 2019 | -18,000.00 |
| Sep 30, 2019 | -159,000.00 |
| Jun 30, 2019 | -38,000.00 |
| Mar 31, 2019 | -397,000.00 |
| Dec 31, 2018 | 312,000.00 |
| Sep 30, 2018 | -277,000.00 |
| Jun 30, 2018 | -147,000.00 |
| Mar 31, 2018 | -498,000.00 |
| Dec 31, 2017 | -240,000.00 |
| Sep 30, 2017 | -771,000.00 |
| Jun 30, 2017 | -594,000.00 |
| Mar 31, 2017 | -663,000.00 |
Perdoceo Education Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=PRDO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "PRDO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-discontinued-operations&ticker=PRDO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();