Bath & Body Works (BBWI) EBIT Growth (5y) (2014 - 2026)
Analysis
Bath & Body Works (BBWI) EBIT Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn |
| 4 | Bath & Body Works | 3.52 Bn | 2.73 Bn | 692.00 Mn |
| 5 | Prestige Consumer Healthcare | 2.52 Bn | 2.46 Bn | - |
| 6 | Perrigo | 1.88 Bn | 1.49 Bn | 313.90 Mn |
| 7 | Edgewell Personal Care | 1.25 Bn | 854.93 Mn | 242.50 Mn |
| 8 | Herbalife | 1.25 Bn | 883.17 Mn | 1.03 Bn |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - |
| 10 | Honest Company | 611.15 Mn | 505.26 Mn | 40.36 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 1, 2026 | -10.87% |
| Jan 31, 2026 | -7.19% |
| Nov 1, 2025 | -18.07% |
| Aug 2, 2025 | -9.80% |
| May 3, 2025 | 42.16% |
| Feb 1, 2025 | 52.57% |
| Nov 2, 2024 | 28.06% |
| Aug 3, 2024 | 0.90% |
| May 4, 2024 | 4.10% |
| Feb 3, 2024 | -2.75% |
| Oct 28, 2023 | 32.56% |
| Jul 29, 2023 | -3.78% |
| Apr 29, 2023 | 3.15% |
| Jan 28, 2023 | -7.93% |
| Oct 29, 2022 | -2.73% |
| Jul 30, 2022 | -4.27% |
| Apr 30, 2022 | 6.02% |
| Jan 29, 2022 | -2.31% |
| Oct 30, 2021 | 7.57% |
| Jul 31, 2021 | -1.21% |
API Access
Bath & Body Works EBIT Growth (5y) 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=ebit-growth-5y&ticker=BBWI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-growth-5y", "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=ebit-growth-5y&ticker=BBWI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();