Dell Technologies (DELL) Price to Book (2016 - 2021)
Dell Technologies (DELL) posted Price to Book of 3.01 for Q4 2021, down 20.04% quarter-over-quarter from 3.77 in Q3 2021, and down 21.78% YoY from 3.85 in Q4 2020.
Dell Technologies (DELL) Price to Book (2016 - 2021) Analysis & Trends
Dell Technologies (DELL) has 6 years of Price to Book data on file, last reported at 3.01 in Q4 2021.
- For the quarter ending Q4 2021, Price to Book fell 21.78% year-over-year to 3.01; the trailing twelve-month figure through Oct 2021 stood at 3.01 (down 21.78% YoY), and the FY2021 full-year result was 7.32, down 36.29% from the prior year.
- Price to Book was 3.01 for Q4 2021 at Dell Technologies, down from 3.77 in the prior quarter.
- In the past five years, Price to Book ranged from a high of 12.37 in Q3 2019 to a low of 1.5 in Q1 2017.
- A 5-year average of 4.79 and a median of 3.62 in 2017 frame the typical range for Price to Book.
- Across the five-year window, Price to Book surged 301.33% in 2019 and slumped 61.8% in 2020, its largest moves.
- Dell Technologies' Price to Book stood at 3.48 in 2017, then decreased by 8.48% to 3.18 in 2018, then surged by 216.69% to 10.08 in 2019, then slumped by 61.8% to 3.85 in 2020, then declined by 21.78% to 3.01 in 2021.
- Per Business Quant data, the three most recent Price to Book figures were 3.01 in Q4 2021, 3.77 in Q3 2021, and 4.43 in Q2 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Apple | 4,923.51 Bn | 4,861.11 Bn | 54.77 Bn |
| 2 | Cisco Systems | 419.97 Bn | 404.45 Bn | 11.06 Bn |
| 3 | Dell Technologies | 351.63 Bn | 340.06 Bn | 9.83 Bn |
| 4 | Sandisk | 265.22 Bn | 260.46 Bn | 7.58 Bn |
| 5 | Arista Networks | 256.62 Bn | 243.27 Bn | 1.91 Bn |
| 6 | Seagate Technology Holdings | 209.52 Bn | 207.82 Bn | 1.90 Bn |
| 7 | Western Digital | 171.00 Bn | 169.42 Bn | 2.03 Bn |
| 8 | Sony | 142.68 Bn | 123.26 Bn | 6.53 Bn |
| 9 | Lumentum Holdings | 83.02 Bn | 80.28 Bn | 477.30 Mn |
| 10 | Hewlett Packard Enterprise | 82.82 Bn | 76.61 Bn | 4.93 Bn |
Historic Data
| Date | Value |
|---|---|
| Oct 29, 2021 | 3.01 |
| Jul 30, 2021 | 3.77 |
| Apr 30, 2021 | 4.43 |
| Jan 29, 2021 | 7.32 |
| Oct 30, 2020 | 3.85 |
| Jul 31, 2020 | 4.96 |
| May 1, 2020 | 4.63 |
| Jan 31, 2020 | 11.49 |
| Nov 1, 2019 | 10.08 |
| Aug 2, 2019 | 12.37 |
| Nov 2, 2018 | 3.18 |
| Aug 3, 2018 | 3.08 |
| May 4, 2018 | 2.16 |
| Feb 2, 2018 | 2.04 |
| Nov 3, 2017 | 3.48 |
| Aug 4, 2017 | 2.31 |
| May 5, 2017 | 2.62 |
| Feb 3, 2017 | 1.50 |
| Oct 28, 2016 | 1.61 |
Dell Technologies Price to Book 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-book&ticker=DELL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-book", "ticker": "DELL", "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-book&ticker=DELL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();