Avnet (AVT) Income from Discontinued Operations (2016 - 2019)
Avnet's (AVT) quarterly Income from Discontinued Operations came in at -$1.5 million in Q4 2019, down 313.9% year-over-year from $723690.0 in Q4 2018, and down 147.02% quarter-over-quarter from $3.3 million in Q2 2019.
Avnet (AVT) Income from Discontinued Operations (2016 - 2019) Analysis & Trends
Avnet (AVT) has reported Income from Discontinued Operations for 4 consecutive years, with -$1.5 million the latest figure, recorded in Q4 2019.
- On a quarterly basis, Income from Discontinued Operations fell 313.9% year-over-year to -$1.5 million in Q4 2019; TTM through Jun 2020 was $1.7 million, a 146.21% increase from a year earlier, with the FY2020 full-year figure at -$1.5 million, up 58.98% from the prior year.
- Income from Discontinued Operations was -$1.5 million for Q4 2019 at Avnet, down from $3.3 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $181.9 million in Q2 2017 and troughed at -$10.1 million in Q4 2017.
- A 4-year average of $21.1 million and a median of $1.0 million in 2016 frame the typical range for Income from Discontinued Operations.
- Across the five-year window, Income from Discontinued Operations jumped 1060.73% in 2017 and sank 313.9% in 2019, its largest moves.
- Over 4 years, Income from Discontinued Operations stood at $70.8 million in 2016, then slumped by 114.23% to -$10.1 million in 2017, then soared by 96.29% to -$374000.0 in 2018, then sank by 313.9% to -$1.5 million in 2019.
- The last three Income from Discontinued Operations figures came in at -$1.5 million (Q4 2019), $3.3 million (Q2 2019), and -$6.9 million (Q1 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | -306,374.00 |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | - |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | - |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | - |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | - |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | - |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | - |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | - |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | - |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 28, 2019 | -1.55 Mn |
| Jun 29, 2019 | 3.29 Mn |
| Mar 30, 2019 | -6.89 Mn |
| Dec 29, 2018 | -374,000.00 |
| Sep 29, 2018 | 195,000.00 |
| Jun 30, 2018 | 876,000.00 |
| Mar 31, 2018 | -4.46 Mn |
| Dec 30, 2017 | -10.07 Mn |
| Sep 30, 2017 | 121,000.00 |
| Jul 1, 2017 | 8.17 Mn |
| Apr 1, 2017 | 181.85 Mn |
| Dec 31, 2016 | 70.75 Mn |
| Oct 1, 2016 | 1.16 Mn |
| Jul 2, 2016 | 24.75 Mn |
| Apr 2, 2016 | 15.67 Mn |
| Jan 2, 2016 | 53.87 Mn |
Avnet 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=AVT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "AVT", "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=AVT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();