Newmarket (NEU) Dividend Yield (2009 - 2026)
Newmarket's (NEU) quarterly Dividend Yield came in at 0.38% in Q2 2026, down 2.0% year-over-year from 0.39% in Q2 2025, and down 20.06% quarter-over-quarter from 0.47% in Q1 2026.
Newmarket (NEU) Dividend Yield (2009 - 2026) Analysis & Trends
Newmarket has disclosed Dividend Yield across 18 years of filings, most recently posting 0.38% for Q2 2026.
- In Q2 2026, Dividend Yield fell 2.0% year-over-year to 0.38%; the TTM figure through Jun 2026 stood at 1.51% (down 3.0% YoY), while the FY2025 annual figure was 1.64%, down 27.0% from the prior year.
- Dividend Yield came in at 0.38% for Q2 2026 at Newmarket, down from 0.47% in the prior quarter.
- In the past five years, Dividend Yield ranged from a high of 0.7% in Q3 2022 to a low of 0.33% in Q3 2025.
- Average Dividend Yield over 5 years is 0.51%, with a median of 0.48% recorded in 2024.
- Year-over-year, Dividend Yield increased 15 bps in 2022 and dropped 27 bps in 2023.
- Over 5 years, Dividend Yield stood at 0.68% in 2022, then tumbled by 39 bps to 0.41% in 2023, then gained by 15 bps to 0.48% in 2024, then retreated by 8 bps to 0.44% in 2025, then declined by 13 bps to 0.38% in 2026.
- Per Business Quant data, the three most recent Dividend Yield figures were 0.38% in Q2 2026, 0.47% in Q1 2026, and 0.44% 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 | 0.38% |
| Mar 31, 2026 | 0.47% |
| Dec 31, 2025 | 0.44% |
| Sep 30, 2025 | 0.33% |
| Jun 30, 2025 | 0.40% |
| Mar 31, 2025 | 0.49% |
| Dec 31, 2024 | 0.48% |
| Sep 30, 2024 | 0.45% |
| Jun 30, 2024 | 0.48% |
| Mar 31, 2024 | 0.39% |
| Dec 31, 2023 | 0.41% |
| Sep 30, 2023 | 0.49% |
| Jun 30, 2023 | 0.56% |
| Mar 31, 2023 | 0.58% |
| Dec 31, 2022 | 0.68% |
| Sep 30, 2022 | 0.70% |
| Jun 30, 2022 | 0.70% |
| Mar 31, 2022 | 0.65% |
| Dec 31, 2021 | 0.61% |
| Sep 30, 2021 | 0.63% |
Newmarket Dividend Yield 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=dividend-yield&ticker=NEU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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=dividend-yield&ticker=NEU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();