Bath & Body Works (BBWI) Exchange Rate Effect (2009 - 2026)
Bath & Body Works' (BBWI) quarterly Exchange Rate Effect came in at $2.0 million in Q1 2026, up 200.0% year-over-year from $666666.7 in Q1 2025, and up 300.0% quarter-over-quarter from -$1.0 million in Q4 2025.
Bath & Body Works (BBWI) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Bath & Body Works (BBWI) has reported Exchange Rate Effect for 18 consecutive years, with $2.0 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Exchange Rate Effect rose 200.0% year-over-year to $2.0 million in Q1 2026; TTM through Jan 2026 was $3.0 million, a 250.0% increase from a year earlier, with the FY2026 full-year figure at $3.0 million, up 250.0% from the prior year.
- Exchange Rate Effect was $2.0 million for Q1 2026 at Bath & Body Works, up from -$1.0 million in the prior quarter.
- Over five years, Exchange Rate Effect peaked at $2.0 million in Q1 2026 and troughed at -$2.0 million in Q1 2025.
- A 5-year average of -$200000.0 and a median of -$1.0 million in 2022 frame the typical range for Exchange Rate Effect.
- Across the five-year window, Exchange Rate Effect slumped 120.0% in 2022 and soared 200.0% in 2026, its largest moves.
- Over 5 years, Exchange Rate Effect stood at -$1.0 million in 2022, then soared by 200.0% to $1.0 million in 2023, then slumped by 200.0% to -$1.0 million in 2024, then changed by 0.0% to -$1.0 million in 2025, then surged by 300.0% to $2.0 million in 2026.
- The last three Exchange Rate Effect figures came in at $2.0 million (Q1 2026), -$1.0 million (Q4 2025), and $1.0 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 68.76 Bn | 67.72 Bn | 3.30 Bn | 13.00 Mn |
| 2 | Kenvue | 33.93 Bn | 32.82 Bn | 2.30 Bn | 12.00 Mn |
| 3 | Kimberly Clark | 32.51 Bn | 31.68 Bn | 1.60 Bn | 1.00 Mn |
| 4 | Bath & Body Works | 3.42 Bn | 2.63 Bn | 692.00 Mn | - |
| 5 | Prestige Consumer Healthcare | 2.63 Bn | 2.57 Bn | - | - |
| 6 | Perrigo | 1.96 Bn | 1.56 Bn | 313.90 Mn | -3.00 Mn |
| 7 | Herbalife | 1.25 Bn | 887.36 Mn | 1.03 Bn | -8.20 Mn |
| 8 | Edgewell Personal Care | 1.25 Bn | 850.32 Mn | 242.50 Mn | 100,000.00 |
| 9 | TFA Therapeutics | 1.02 Bn | 1.02 Bn | - | - |
| 10 | Honest Company | 611.15 Mn | 505.26 Mn | 40.36 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2026 | 2.00 Mn |
| Nov 1, 2025 | -1.00 Mn |
| Aug 2, 2025 | 1.00 Mn |
| May 3, 2025 | 1.00 Mn |
| Feb 1, 2025 | -2.00 Mn |
| Feb 3, 2024 | -1.00 Mn |
| Jul 29, 2023 | 1.00 Mn |
| Apr 29, 2023 | -1.00 Mn |
| Jan 28, 2023 | -1.00 Mn |
| Jan 29, 2022 | -1.00 Mn |
| May 1, 2021 | 2.00 Mn |
| Jan 30, 2021 | 5.00 Mn |
| Aug 1, 2020 | 1.00 Mn |
| May 2, 2020 | -2.00 Mn |
| Feb 1, 2020 | 1.00 Mn |
| Nov 2, 2019 | -3.00 Mn |
| May 4, 2019 | -2.00 Mn |
| Feb 2, 2019 | 1.00 Mn |
| Nov 3, 2018 | 1.00 Mn |
| Aug 4, 2018 | 2.00 Mn |
Bath & Body Works Exchange Rate Effect 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=exchange-rate-effect&ticker=BBWI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=BBWI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();