Newmarket Corp has paid 84 recorded cash distributions, spanning 2006 to 2026.
The highest single cash dividend paid by Newmarket Corp is $25.00. The latest distribution of $3.00 was recorded on Oct 1, 2026.
The most recently recorded trailing dividend yield for Newmarket Corp stands at 133.59%, peaking at 1,158.64% on Feb 25, 2013, and averaging — across the selected range.
View 84 recorded historical distributions for Newmarket Corp, covering a time period spanning from 2006 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 15, 2026 | $3.00 | Cash | Oct 1, 2026 |
| 2 | Jun 15, 2026 | $3.00 | Cash | Jul 1, 2026 |
| 3 | Mar 16, 2026 | $3.00 | Cash | Apr 1, 2026 |
| 4 | Dec 15, 2025 | $3.00 | Cash | Jan 2, 2026 |
| 5 | Sep 15, 2025 | $2.75 | Cash | Oct 1, 2025 |
| 6 | Jun 16, 2025 | $2.75 | Cash | Jul 1, 2025 |
| 7 | Mar 17, 2025 | $2.75 | Cash | Apr 1, 2025 |
| 8 | Dec 16, 2024 | $2.50 | Cash | Jan 2, 2025 |
| 9 | Sep 16, 2024 | $2.50 | Cash | Oct 1, 2024 |
| 10 | Jun 14, 2024 | $2.50 | Cash | Jul 1, 2024 |
| 11 | Mar 14, 2024 | $2.50 | Cash | Apr 1, 2024 |
| 12 | Dec 14, 2023 | $2.25 | Cash | Jan 2, 2024 |
| 13 | Sep 14, 2023 | $2.25 | Cash | Oct 2, 2023 |
| 14 | Jun 14, 2023 | $2.25 | Cash | Jul 3, 2023 |
| 15 | Mar 14, 2023 | $2.10 | Cash | Apr 3, 2023 |
| 16 | Dec 14, 2022 | $2.10 | Cash | Jan 3, 2023 |
| 17 | Sep 14, 2022 | $2.10 | Cash | Oct 3, 2022 |
| 18 | Jun 14, 2022 | $2.10 | Cash | Jul 1, 2022 |
| 19 | Mar 14, 2022 | $2.10 | Cash | Apr 1, 2022 |
| 20 | Dec 14, 2021 | $2.10 | Cash | Jan 3, 2022 |
Pull Newmarket Corp's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=NEU&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "NEU", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=NEU&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();