Laureate Education, Inc. has paid 3 recorded cash distributions, spanning 2021 to 2023.
The highest single cash dividend paid by Laureate Education, Inc. is $0.70. The latest distribution of $0.70 was recorded on Nov 30, 2023.
The most recently recorded trailing dividend yield for Laureate Education, Inc. stands at 0.23%, peaking at 4,117.03% on Dec 19, 2022, and averaging — across the selected range.
View 3 recorded historical distributions for Laureate Education, Inc., covering a time period spanning from 2021 to 2023.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Nov 14, 2023 | $0.70 | Cash | Nov 30, 2023 |
| 2 | Nov 3, 2022 | $0.68 | Cash | Nov 17, 2022 |
| 3 | Dec 13, 2021 | $0.58 | Cash | Dec 28, 2021 |
Pull Laureate Education, 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=LAUR&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "LAUR", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=LAUR&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();