Avnet (AVT) Sales of Property, Plant and Equipment (2009 - 2013)
Analysis
Avnet (AVT) Sales of Property, Plant and Equipment (2009 - 2013) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Sale) (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.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
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 28, 2013 | 1.66 Mn |
| Jun 29, 2013 | 2.73 Mn |
| Mar 30, 2013 | 252,000.00 |
| Dec 29, 2012 | -267,000.00 |
| Sep 29, 2012 | 304,000.00 |
| Jun 30, 2012 | 466,000.00 |
| Mar 31, 2012 | 466,000.00 |
| Dec 31, 2011 | -329,000.00 |
| Oct 1, 2011 | 443,000.00 |
| Jul 2, 2011 | 8.27 Mn |
| Apr 2, 2011 | 629,000.00 |
| Jan 1, 2011 | 1.34 Mn |
| Oct 2, 2010 | 388,000.00 |
| Jul 3, 2010 | 5.68 Mn |
| Apr 3, 2010 | 893,000.00 |
| Jan 2, 2010 | 4.20 Mn |
| Oct 3, 2009 | 1.24 Mn |
| Jun 27, 2009 | 3.32 Mn |
| Mar 28, 2009 | 8.21 Mn |
API Access
Avnet Sales of Property, Plant and Equipment 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=sales-of-property-plant-and-equipment&ticker=AVT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "sales-of-property-plant-and-equipment", "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=sales-of-property-plant-and-equipment&ticker=AVT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();