Bath & Body Works (BBWI) Gains from Investment Securities (2010 - 2014)
Bath & Body Works' (BBWI) quarterly Gains from Investment Securities came in at $16.0 million in Q1 2014, up 166.67% year-over-year from $6.0 million in Q1 2013, and up 700.0% quarter-over-quarter from $2.0 million in Q4 2013.
Bath & Body Works (BBWI) Gains from Investment Securities (2010 - 2014) Analysis & Trends
Bath & Body Works (BBWI) has reported Gains from Investment Securities for 4 consecutive years, with $16.0 million the latest figure, recorded in Q1 2014.
- On a quarterly basis, Gains from Investment Securities rose 166.67% year-over-year to $16.0 million in Q1 2014; TTM through Feb 2014 was $24.0 million, a 130.0% increase from a year earlier, with the FY2014 full-year figure at $18.0 million, changed N/A from the prior year.
- Gains from Investment Securities was $16.0 million for Q1 2014 at Bath & Body Works, up from $2.0 million in the prior quarter.
- Over five years, Gains from Investment Securities peaked at $49.0 million in Q2 2010 and troughed at -$101.0 million in Q3 2010.
- A 4-year average of -$19.0 million and a median of $4.0 million in 2013 frame the typical range for Gains from Investment Securities.
- Across the five-year window, Gains from Investment Securities advanced 14.85% in 2011 and soared 166.67% in 2014, its largest moves.
- Over 4 years, Gains from Investment Securities stood at -$101.0 million in 2010, then increased by 14.85% to -$86.0 million in 2011, then soared by 102.33% to $2.0 million in 2013, then surged by 700.0% to $16.0 million in 2014.
- The last three Gains from Investment Securities figures came in at $16.0 million (Q1 2014), $2.0 million (Q4 2013), and $6.0 million (Q1 2013), per Business Quant data.
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
| Date | Value |
|---|---|
| Feb 1, 2014 | 16.00 Mn |
| Nov 2, 2013 | 2.00 Mn |
| Feb 2, 2013 | 6.00 Mn |
| Jul 30, 2011 | -86.00 Mn |
| Jul 31, 2010 | -101.00 Mn |
| May 1, 2010 | 49.00 Mn |
Bath & Body Works Gains from Investment Securities 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=gains-from-investment-securities&ticker=BBWI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=BBWI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();