J M Smucker (SJM) Interest & Investment Income (2009 - 2026)
J M Smucker's (SJM) quarterly Interest & Investment Income came in at -$82.3 million in Q3 2026, up 17.86% on a YoY basis from -$69.8 million in Q3 2025, and up 6.37% quarter-over-quarter from -$87.9 million in Q2 2026.
J M Smucker (SJM) Interest & Investment Income (2009 - 2026) Analysis & Trends
J M Smucker (SJM) has reported Interest & Investment Income for 15 consecutive years, with -$82.3 million the latest figure, recorded in Q3 2026.
- For the quarter ending Q3 2026, Interest & Investment Income rose 17.86% year-over-year to -$82.3 million; the trailing twelve-month figure through Jul 2026 stood at -$363.3 million (up 6.49% YoY), and the FY2026 full-year result was -$381.2 million, up 1.93% from the prior year.
- Interest & Investment Income advanced to -$82.3 million in Q3 2026 per SJM's latest filing, from -$87.9 million in the prior quarter.
- Across five years, Interest & Investment Income topped out at -$32.1 million in Q3 2023 and bottomed at -$100.4 million in Q3 2024.
- Historically, Interest & Investment Income has averaged -$70.8 million across 5 years, with a median of -$87.9 million in 2026.
- The sharpest annual moves came in 2023 and 2024: Interest & Investment Income gained 17.9% in 2023, then plunged 212.77% in 2024.
- Over 5 years, Interest & Investment Income stood at -$39.7 million in 2022, then increased by 11.59% to -$35.1 million in 2023, then sank by 181.2% to -$98.7 million in 2024, then increased by 0.1% to -$98.6 million in 2025, then grew by 16.53% to -$82.3 million in 2026.
- According to Business Quant data, Interest & Investment Income over the past three periods registered -$82.3 million, -$87.9 million, and -$94.5 million for Q3 2026, Q2 2026, and Q1 2026 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Unilever | 137.23 Bn | 132.65 Bn | - | - |
| 2 | Kraft Heinz | 28.45 Bn | 25.88 Bn | 2.03 Bn | - |
| 3 | General Mills | 18.94 Bn | 18.49 Bn | 1.60 Bn | - |
| 4 | Mccormick | 13.30 Bn | 13.55 Bn | 778.20 Mn | - |
| 5 | J M Smucker | 12.94 Bn | 12.90 Bn | 979.60 Mn | -82.30 Mn |
| 6 | Hormel Foods | 11.19 Bn | 10.34 Bn | 471.52 Mn | 6.66 Mn |
| 7 | Chewy | 7.89 Bn | 7.28 Bn | 1.01 Bn | 19.90 Mn |
| 8 | Conagra Brands | 7.08 Bn | 6.86 Bn | 704.10 Mn | 900,000.00 |
| 9 | Lamb Weston Holdings | 6.38 Bn | 6.31 Bn | 361.40 Mn | -47.50 Mn |
| 10 | Campbell'S | 6.03 Bn | 5.63 Bn | 650.00 Mn | 3.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -82.30 Mn |
| Apr 30, 2026 | -87.90 Mn |
| Jan 31, 2026 | -94.50 Mn |
| Oct 31, 2025 | -98.60 Mn |
| Jul 31, 2025 | -100.20 Mn |
| Apr 30, 2025 | -94.20 Mn |
| Jan 31, 2025 | -95.40 Mn |
| Oct 31, 2024 | -98.70 Mn |
| Jul 31, 2024 | -100.40 Mn |
| Apr 30, 2024 | -97.30 Mn |
| Jan 31, 2024 | -99.80 Mn |
| Oct 31, 2023 | -35.10 Mn |
| Jul 31, 2023 | -32.10 Mn |
| Apr 30, 2023 | -35.30 Mn |
| Jan 31, 2023 | -37.90 Mn |
| Oct 31, 2022 | -39.70 Mn |
| Jul 31, 2022 | -39.10 Mn |
| Apr 30, 2022 | -38.00 Mn |
| Jan 31, 2022 | -39.50 Mn |
| Oct 31, 2021 | -40.30 Mn |
J M Smucker 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=SJM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "ticker": "SJM", "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=SJM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();