Newmarket (NEU) Enterprise Value (2009 - 2026)
Newmarket's (NEU) quarterly Enterprise Value came in at $7.2 billion in Q2 2026, up 11.86% year-over-year from $6.4 billion in Q2 2025, and up 23.37% quarter-over-quarter from $5.8 billion in Q1 2026.
Newmarket (NEU) Enterprise Value (2009 - 2026) Analysis & Trends
Newmarket has disclosed Enterprise Value across 18 years of filings, most recently posting $7.2 billion for Q2 2026.
- In Q2 2026, Enterprise Value rose 11.86% year-over-year to $7.2 billion; the TTM figure through Jun 2026 stood at $7.2 billion (up 11.86% YoY), while the FY2025 annual figure was $6.4 billion, up 28.78% from the prior year.
- Enterprise Value came in at $7.2 billion for Q2 2026 at Newmarket, up from $5.8 billion in the prior quarter.
- In the past five years, Enterprise Value ranged from a high of $7.7 billion in Q3 2025 to a low of $2.9 billion in Q3 2022.
- Average Enterprise Value over 5 years is $4.9 billion, with a median of $5.0 billion recorded in 2023.
- Year-over-year, Enterprise Value soared 73.66% in 2023 and retreated 12.49% in 2025.
- Over 5 years, Enterprise Value stood at $2.9 billion in 2022, then soared by 73.66% to $5.1 billion in 2023, then declined by 3.27% to $5.0 billion in 2024, then climbed by 28.78% to $6.4 billion in 2025, then climbed by 12.57% to $7.2 billion in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were $7.2 billion in Q2 2026, $5.8 billion in Q1 2026, and $6.4 billion 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 | 7.18 Bn |
| Mar 31, 2026 | 5.82 Bn |
| Dec 31, 2025 | 6.38 Bn |
| Sep 30, 2025 | 7.68 Bn |
| Jun 30, 2025 | 6.42 Bn |
| Mar 31, 2025 | 5.23 Bn |
| Dec 31, 2024 | 4.95 Bn |
| Sep 30, 2024 | 5.22 Bn |
| Jun 30, 2024 | 4.86 Bn |
| Mar 31, 2024 | 5.97 Bn |
| Dec 31, 2023 | 5.12 Bn |
| Sep 30, 2023 | 4.26 Bn |
| Jun 30, 2023 | 3.73 Bn |
| Mar 31, 2023 | 3.44 Bn |
| Dec 31, 2022 | 2.95 Bn |
| Sep 30, 2022 | 2.90 Bn |
| Jun 30, 2022 | 2.95 Bn |
| Mar 31, 2022 | 3.24 Bn |
| Dec 31, 2021 | 3.09 Bn |
| Sep 30, 2021 | 3.16 Bn |
Newmarket Enterprise Value 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=enterprise-value&ticker=NEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=NEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();