Intercontinental Hotels Group Plc /New/ has paid 42 recorded cash distributions, spanning 2005 to 2026.
The highest single cash dividend paid by Intercontinental Hotels Group Plc /New/ is $6.33. The latest distribution of $1.26 was recorded on May 14, 2026.
The most recently recorded trailing dividend yield for Intercontinental Hotels Group Plc /New/ stands at 0.00%, peaking at 206.25% on Jun 27, 2016, and averaging — across the selected range.
View 42 recorded historical distributions for Intercontinental Hotels Group Plc /New/, covering a time period spanning from 2005 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Apr 10, 2026 | $1.26 | Cash | May 14, 2026 |
| 2 | Aug 22, 2025 | $0.59 | Cash | Oct 2, 2025 |
| 3 | Apr 4, 2025 | $1.14 | Cash | May 15, 2025 |
| 4 | Aug 30, 2024 | $0.53 | Cash | Oct 3, 2024 |
| 5 | Apr 4, 2024 | $1.04 | Cash | May 14, 2024 |
| 6 | Aug 31, 2023 | $0.48 | Cash | Oct 5, 2023 |
| 7 | Mar 30, 2023 | $0.94 | Cash | May 16, 2023 |
| 8 | Sep 1, 2022 | $0.44 | Cash | Oct 6, 2022 |
| 9 | Mar 31, 2022 | $0.86 | Cash | May 17, 2022 |
| 10 | Aug 29, 2019 | $0.40 | Cash | Oct 3, 2019 |
| 11 | Mar 28, 2019 | $0.78 | Cash | May 14, 2019 |
| 12 | Jan 14, 2019 | $2.61 | Cash | Jan 29, 2019 |
| 13 | Aug 30, 2018 | $0.36 | Cash | Oct 5, 2018 |
| 14 | Apr 2, 2018 | $0.71 | Cash | May 11, 2018 |
| 15 | Aug 30, 2017 | $0.33 | Cash | Oct 6, 2017 |
| 16 | May 3, 2017 | $2.02 | Cash | May 22, 2017 |
| 17 | Aug 31, 2016 | $0.30 | Cash | Oct 7, 2016 |
| 18 | May 9, 2016 | $6.33 | Cash | May 23, 2016 |
| 19 | Mar 30, 2016 | $0.56 | Cash | May 13, 2016 |
| 20 | Aug 27, 2015 | $0.28 | Cash | Oct 2, 2015 |
Pull Intercontinental Hotels Group Plc /New/'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=IHG&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "IHG", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=IHG&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();