Paccar Inc has paid 115 recorded cash distributions, spanning 2003 to 2026.
The highest single cash dividend paid by Paccar Inc is $3.20. The latest distribution of $0.35 was recorded on Dec 2, 2026.
The most recently recorded trailing dividend yield for Paccar Inc stands at 240.27%, peaking at 658.73% on Mar 23, 2020, and averaging — across the selected range.
View 115 recorded historical distributions for Paccar Inc, covering a time period spanning from 2003 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Nov 10, 2026 | $0.35 | Cash | Dec 2, 2026 |
| 2 | Aug 12, 2026 | $0.35 | Cash | Sep 2, 2026 |
| 3 | May 13, 2026 | $0.35 | Cash | Jun 3, 2026 |
| 4 | Feb 11, 2026 | $0.33 | Cash | Mar 4, 2026 |
| 5 | Dec 19, 2025 | $1.40 | Cash | Jan 7, 2026 |
| 6 | Nov 12, 2025 | $0.33 | Cash | Dec 3, 2025 |
| 7 | Aug 14, 2025 | $0.33 | Cash | Sep 4, 2025 |
| 8 | May 14, 2025 | $0.33 | Cash | Jun 4, 2025 |
| 9 | Feb 12, 2025 | $0.33 | Cash | Mar 5, 2025 |
| 10 | Dec 20, 2024 | $3.00 | Cash | Jan 8, 2025 |
| 11 | Nov 13, 2024 | $0.30 | Cash | Dec 4, 2024 |
| 12 | Aug 15, 2024 | $0.30 | Cash | Sep 5, 2024 |
| 13 | May 14, 2024 | $0.30 | Cash | Jun 5, 2024 |
| 14 | Feb 14, 2024 | $0.27 | Cash | Mar 6, 2024 |
| 15 | Dec 14, 2023 | $3.20 | Cash | Jan 4, 2024 |
| 16 | Nov 14, 2023 | $0.27 | Cash | Dec 6, 2023 |
| 17 | Aug 16, 2023 | $0.27 | Cash | Sep 7, 2023 |
| 18 | May 16, 2023 | $0.25 | Cash | Jun 7, 2023 |
| 19 | Feb 13, 2023 | $0.25 | Cash | Mar 8, 2023 |
| 20 | Dec 15, 2022 | $2.80 | Cash | Jan 5, 2023 |
Pull Paccar Inc'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=PCAR&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "PCAR", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=PCAR&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();