Newmarket (NEU) Other Working Capital Changes (2009 - 2026)
Newmarket's (NEU) quarterly Other Working Capital Changes came in at -$16.5 million in Q2 2026, down 174.07% year-over-year from $22.3 million in Q2 2025, and down 93.88% quarter-over-quarter from -$8.5 million in Q1 2026.
Newmarket (NEU) Other Working Capital Changes (2009 - 2026) Analysis & Trends
Newmarket has disclosed Other Working Capital Changes across 16 years of filings, most recently posting -$16.5 million for Q2 2026.
- In Q2 2026, Other Working Capital Changes fell 174.07% year-over-year to -$16.5 million; the TTM figure through Jun 2026 stood at -$35.0 million (down 21.76% YoY), while the FY2025 annual figure was -$22.0 million, down 12.56% from the prior year.
- Other Working Capital Changes came in at -$16.5 million for Q2 2026 at Newmarket, down from -$8.5 million in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $6.7 million in Q3 2022 to a low of -$18.6 million in Q4 2024.
- Average Other Working Capital Changes over 5 years is $14.8 million, with a median of $19.4 million recorded in 2024.
- Year-over-year, Other Working Capital Changes soared 318.83% in 2024 and slumped 233.75% in 2025.
- Over 5 years, Other Working Capital Changes stood at -$393000.0 in 2022, then plunged by 2615.01% to -$10.7 million in 2023, then plunged by 74.3% to -$18.6 million in 2024, then surged by 54.67% to -$8.4 million in 2025, then slumped by 95.79% to -$16.5 million in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$16.5 million in Q2 2026, -$8.5 million in Q1 2026, and -$8.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.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 |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - |
| 10 | Newmarket | 8.20 Bn | 8.11 Bn | 242.43 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.04 Mn |
| Jun 30, 2026 | -16.04 Mn |
| Mar 31, 2026 | 19.61 Mn |
| Mar 31, 2026 | 19.61 Mn |
| Sep 30, 2025 | -5.35 Mn |
| Sep 30, 2025 | -5.35 Mn |
| Jun 30, 2025 | -25.76 Mn |
| Jun 30, 2025 | -25.76 Mn |
| Mar 31, 2025 | 26.59 Mn |
| Mar 31, 2025 | 26.59 Mn |
| Sep 30, 2024 | 41.17 Mn |
| Sep 30, 2024 | 41.17 Mn |
| Jun 30, 2024 | 19.26 Mn |
| Jun 30, 2024 | 19.26 Mn |
| Mar 31, 2024 | 21.43 Mn |
| Mar 31, 2024 | 21.43 Mn |
| Sep 30, 2023 | -19.41 Mn |
| Sep 30, 2023 | -19.41 Mn |
| Jun 30, 2023 | -42.70 Mn |
| Jun 30, 2023 | -42.70 Mn |
Newmarket Other Working Capital Changes 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-working-capital-changes&ticker=NEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=NEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();