Booking Holdings Inc. has paid 11 recorded cash distributions, spanning 2024 to 2026.
The highest single cash dividend paid by Booking Holdings Inc. is $10.50. The latest distribution of $0.42 was recorded on Sep 30, 2026.
The most recently recorded trailing dividend yield for Booking Holdings Inc. stands at 0.00%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 11 recorded historical distributions for Booking Holdings Inc., covering a time period spanning from 2024 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 11, 2026 | $0.42 | Cash | Sep 30, 2026 |
| 2 | Jun 5, 2026 | $0.42 | Cash | Jun 30, 2026 |
| 3 | Mar 6, 2026 | $10.50 | Cash | Mar 31, 2026 |
| 4 | Dec 5, 2025 | $9.60 | Cash | Dec 31, 2025 |
| 5 | Sep 5, 2025 | $9.60 | Cash | Sep 30, 2025 |
| 6 | Jun 6, 2025 | $9.60 | Cash | Jun 30, 2025 |
| 7 | Mar 7, 2025 | $9.60 | Cash | Mar 31, 2025 |
| 8 | Dec 6, 2024 | $8.75 | Cash | Dec 31, 2024 |
| 9 | Sep 6, 2024 | $8.75 | Cash | Sep 30, 2024 |
| 10 | Jun 7, 2024 | $8.75 | Cash | Jun 28, 2024 |
| 11 | Mar 7, 2024 | $8.75 | Cash | Mar 28, 2024 |
Pull Booking Holdings 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=BKNG&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "BKNG", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=BKNG&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();