Bath & Body Works (BBWI) Interest & Investment Income (2009 - 2011)
Bath & Body Works' (BBWI) quarterly Interest & Investment Income came in at $1.0 million in Q2 2011, little changed year-over-year from $1.0 million in Q2 2010, and little changed quarter-over-quarter from $1.0 million in Q2 2010.
Bath & Body Works (BBWI) Interest & Investment Income (2009 - 2011) Analysis & Trends
Bath & Body Works (BBWI) has reported Interest & Investment Income for 3 consecutive years, with $1.0 million the latest figure, recorded in Q2 2011.
- On a quarterly basis, Interest & Investment Income changed 0.0% year-over-year to $1.0 million in Q2 2011; TTM through Apr 2011 was $2.0 million, a 0.0% change from a year earlier, with the FY2010 full-year figure at $2.0 million, down 88.89% from the prior year.
- Interest & Investment Income was $1.0 million for Q2 2011 at Bath & Body Works, roughly flat from $1.0 million in the prior quarter.
- Over five years, Interest & Investment Income peaked at $2.0 million in Q1 2009 and troughed at $1.0 million in Q2 2009.
- A 3-year average of $1.2 million and a median of $1.0 million in 2009 frame the typical range for Interest & Investment Income.
- The widest YoY moves for Interest & Investment Income: up 0.0% in 2010, down 0.0% in 2010.
- Over 3 years, Interest & Investment Income stood at $1.0 million in 2009, then changed by 0.0% to $1.0 million in 2010, then changed by 0.0% to $1.0 million in 2011.
- The last three Interest & Investment Income figures came in at $1.0 million (Q2 2011), $1.0 million (Q2 2010), and $1.0 million (Q3 2009), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Colgate Palmolive | 69.71 Bn | 68.67 Bn | 3.30 Bn | 17.00 Mn |
| 2 | Kenvue | 34.22 Bn | 33.11 Bn | 2.30 Bn | -90.00 Mn |
| 3 | Kimberly Clark | 32.55 Bn | 31.72 Bn | 1.60 Bn | 4.00 Mn |
| 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 | -38.40 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 |
|---|---|
| Apr 30, 2011 | 1.00 Mn |
| May 1, 2010 | 1.00 Mn |
| Aug 1, 2009 | 1.00 Mn |
| May 2, 2009 | 1.00 Mn |
| Jan 31, 2009 | 2.00 Mn |
Bath & Body Works Interest & Investment Income 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=interest-and-investment-income&ticker=BBWI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=BBWI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();