Newmarket (NEU) Assets Average (2010 - 2026)
Newmarket's (NEU) quarterly Assets Average came in at $3.6 billion in Q2 2026, up 10.86% year-over-year from $3.2 billion in Q2 2025, and up 1.84% quarter-over-quarter from $3.5 billion in Q1 2026.
Newmarket (NEU) Assets Average (2010 - 2026) Analysis & Trends
Newmarket has disclosed Assets Average across 17 years of filings, most recently posting $3.6 billion for Q2 2026.
- In Q2 2026, Assets Average rose 10.86% year-over-year to $3.6 billion; the TTM figure through Jun 2026 stood at $3.6 billion (up 10.86% YoY), while the FY2025 annual figure was $3.3 billion, up 21.76% from the prior year.
- Assets Average came in at $3.6 billion for Q2 2026 at Newmarket, up from $3.5 billion in the prior quarter.
- In the past five years, Assets Average ranged from a high of $3.6 billion in Q2 2026 to a low of $2.3 billion in Q4 2023.
- Average Assets Average over 5 years is $2.8 billion, with a median of $2.9 billion recorded in 2024.
- Year-over-year, Assets Average decreased 5.45% in 2022 and surged 36.89% in 2024.
- Over 5 years, Assets Average stood at $2.4 billion in 2022, then decreased by 3.04% to $2.3 billion in 2023, then soared by 36.89% to $3.1 billion in 2024, then increased by 6.84% to $3.4 billion in 2025, then grew by 5.93% to $3.6 billion in 2026.
- Per Business Quant data, the three most recent Assets Average figures were $3.6 billion in Q2 2026, $3.5 billion in Q1 2026, and $3.4 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 53.34 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 128.06 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 114.92 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 2,776.10 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | 28.22 Bn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | 48.56 Bn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | 130.80 Bn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 11.93 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 85.73 Bn |
| 10 | Newmarket | 8.20 Bn | 8.11 Bn | 242.43 Mn | 3.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.56 Bn |
| Mar 31, 2026 | 3.50 Bn |
| Dec 31, 2025 | 3.36 Bn |
| Sep 30, 2025 | 3.21 Bn |
| Jun 30, 2025 | 3.21 Bn |
| Mar 31, 2025 | 3.18 Bn |
| Dec 31, 2024 | 3.15 Bn |
| Sep 30, 2024 | 3.16 Bn |
| Jun 30, 2024 | 3.15 Bn |
| Mar 31, 2024 | 2.73 Bn |
| Dec 31, 2023 | 2.30 Bn |
| Sep 30, 2023 | 2.33 Bn |
| Jun 30, 2023 | 2.36 Bn |
| Mar 31, 2023 | 2.38 Bn |
| Dec 31, 2022 | 2.37 Bn |
| Sep 30, 2022 | 2.33 Bn |
| Jun 30, 2022 | 2.31 Bn |
| Mar 31, 2022 | 2.42 Bn |
| Dec 31, 2021 | 2.50 Bn |
| Sep 30, 2021 | 2.46 Bn |
Newmarket Assets Average 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=assets-average&ticker=NEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=NEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();