Sandisk (SNDK) Price to FCF (2025 - 2026)
Sandisk's (SNDK) quarterly Price to FCF came in at 35.97 in Q3 2026, down 74.4% on a YoY basis from 140.49 in Q3 2025, and up 3.68% quarter-over-quarter from 34.69 in Q2 2026.
Sandisk (SNDK) Price to FCF (2025 - 2026) Analysis & Trends
Sandisk (SNDK) has reported Price to FCF for 2 consecutive years, with 35.97 the latest figure, recorded in Q3 2026.
- For the quarter ending Q3 2026, Price to FCF fell 74.4% year-over-year to 35.97; the trailing twelve-month figure through Jul 2026 stood at 22.17 (up 138.64% YoY), and the FY2026 full-year result was 22.17, up 138.64% from the prior year.
- Price to FCF rose to 35.97 in Q3 2026 per SNDK's latest filing, from 34.69 in the prior quarter.
- Across five years, Price to FCF topped out at 140.49 in Q2 2025 and bottomed at 394.48 in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn |
| 2 | Cisco Systems | 421.04 Bn | 356.97 Bn | 11.06 Bn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn |
| 10 | Lumentum Holdings | 83.43 Bn | 75.24 Bn | 477.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | 22.17 |
| Apr 3, 2026 | 23.28 |
| Jan 2, 2026 | 28.11 |
| Oct 3, 2025 | 36.58 |
Sandisk Price to FCF 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=price-to-fcf&ticker=SNDK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-fcf", "ticker": "SNDK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=price-to-fcf&ticker=SNDK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();