Arrow Electronics (ARW) Other Non Operating Income (2009 - 2024)
Arrow Electronics' (ARW) quarterly Other Non Operating Income came in at $10.6 million in Q4 2024, down 62.08% year-over-year from $28.0 million in Q1 2024, and up 740.62% quarter-over-quarter from -$1.7 million in Q2 2024.
Arrow Electronics (ARW) Other Non Operating Income (2009 - 2024) Analysis & Trends
Arrow Electronics has disclosed Other Non Operating Income across 7 years of filings, most recently posting $10.6 million for Q4 2024.
- In Q4 2024, Other Non Operating Income fell 62.08% year-over-year to $10.6 million; the TTM figure through Dec 2025 stood at $10.6 million (down 71.27% YoY), while the FY2024 annual figure was $9.0 million, down 68.0% from the prior year.
- Other Non Operating Income came in at $10.6 million for Q4 2024 at Arrow Electronics, up from -$1.7 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $28.0 million in Q4 2023 to a low of -$1.7 million in Q2 2024.
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 |
|---|---|
| Dec 31, 2024 | 10.62 Mn |
| Jun 29, 2024 | -1.66 Mn |
| Dec 31, 2023 | 27.99 Mn |
| Sep 30, 2017 | -786,000.00 |
| Jul 1, 2017 | -58.80 Mn |
| Mar 30, 2013 | -4.28 Mn |
| Dec 31, 2011 | 193,000.00 |
| Apr 2, 2011 | 1.76 Mn |
| Jul 3, 2010 | -1.57 Mn |
| Oct 3, 2009 | -5.31 Mn |
Arrow Electronics Other Non Operating 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=other-non-operating-income&ticker=ARW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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=other-non-operating-income&ticker=ARW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();