Salesforce, Inc. has paid 11 recorded cash distributions, spanning 2024 to 2026.
The highest single cash dividend paid by Salesforce, Inc. is $0.44. The latest distribution of $0.44 was recorded on Oct 8, 2026.
The most recently recorded trailing dividend yield for Salesforce, Inc. stands at 78.87%, peaking at 127.94% on Jun 22, 2026, and averaging — across the selected range.
View 11 recorded historical distributions for Salesforce, Inc., covering a time period spanning from 2024 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 17, 2026 | $0.44 | Cash | Oct 8, 2026 |
| 2 | Jun 11, 2026 | $0.44 | Cash | Jul 2, 2026 |
| 3 | Apr 9, 2026 | $0.44 | Cash | Apr 23, 2026 |
| 4 | Dec 18, 2025 | $0.42 | Cash | Jan 8, 2026 |
| 5 | Sep 17, 2025 | $0.42 | Cash | Oct 9, 2025 |
| 6 | Jun 18, 2025 | $0.42 | Cash | Jul 10, 2025 |
| 7 | Apr 10, 2025 | $0.42 | Cash | Apr 24, 2025 |
| 8 | Dec 18, 2024 | $0.40 | Cash | Jan 9, 2025 |
| 9 | Sep 18, 2024 | $0.40 | Cash | Oct 8, 2024 |
| 10 | Jul 9, 2024 | $0.40 | Cash | Jul 25, 2024 |
| 11 | Mar 13, 2024 | $0.40 | Cash | Apr 11, 2024 |
Pull Salesforce, 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=CRM&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "CRM", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=CRM&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();