Newmarket (NEU) Change in Cash (2009 - 2026)
Newmarket's (NEU) quarterly Change in Cash came in at $20.4 million in Q2 2026, up 142.59% year-over-year from $8.4 million in Q2 2025, and up 560.38% quarter-over-quarter from -$4.4 million in Q1 2026.
Newmarket (NEU) Change in Cash (2009 - 2026) Analysis & Trends
Newmarket has disclosed Change in Cash across 18 years of filings, most recently posting $20.4 million for Q2 2026.
- In Q2 2026, Change in Cash rose 142.59% year-over-year to $20.4 million; the TTM figure through Jun 2026 stood at $23.3 million (up 234.34% YoY), while the FY2025 annual figure was $122000.0, up 100.35% from the prior year.
- Change in Cash came in at $20.4 million for Q2 2026 at Newmarket, up from -$4.4 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $60.8 million in Q2 2023 to a low of -$48.0 million in Q2 2025.
- Average Change in Cash over 5 years is $571944.4, with a median of -$3.0 million recorded in 2022.
- Year-over-year, Change in Cash soared 1301.98% in 2023 and plunged 777.1% in 2025.
- Over 5 years, Change in Cash stood at -$3.3 million in 2022, then surged by 387.61% to $9.4 million in 2023, then slumped by 130.23% to -$2.8 million in 2024, then slumped by 777.1% to -$24.9 million in 2025, then surged by 182.23% to $20.4 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $20.4 million in Q2 2026, -$4.4 million in Q1 2026, and -$24.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (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.43 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -1.86 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 | -431.95 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Newmarket | 8.20 Bn | 8.11 Bn | 242.43 Mn | 20.44 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 20.44 Mn |
| Mar 31, 2026 | -4.44 Mn |
| Dec 31, 2025 | -24.86 Mn |
| Sep 30, 2025 | 32.20 Mn |
| Jun 30, 2025 | -48.00 Mn |
| Mar 31, 2025 | 40.78 Mn |
| Dec 31, 2024 | -2.83 Mn |
| Sep 30, 2024 | -7.32 Mn |
| Jun 30, 2024 | -29.43 Mn |
| Mar 31, 2024 | 5.13 Mn |
| Dec 31, 2023 | 9.38 Mn |
| Sep 30, 2023 | -28.36 Mn |
| Jun 30, 2023 | 60.81 Mn |
| Mar 31, 2023 | 1.40 Mn |
| Dec 31, 2022 | -3.26 Mn |
| Sep 30, 2022 | -7.52 Mn |
| Jun 30, 2022 | -5.06 Mn |
| Mar 31, 2022 | 1.25 Mn |
| Dec 31, 2021 | 23.69 Mn |
| Sep 30, 2021 | -94.25 Mn |
Newmarket Change in Cash 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=change-in-cash&ticker=NEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=NEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();