Bath & Body Works (BBWI) Property, Plant & Equipment (Net) (QoQ) (2009 - 2026)
Analysis
Bath & Body Works (BBWI) Property, Plant & Equipment (Net) (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.39 Bn | 68.35 Bn | 3.30 Bn |
| 2 | Kenvue | 34.31 Bn | 33.20 Bn | 2.30 Bn |
| 3 | Kimberly Clark | 32.90 Bn | 32.07 Bn | 1.60 Bn |
| 4 | Bath & Body Works | 3.47 Bn | 2.68 Bn | 692.00 Mn |
| 5 | Prestige Consumer Healthcare | 2.68 Bn | 2.62 Bn | - |
| 6 | Perrigo | 1.98 Bn | 1.58 Bn | 313.90 Mn |
| 7 | Edgewell Personal Care | 1.29 Bn | 891.79 Mn | 242.50 Mn |
| 8 | Herbalife | 1.28 Bn | 919.85 Mn | 1.03 Bn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - |
| 10 | Honest Company | 620.33 Mn | 514.43 Mn | 40.36 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2026 | -1.31% |
| Nov 1, 2025 | 1.60% |
| Aug 2, 2025 | 1.17% |
| May 3, 2025 | -1.42% |
| Feb 1, 2025 | -2.68% |
| Nov 2, 2024 | -0.69% |
| Aug 3, 2024 | -1.44% |
| May 4, 2024 | -3.03% |
| Feb 3, 2024 | -1.93% |
| Oct 28, 2023 | 0.65% |
| Jul 29, 2023 | 1.06% |
| Apr 29, 2023 | 2.51% |
| Jan 28, 2023 | 6.42% |
| Oct 29, 2022 | 4.67% |
| Jul 30, 2022 | 1.13% |
| Apr 30, 2022 | 4.96% |
| Jan 29, 2022 | -0.79% |
| Oct 30, 2021 | 1.50% |
| Jul 31, 2021 | 0.80% |
| May 1, 2021 | -2.26% |
API Access
Bath & Body Works Property, Plant & Equipment (Net) (QoQ) 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=property-plant-and-equipment-net-qoq&ticker=BBWI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-qoq", "ticker": "BBWI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=property-plant-and-equipment-net-qoq&ticker=BBWI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();