Valero Energy Corp/Tx has paid 91 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by Valero Energy Corp/Tx is $1.20. The latest distribution of $1.20 was recorded on Aug 31, 2026.
The most recently recorded trailing dividend yield for Valero Energy Corp/Tx stands at 129.76%, peaking at 1,548.02% on Mar 23, 2020, and averaging — across the selected range.
View 91 recorded historical distributions for Valero Energy Corp/Tx, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Jul 31, 2026 | $1.20 | Cash | Aug 31, 2026 |
| 2 | May 21, 2026 | $1.20 | Cash | Jun 23, 2026 |
| 3 | Feb 5, 2026 | $1.20 | Cash | Mar 9, 2026 |
| 4 | Nov 20, 2025 | $1.13 | Cash | Dec 18, 2025 |
| 5 | Jul 31, 2025 | $1.13 | Cash | Sep 2, 2025 |
| 6 | May 20, 2025 | $1.13 | Cash | Jun 18, 2025 |
| 7 | Jan 30, 2025 | $1.13 | Cash | Mar 3, 2025 |
| 8 | Nov 20, 2024 | $1.07 | Cash | Dec 20, 2024 |
| 9 | Aug 1, 2024 | $1.07 | Cash | Sep 3, 2024 |
| 10 | May 30, 2024 | $1.07 | Cash | Jun 28, 2024 |
| 11 | Jan 31, 2024 | $1.07 | Cash | Mar 4, 2024 |
| 12 | Nov 16, 2023 | $1.02 | Cash | Dec 20, 2023 |
| 13 | Aug 2, 2023 | $1.02 | Cash | Sep 5, 2023 |
| 14 | May 22, 2023 | $1.02 | Cash | Jun 22, 2023 |
| 15 | Feb 13, 2023 | $1.02 | Cash | Mar 16, 2023 |
| 16 | Nov 16, 2022 | $0.98 | Cash | Dec 8, 2022 |
| 17 | Aug 3, 2022 | $0.98 | Cash | Sep 1, 2022 |
| 18 | May 11, 2022 | $0.98 | Cash | Jun 7, 2022 |
| 19 | Feb 2, 2022 | $0.98 | Cash | Mar 3, 2022 |
| 20 | Nov 17, 2021 | $0.98 | Cash | Dec 9, 2021 |
Pull Valero Energy Corp/Tx'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=VLO&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "VLO", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=VLO&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();