Avnet (AVT) Retained Earnings (2009 - 2026)
Avnet's (AVT) quarterly Retained Earnings came in at $3.5 billion in Q2 2026, up 2.42% year-over-year from $3.4 billion in Q2 2025, and up 2.87% quarter-over-quarter from $3.4 billion in Q1 2026.
Avnet (AVT) Retained Earnings (2009 - 2026) Analysis & Trends
Avnet (AVT) has reported Retained Earnings for 18 consecutive years, with $3.5 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings rose 2.42% year-over-year to $3.5 billion in Q2 2026; TTM through Jun 2026 was $3.5 billion, a 2.42% increase from a year earlier, with the FY2026 full-year figure at $3.5 billion, up 2.42% from the prior year.
- Retained Earnings was $3.5 billion for Q2 2026 at Avnet, up from $3.4 billion in the prior quarter.
- Over five years, Retained Earnings peaked at $3.6 billion in Q1 2024 and troughed at -$486.7 million in Q2 2024.
- A 5-year average of $2.7 billion and a median of $3.3 billion in 2025 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings tumbled 213.01% in 2022 and soared 804.75% in 2025, its largest moves.
- Over 5 years, Retained Earnings stood at $3.1 billion in 2022, then advanced by 15.38% to $3.6 billion in 2023, then slipped by 0.63% to $3.5 billion in 2024, then retreated by 5.42% to $3.3 billion in 2025, then climbed by 4.88% to $3.5 billion in 2026.
- The last three Retained Earnings figures came in at $3.5 billion (Q2 2026), $3.4 billion (Q1 2026), and $3.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | 13.44 Bn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | 14.65 Bn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | 7.45 Bn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | -1.49 Bn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | 5.34 Bn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | 7.06 Bn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | 3.51 Bn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 1.75 Bn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | 2.04 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | 3.51 Bn |
| Mar 28, 2026 | 3.42 Bn |
| Dec 27, 2025 | 3.35 Bn |
| Sep 27, 2025 | 3.32 Bn |
| Jun 28, 2025 | 3.43 Bn |
| Mar 29, 2025 | 3.50 Bn |
| Dec 28, 2024 | 3.54 Bn |
| Sep 28, 2024 | 3.53 Bn |
| Jun 29, 2024 | -486.72 Mn |
| Mar 30, 2024 | 3.63 Bn |
| Dec 30, 2023 | 3.56 Bn |
| Sep 30, 2023 | 3.53 Bn |
| Jul 1, 2023 | -409.38 Mn |
| Apr 1, 2023 | 3.25 Bn |
| Dec 31, 2022 | 3.09 Bn |
| Oct 1, 2022 | 2.93 Bn |
| Jul 2, 2022 | -481.25 Mn |
| Apr 2, 2022 | 2.80 Bn |
| Jan 1, 2022 | 2.69 Bn |
| Oct 2, 2021 | 2.59 Bn |
Avnet Retained Earnings 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=retained-earnings&ticker=AVT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=AVT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();