America Movil Sab De Cv/ has paid 7 recorded cash distributions, spanning 2023 to 2026.
The highest single cash dividend paid by America Movil Sab De Cv/ is $0.31. The latest distribution of $0.31 was recorded on Jul 22, 2026.
The most recently recorded trailing dividend yield for America Movil Sab De Cv/ stands at 1,139.83%, peaking at 1,325.73% on Jan 15, 2026, and averaging — across the selected range.
View 7 recorded historical distributions for America Movil Sab De Cv/, covering a time period spanning from 2023 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Jul 14, 2026 | $0.31 | Cash | Jul 22, 2026 |
| 2 | Nov 7, 2025 | $0.28 | Cash | Nov 17, 2025 |
| 3 | Jul 11, 2025 | $0.28 | Cash | Jul 21, 2025 |
| 4 | Nov 8, 2024 | $0.24 | Cash | Nov 18, 2024 |
| 5 | Jul 12, 2024 | $0.27 | Cash | Jul 22, 2024 |
| 6 | Nov 9, 2023 | $0.26 | Cash | Nov 20, 2023 |
| 7 | Jul 13, 2023 | $0.27 | Cash | Jul 24, 2023 |
Pull America Movil Sab De Cv/'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=AMX&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "AMX", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=AMX&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();