Infosys (INFY) Dividends Paid - Common (2009 - 2026)
Infosys (INFY) posted Dividends Paid - Common of -$1.1 billion for Q2 2026, little changed on a QoQ basis from -$1.1 billion in Q4 2025, and down 0.75% year-over-year from -$1.1 billion in Q2 2025.
Infosys (INFY) Dividends Paid - Common (2009 - 2026) Analysis & Trends
Infosys has reported Dividends Paid - Common for 16 years, with the latest figure at -$1.1 billion in Q2 2026.
- On a quarterly basis, Dividends Paid - Common fell 0.75% year-over-year to -$1.1 billion in Q2 2026; TTM through Jun 2026 was -$2.1 billion, a 2.34% decrease from a year earlier, with the FY2026 full-year figure at -$2.1 billion, up 11.71% from the prior year.
- Dividends Paid - Common was -$1.1 billion for Q2 2026 at Infosys, roughly flat from -$1.1 billion in the prior quarter.
- The five-year high for Dividends Paid - Common was -$121716.6 in Q2 2023, with the low at -$1.1 billion in Q4 2025.
- Average Dividends Paid - Common over 5 years is -$758.2 million, with a median of -$894.0 million recorded in 2023.
- The sharpest annual moves came in 2023 and 2024: Dividends Paid - Common surged 99.99% in 2023, then fell 15.21% in 2024.
- Over 5 years, Dividends Paid - Common stood at -$841.0 million in 2022, then retreated by 6.3% to -$894.0 million in 2023, then retreated by 15.21% to -$1.0 billion in 2024, then decreased by 3.88% to -$1.1 billion in 2025, then changed by 0.0% to -$1.1 billion in 2026.
- The last three Dividends Paid - Common figures came in at -$1.1 billion (Q2 2026), -$1.1 billion (Q4 2025), and -$1.0 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | 204,835.00 |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | -1.07 Bn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | 157.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | 38.53 Mn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | 79.80 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | -25.82 Mn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | - |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | 28.76 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 19.36 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.07 Bn |
| Dec 31, 2025 | -1.07 Bn |
| Sep 30, 2025 | -1.00 Mn |
| Jun 30, 2025 | -1.06 Bn |
| Dec 31, 2024 | -1.03 Bn |
| Dec 31, 2023 | -894.00 Mn |
| Jun 30, 2023 | -121,716.63 |
| Dec 31, 2022 | -841.00 Mn |
| Jun 30, 2022 | -856.00 Mn |
| Dec 31, 2021 | -842.00 Mn |
| Jun 30, 2021 | -861.00 Mn |
| Dec 31, 2020 | -687.00 Mn |
| Jun 30, 2019 | -648.00 Mn |
| Jun 30, 2018 | -971.00 Mn |
| Jun 30, 2016 | -481.00 Mn |
| Jun 30, 2015 | -528.00 Mn |
| Dec 31, 2013 | -181.00 Mn |
| Jun 30, 2013 | -258.00 Mn |
| Mar 31, 2013 | -1.00 Mn |
| Dec 31, 2012 | -159.00 Mn |
Infosys Dividends Paid - Common API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=dividends-paid-common&ticker=INFY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "ticker": "INFY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=dividends-paid-common&ticker=INFY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();