Arrow Electronics (ARW) Non Operating Investment Income (2014 - 2026)
Arrow Electronics' (ARW) quarterly Non Operating Investment Income came in at $12.0 million in Q3 2026, down 88.42% year-over-year from $104.0 million in Q3 2025, and up 307.94% quarter-over-quarter from -$5.8 million in Q2 2026.
Arrow Electronics (ARW) Non Operating Investment Income (2014 - 2026) Analysis & Trends
Arrow Electronics has disclosed Non Operating Investment Income across 12 years of filings, most recently posting $12.0 million for Q3 2026.
- In Q3 2026, Non Operating Investment Income fell 88.42% year-over-year to $12.0 million; the TTM figure through Jul 2026 stood at $12.0 million (down 88.42% YoY), while the FY2025 annual figure was $109.9 million, up 2375.11% from the prior year.
- Non Operating Investment Income came in at $12.0 million for Q3 2026 at Arrow Electronics, up from -$5.8 million in the prior quarter.
- In the past five years, Non Operating Investment Income ranged from a high of $104.0 million in Q2 2025 to a low of -$9.7 million in Q3 2022.
- Average Non Operating Investment Income over 5 years is $7.1 million, with a median of $705000.0 recorded in 2023.
- Year-over-year, Non Operating Investment Income soared 2353.0% in 2025 and slumped 4237.14% in 2026.
- Over 5 years, Non Operating Investment Income stood at $8.4 million in 2022, then jumped by 75.14% to $14.6 million in 2023, then sank by 127.81% to -$4.1 million in 2024, then surged by 122.43% to $913000.0 in 2025, then soared by 1219.17% to $12.0 million in 2026.
- Per Business Quant data, the three most recent Non Operating Investment Income figures were $12.0 million in Q3 2026, -$5.8 million in Q2 2026, and $913000.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (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 | 12.04 Mn |
| 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 |
|---|---|
| Jul 4, 2026 | 12.04 Mn |
| Apr 4, 2026 | -5.79 Mn |
| Dec 31, 2025 | 913,000.00 |
| Sep 27, 2025 | 4.86 Mn |
| Jun 28, 2025 | 103.98 Mn |
| Mar 29, 2025 | 140,000.00 |
| Dec 31, 2024 | -4.07 Mn |
| Sep 28, 2024 | 3.76 Mn |
| Jun 29, 2024 | -4.62 Mn |
| Mar 30, 2024 | 98,000.00 |
| Dec 31, 2023 | 14.64 Mn |
| Sep 30, 2023 | -6.16 Mn |
| Jul 1, 2023 | 497,000.00 |
| Apr 1, 2023 | 10.31 Mn |
| Dec 31, 2022 | 8.36 Mn |
| Oct 1, 2022 | -3.48 Mn |
| Jul 2, 2022 | -9.74 Mn |
| Apr 2, 2022 | 2.01 Mn |
| Dec 31, 2021 | 2.05 Mn |
| Oct 2, 2021 | 1.39 Mn |
Arrow Electronics Non Operating Investment Income 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=non-operating-investment-income&ticker=ARW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "ticker": "ARW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-investment-income&ticker=ARW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();