Newmarket (NEU) Total Non-Current Liabilities (2009 - 2026)
Newmarket's (NEU) quarterly Total Non-Current Liabilities came in at $1.4 billion in Q2 2026, up 9.93% year-over-year from $1.3 billion in Q2 2025, and up 0.83% quarter-over-quarter from $1.4 billion in Q1 2026.
Newmarket (NEU) Total Non-Current Liabilities (2009 - 2026) Analysis & Trends
Newmarket has disclosed Total Non-Current Liabilities across 18 years of filings, most recently posting $1.4 billion for Q2 2026.
- In Q2 2026, Total Non-Current Liabilities rose 9.93% year-over-year to $1.4 billion; the TTM figure through Jun 2026 stood at $1.4 billion (up 9.93% YoY), while the FY2025 annual figure was $1.4 billion, down 2.56% from the prior year.
- Total Non-Current Liabilities came in at $1.4 billion for Q2 2026 at Newmarket, up from $1.4 billion in the prior quarter.
- In the past five years, Total Non-Current Liabilities ranged from a high of $1.7 billion in Q1 2024 to a low of $1.1 billion in Q4 2023.
- Average Total Non-Current Liabilities over 5 years is $1.4 billion, with a median of $1.4 billion recorded in 2022.
- Year-over-year, Total Non-Current Liabilities decreased 27.92% in 2023 and surged 33.07% in 2024.
- Over 5 years, Total Non-Current Liabilities stood at $1.5 billion in 2022, then declined by 27.92% to $1.1 billion in 2023, then jumped by 31.77% to $1.4 billion in 2024, then retreated by 2.56% to $1.4 billion in 2025, then rose by 4.98% to $1.4 billion in 2026.
- Per Business Quant data, the three most recent Total Non-Current Liabilities figures were $1.4 billion in Q2 2026, $1.4 billion in Q1 2026, and $1.4 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 7.79 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 102.53 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -967.00 Mn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 2,609.73 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -5.06 Bn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | -23.16 Bn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | -46.26 Bn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 5.63 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 34.56 Bn |
| 10 | Newmarket | 8.20 Bn | 8.11 Bn | 242.43 Mn | 1.43 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.43 Bn |
| Mar 31, 2026 | 1.42 Bn |
| Dec 31, 2025 | 1.36 Bn |
| Sep 30, 2025 | 1.26 Bn |
| Jun 30, 2025 | 1.30 Bn |
| Mar 31, 2025 | 1.44 Bn |
| Dec 31, 2024 | 1.40 Bn |
| Sep 30, 2024 | 1.54 Bn |
| Jun 30, 2024 | 1.65 Bn |
| Mar 31, 2024 | 1.73 Bn |
| Dec 31, 2023 | 1.06 Bn |
| Sep 30, 2023 | 1.16 Bn |
| Jun 30, 2023 | 1.31 Bn |
| Mar 31, 2023 | 1.36 Bn |
| Dec 31, 2022 | 1.47 Bn |
| Sep 30, 2022 | 1.48 Bn |
| Jun 30, 2022 | 1.41 Bn |
| Mar 31, 2022 | 1.31 Bn |
| Dec 31, 2021 | 1.57 Bn |
| Sep 30, 2021 | 1.44 Bn |
Newmarket Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=NEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=NEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();