Sony (SNEJF) Non Operating Income (2020 - 2025)
Sony (SNEJF) posted Non Operating Income of $58.4 million for Q1 2025, down 64.09% on a QoQ basis from $162.6 million in Q4 2024, and down 81.6% year-over-year from $317.4 million in Q1 2024.
Sony (SNEJF) Non Operating Income (2020 - 2025) Analysis & Trends
Sony has reported Non Operating Income for 6 years, with the latest figure at $58.4 million in Q1 2025.
- On a quarterly basis, Non Operating Income fell 81.6% year-over-year to $58.4 million in Q1 2025; TTM through Mar 2025 was $431.2 million, a 44.75% decrease from a year earlier, with the FY2025 full-year figure at $436.3 million, down 42.73% from the prior year.
- Non Operating Income was $58.4 million for Q1 2025 at Sony, down from $162.6 million in the prior quarter.
- The five-year high for Non Operating Income was $532.9 million in Q2 2023, with the low at -$421.8 million in Q1 2022.
- Average Non Operating Income over 5 years is $41.9 million, with a median of $12.4 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Non Operating Income slumped 571.08% in 2022, then soared 602.45% in 2024.
- Over 5 years, Non Operating Income stood at -$31.8 million in 2021, then plunged by 571.08% to -$213.5 million in 2022, then soared by 84.84% to -$32.4 million in 2023, then jumped by 602.45% to $162.6 million in 2024, then plunged by 64.09% to $58.4 million in 2025.
- The last three Non Operating Income figures came in at $58.4 million (Q1 2025), $162.6 million (Q4 2024), and -$32.4 million (Q3 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,923.51 Bn | 4,861.11 Bn | 54.77 Bn | 572.00 Mn |
| 2 | Cisco Systems | 419.97 Bn | 404.45 Bn | 11.06 Bn | 669.00 Mn |
| 3 | Dell Technologies | 351.63 Bn | 340.06 Bn | 9.83 Bn | -254.00 Mn |
| 4 | Sandisk | 265.22 Bn | 260.46 Bn | 7.58 Bn | 812.00 Mn |
| 5 | Arista Networks | 256.62 Bn | 243.27 Bn | 1.91 Bn | 126.30 Mn |
| 6 | Seagate Technology Holdings | 209.52 Bn | 207.82 Bn | 1.90 Bn | -54.00 Mn |
| 7 | Western Digital | 171.00 Bn | 169.42 Bn | 2.03 Bn | 1.68 Bn |
| 8 | Sony | 142.68 Bn | 123.26 Bn | 6.53 Bn | - |
| 9 | Lumentum Holdings | 83.02 Bn | 80.28 Bn | 477.30 Mn | -7.74 Bn |
| 10 | Hewlett Packard Enterprise | 82.82 Bn | 76.61 Bn | 4.93 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 58.40 Mn |
| Dec 31, 2024 | 162.62 Mn |
| Sep 30, 2024 | -32.38 Mn |
| Jun 30, 2024 | 242.57 Mn |
| Mar 31, 2024 | 317.39 Mn |
| Dec 31, 2023 | -32.36 Mn |
| Sep 30, 2023 | -37.50 Mn |
| Jun 30, 2023 | 532.88 Mn |
| Mar 31, 2023 | 122.00 Mn |
| Dec 31, 2022 | -213.48 Mn |
| Sep 30, 2022 | 12.41 Mn |
| Jun 30, 2022 | 199.09 Mn |
| Mar 31, 2022 | -421.83 Mn |
| Dec 31, 2021 | -31.81 Mn |
| Sep 30, 2021 | -321.21 Mn |
| Jun 30, 2021 | 386.41 Mn |
| Mar 31, 2021 | -231.61 Mn |
| Dec 31, 2020 | 305.13 Mn |
| Sep 30, 2020 | -108.27 Mn |
| Jun 30, 2020 | 619.72 Mn |
Sony 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=non-operating-income&ticker=SNEJF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "SNEJF", "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-income&ticker=SNEJF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();