Sony (SNEJF) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
Sony (SNEJF) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,923.51 Bn | 4,861.11 Bn | 54.77 Bn | 9.03% |
| 2 | Cisco Systems | 419.97 Bn | 404.45 Bn | 11.06 Bn | -13.52% |
| 3 | Dell Technologies | 351.63 Bn | 340.06 Bn | 9.83 Bn | 39.54% |
| 4 | Sandisk | 265.22 Bn | 260.46 Bn | 7.58 Bn | 221.54% |
| 5 | Arista Networks | 256.62 Bn | 243.27 Bn | 1.91 Bn | 2.91% |
| 6 | Seagate Technology Holdings | 209.52 Bn | 207.82 Bn | 1.90 Bn | 91.25% |
| 7 | Western Digital | 171.00 Bn | 169.42 Bn | 2.03 Bn | -25.31% |
| 8 | Sony | 142.68 Bn | 123.26 Bn | 6.53 Bn | -33.92% |
| 9 | Lumentum Holdings | 83.02 Bn | 80.28 Bn | 477.30 Mn | 292.45% |
| 10 | Hewlett Packard Enterprise | 82.82 Bn | 76.61 Bn | 4.93 Bn | 32.34% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -33.92% |
| Mar 31, 2026 | -27.91% |
| Dec 31, 2025 | -17.29% |
| Sep 30, 2025 | -20.49% |
| Jun 30, 2025 | 68.16% |
| Mar 31, 2025 | 51.83% |
| Dec 31, 2024 | 20.00% |
| Sep 30, 2024 | 13.52% |
| Jun 30, 2024 | 9.58% |
| Mar 31, 2024 | 14.95% |
| Dec 31, 2023 | -5.85% |
| Sep 30, 2023 | -24.11% |
| Jun 30, 2023 | -29.46% |
| Mar 31, 2023 | -36.52% |
| Dec 31, 2022 | -9.52% |
| Sep 30, 2022 | -8.58% |
| Jun 30, 2022 | -2.91% |
| Mar 31, 2022 | 4.47% |
| Dec 31, 2021 | -10.79% |
| Sep 30, 2021 | -8.53% |
API Access
Sony Cash & Equivalents Growth (1y) 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=cash-and-equivalents-growth-1y&ticker=SNEJF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=SNEJF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();