Avnet (AVT) Buildings (2010 - 2013)
Avnet's (AVT) quarterly Buildings came in at $124.2 million in Q2 2013, up 21.28% year-over-year from $102.4 million in Q2 2012, and up 21.28% quarter-over-quarter from $102.4 million in Q2 2012.
Avnet (AVT) Buildings (2010 - 2013) Analysis & Trends
Avnet (AVT) has reported Buildings for 4 consecutive years, with $124.2 million the latest figure, recorded in Q2 2013.
- On a quarterly basis, Buildings rose 21.28% year-over-year to $124.2 million in Q2 2013; TTM through Jun 2013 was $124.2 million, a 21.28% increase from a year earlier, with the FY2013 full-year figure at $124.2 million, up 21.28% from the prior year.
- Buildings was $124.2 million for Q2 2013 at Avnet, up from $102.4 million in the prior quarter.
- Over five years, Buildings peaked at $124.2 million in Q2 2013 and troughed at $102.4 million in Q2 2012.
- A 4-year average of $110.4 million and a median of $107.5 million in 2010 frame the typical range for Buildings.
- Across the five-year window, Buildings dropped 8.63% in 2012 and increased 21.28% in 2013, its largest moves.
- Over 4 years, Buildings stood at $102.9 million in 2010, then grew by 8.94% to $112.1 million in 2011, then decreased by 8.63% to $102.4 million in 2012, then advanced by 21.28% to $124.2 million in 2013.
- The last three Buildings figures came in at $124.2 million (Q2 2013), $102.4 million (Q2 2012), and $112.1 million (Q3 2011), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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
| Date | Value |
|---|---|
| Jun 29, 2013 | 124.19 Mn |
| Jun 30, 2012 | 102.40 Mn |
| Jul 2, 2011 | 112.07 Mn |
| Jul 3, 2010 | 102.88 Mn |
Avnet Buildings 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=buildings&ticker=AVT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "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=buildings&ticker=AVT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();