Newmarket (NEU) Cash from Operations (2009 - 2026)
Newmarket's (NEU) quarterly Cash from Operations came in at $162.1 million in Q2 2026, up 0.65% year-over-year from $161.1 million in Q2 2025, and up 30.71% quarter-over-quarter from $124.0 million in Q1 2026.
Newmarket (NEU) Cash from Operations (2009 - 2026) Analysis & Trends
Newmarket has disclosed Cash from Operations across 18 years of filings, most recently posting $162.1 million for Q2 2026.
- In Q2 2026, Cash from Operations rose 0.65% year-over-year to $162.1 million; the TTM figure through Jun 2026 stood at $573.7 million (down 1.62% YoY), while the FY2025 annual figure was $569.0 million, up 9.5% from the prior year.
- Cash from Operations came in at $162.1 million for Q2 2026 at Newmarket, up from $124.0 million in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $185.2 million in Q4 2024 to a low of -$8.4 million in Q3 2022.
- Average Cash from Operations over 5 years is $114.5 million, with a median of $122.2 million recorded in 2025.
- Year-over-year, Cash from Operations tumbled 120.52% in 2022 and jumped 1799.5% in 2023.
- Over 5 years, Cash from Operations stood at $92.7 million in 2022, then soared by 85.2% to $171.6 million in 2023, then advanced by 7.94% to $185.2 million in 2024, then fell by 21.63% to $145.2 million in 2025, then grew by 11.68% to $162.1 million in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $162.1 million in Q2 2026, $124.0 million in Q1 2026, and $145.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (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.26 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 2.87 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 | 507.14 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Newmarket | 8.20 Bn | 8.11 Bn | 242.43 Mn | 162.12 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 162.12 Mn |
| Mar 31, 2026 | 124.03 Mn |
| Dec 31, 2025 | 145.17 Mn |
| Sep 30, 2025 | 142.41 Mn |
| Jun 30, 2025 | 161.08 Mn |
| Mar 31, 2025 | 120.31 Mn |
| Dec 31, 2024 | 185.24 Mn |
| Sep 30, 2024 | 116.55 Mn |
| Jun 30, 2024 | 114.96 Mn |
| Mar 31, 2024 | 102.84 Mn |
| Dec 31, 2023 | 171.61 Mn |
| Sep 30, 2023 | 142.83 Mn |
| Jun 30, 2023 | 152.48 Mn |
| Mar 31, 2023 | 109.92 Mn |
| Dec 31, 2022 | 92.66 Mn |
| Sep 30, 2022 | -8.40 Mn |
| Jun 30, 2022 | 17.59 Mn |
| Mar 31, 2022 | 6.78 Mn |
| Dec 31, 2021 | 20.32 Mn |
| Sep 30, 2021 | 40.96 Mn |
Newmarket Cash from Operations 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-operations&ticker=NEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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-operations&ticker=NEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();