Campbell'S (CPB) Other financing activities (2009 - 2024)
Campbell'S (CPB) posted Other financing activities of $2.0 million for Q3 2024, up 100.0% on a QoQ basis from $1.0 million in Q2 2024.
Campbell'S (CPB) Other financing activities (2009 - 2024) Analysis & Trends
Campbell'S has reported Other financing activities for 15 years, with the latest figure at $2.0 million in Q3 2024.
- On a quarterly basis, Other financing activities changed N/A year-over-year to $2.0 million in Q3 2024; TTM through Jan 2025 was $3.0 million, a 400.0% increase from a year earlier, with the FY2024 full-year figure at $2.0 million, down 90.91% from the prior year.
- Other financing activities was $2.0 million for Q3 2024 at Campbell'S, up from $1.0 million in the prior quarter.
- The five-year high for Other financing activities was $20.0 million in Q1 2023, with the low at -$1.0 million in Q4 2020.
- Average Other financing activities over 5 years is $4.2 million, with a median of $2.0 million recorded in 2021.
- The sharpest annual moves came in 2020 and 2021: Other financing activities plunged 200.0% in 2020, then soared 200.0% in 2021.
- Over 5 years, Other financing activities stood at -$1.0 million in 2020, then jumped by 200.0% to $1.0 million in 2021, then jumped by 100.0% to $2.0 million in 2022, then slumped by 150.0% to -$1.0 million in 2023, then soared by 300.0% to $2.0 million in 2024.
- The last three Other financing activities figures came in at $2.0 million (Q3 2024), $1.0 million (Q2 2024), and -$1.0 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Unilever | 137.23 Bn | 132.65 Bn | - |
| 2 | Mondelez International | 77.96 Bn | 76.29 Bn | 3.99 Bn |
| 3 | Hershey | 34.06 Bn | 33.27 Bn | 1.26 Bn |
| 4 | Kraft Heinz | 28.45 Bn | 25.88 Bn | 2.03 Bn |
| 5 | General Mills | 18.94 Bn | 18.49 Bn | 1.60 Bn |
| 6 | Mccormick | 13.30 Bn | 13.55 Bn | 778.20 Mn |
| 7 | J M Smucker | 12.94 Bn | 12.90 Bn | 979.60 Mn |
| 8 | Hormel Foods | 11.19 Bn | 10.34 Bn | 471.52 Mn |
| 9 | Chewy | 7.89 Bn | 7.28 Bn | 1.01 Bn |
| 10 | Campbell'S | 6.03 Bn | 5.63 Bn | 650.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 28, 2024 | 2.00 Mn |
| Apr 28, 2024 | 1.00 Mn |
| Oct 29, 2023 | -1.00 Mn |
| Jan 29, 2023 | 20.00 Mn |
| Oct 30, 2022 | 2.00 Mn |
| Jul 31, 2022 | 2.00 Mn |
| Oct 31, 2021 | 1.00 Mn |
| May 2, 2021 | 2.00 Mn |
| Jan 31, 2021 | 1.00 Mn |
| Nov 1, 2020 | -1.00 Mn |
| Apr 26, 2020 | 19.00 Mn |
| Jan 26, 2020 | 3.00 Mn |
| Oct 27, 2019 | 1.00 Mn |
| Jul 30, 2017 | 1.00 Mn |
| Jan 29, 2017 | 2.00 Mn |
| Jan 31, 2016 | 1.00 Mn |
| Nov 1, 2015 | 1.00 Mn |
| May 3, 2015 | 1.00 Mn |
| Feb 1, 2015 | 2.00 Mn |
| Nov 2, 2014 | 6.00 Mn |
Campbell'S Other financing activities 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=other-financing-activities&ticker=CPB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "ticker": "CPB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-financing-activities&ticker=CPB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();