Sony (SNEJF) Change in Receivables (2009 - 2026)
Sony (SNEJF) posted Change in Receivables of -$50.8 million for Q2 2026, down 101.91% on a QoQ basis from $2.7 billion in Q1 2026, and down 106.95% year-over-year from $731.3 million in Q2 2025.
Sony (SNEJF) Change in Receivables (2009 - 2026) Analysis & Trends
Sony has reported Change in Receivables for 18 years, with the latest figure at -$50.8 million in Q2 2026.
- On a quarterly basis, Change in Receivables fell 106.95% year-over-year to -$50.8 million in Q2 2026; TTM through Jun 2026 was -$74.5 million, a 107.73% decrease from a year earlier, with the FY2026 full-year figure at $824.4 million, down 44.75% from the prior year.
- Change in Receivables was -$50.8 million for Q2 2026 at Sony, down from $2.7 billion in the prior quarter.
- The five-year high for Change in Receivables was $2.8 billion in Q1 2025, with the low at -$2.3 billion in Q4 2023.
- Average Change in Receivables over 5 years is $127.5 million, with a median of -$223.4 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2024: Change in Receivables slumped 198.89% in 2023, then surged 847.45% in 2024.
- Over 5 years, Change in Receivables stood at -$765.6 million in 2022, then plunged by 198.89% to -$2.3 billion in 2023, then surged by 59.71% to -$921.8 million in 2024, then surged by 42.68% to -$528.4 million in 2025, then surged by 90.38% to -$50.8 million in 2026.
- The last three Change in Receivables figures came in at -$50.8 million (Q2 2026), $2.7 billion (Q1 2026), and -$528.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,923.51 Bn | 4,861.11 Bn | 54.77 Bn | 979.00 Mn |
| 2 | Cisco Systems | 419.97 Bn | 404.45 Bn | 11.06 Bn | 1.02 Bn |
| 3 | Dell Technologies | 351.63 Bn | 340.06 Bn | 9.83 Bn | -2.90 Bn |
| 4 | Sandisk | 265.22 Bn | 260.46 Bn | 7.58 Bn | 1.98 Bn |
| 5 | Arista Networks | 256.62 Bn | 243.27 Bn | 1.91 Bn | 342.40 Mn |
| 6 | Seagate Technology Holdings | 209.52 Bn | 207.82 Bn | 1.90 Bn | 337.00 Mn |
| 7 | Western Digital | 171.00 Bn | 169.42 Bn | 2.03 Bn | 133.00 Mn |
| 8 | Sony | 142.68 Bn | 123.26 Bn | 6.53 Bn | -50.83 Mn |
| 9 | Lumentum Holdings | 83.02 Bn | 80.28 Bn | 477.30 Mn | 78.90 Mn |
| 10 | Hewlett Packard Enterprise | 82.82 Bn | 76.61 Bn | 4.93 Bn | -101.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -50.83 Mn |
| Mar 31, 2026 | 2.66 Bn |
| Dec 31, 2025 | -528.41 Mn |
| Sep 30, 2025 | -2.16 Bn |
| Jun 30, 2025 | 731.33 Mn |
| Mar 31, 2025 | 2.80 Bn |
| Dec 31, 2024 | -921.84 Mn |
| Sep 30, 2024 | -1.64 Bn |
| Jun 30, 2024 | 1.20 Bn |
| Mar 31, 2024 | 2.49 Bn |
| Dec 31, 2023 | -2.29 Bn |
| Sep 30, 2023 | -1.61 Bn |
| Jun 30, 2023 | -159.88 Mn |
| Mar 31, 2023 | 1.72 Bn |
| Dec 31, 2022 | -765.56 Mn |
| Sep 30, 2022 | -1.11 Bn |
| Jun 30, 2022 | -286.93 Mn |
| Mar 31, 2022 | 2.21 Bn |
| Dec 31, 2021 | -2.53 Bn |
| Sep 30, 2021 | -598.14 Mn |
Sony Change in Receivables 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=change-in-receivables&ticker=SNEJF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=SNEJF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();