Newmarket (NEU) Cash from Investing Activities (2009 - 2026)
Newmarket's (NEU) quarterly Cash from Investing Activities came in at -$27.4 million in Q2 2026, down 68.17% year-over-year from -$86.0 million in Q2 2025, and down 17.87% quarter-over-quarter from -$23.2 million in Q1 2026.
Newmarket (NEU) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Newmarket has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$27.4 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 68.17% year-over-year to -$27.4 million; the TTM figure through Jun 2026 stood at -$312.4 million (down 437.86% YoY), while the FY2025 annual figure was -$291.1 million, up 60.6% from the prior year.
- Cash from Investing Activities came in at -$27.4 million for Q2 2026 at Newmarket, down from -$23.2 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $359.4 million in Q1 2022 to a low of -$697.5 million in Q1 2024.
- Average Cash from Investing Activities over 5 years is -$45.2 million, with a median of -$14.4 million recorded in 2024.
- Year-over-year, Cash from Investing Activities surged 1851.35% in 2022 and slumped 5770.62% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$15.8 million in 2022, then gained by 14.38% to -$13.5 million in 2023, then fell by 8.29% to -$14.6 million in 2024, then tumbled by 1551.58% to -$241.4 million in 2025, then soared by 88.66% to -$27.4 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$27.4 million in Q2 2026, -$23.2 million in Q1 2026, and -$241.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | - |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | -1.05 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -2.91 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | - |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | -273.18 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Newmarket | 8.20 Bn | 8.11 Bn | 242.43 Mn | -27.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -27.38 Mn |
| Mar 31, 2026 | -23.23 Mn |
| Dec 31, 2025 | -241.45 Mn |
| Sep 30, 2025 | -20.34 Mn |
| Jun 30, 2025 | -16.28 Mn |
| Mar 31, 2025 | -13.02 Mn |
| Dec 31, 2024 | -14.62 Mn |
| Sep 30, 2024 | -14.17 Mn |
| Jun 30, 2024 | -12.52 Mn |
| Mar 31, 2024 | -697.49 Mn |
| Dec 31, 2023 | -13.50 Mn |
| Sep 30, 2023 | -8.79 Mn |
| Jun 30, 2023 | -14.13 Mn |
| Mar 31, 2023 | -11.88 Mn |
| Dec 31, 2022 | -15.77 Mn |
| Sep 30, 2022 | -12.60 Mn |
| Jun 30, 2022 | -15.20 Mn |
| Mar 31, 2022 | 359.45 Mn |
| Dec 31, 2021 | -15.85 Mn |
| Sep 30, 2021 | -23.41 Mn |
Newmarket Cash from Investing 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=cash-from-investing-activities&ticker=NEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "NEU", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-investing-activities&ticker=NEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();