Infosys (INFY) Equity Income (2009 - 2017)
Infosys (INFY) posted Equity Income of -$28.0 million for Q1 2017, down 211.11% on a QoQ basis from -$9.0 million in Q4 2016.
Analysis
Infosys (INFY) Equity Income (2009 - 2017) Analysis & Trends
Infosys has reported Equity Income for 8 years, with the latest figure at -$28.0 million in Q1 2017.
- On a quarterly basis, Equity Income changed N/A year-over-year to -$28.0 million in Q1 2017; TTM through Mar 2017 was -$51.0 million, a N/A change from a year earlier, with the FY2017 full-year figure at -$51.0 million, down 88.89% from the prior year.
- Equity Income was -$28.0 million for Q1 2017 at Infosys, down from -$9.0 million in the prior quarter.
- The five-year high for Equity Income was -$6.0 million in Q3 2016, with the low at -$28.0 million in Q1 2017.
- Average Equity Income over 4 years is -$12.1 million, with a median of -$8.5 million recorded in 2015.
- The sharpest annual moves came in 2013 and 2016: Equity Income slumped 400.0% in 2013, then surged 57.14% in 2016.
- Over 4 years, Equity Income stood at -$10.0 million in 2013, then tumbled by 110.0% to -$21.0 million in 2015, then soared by 57.14% to -$9.0 million in 2016, then slumped by 211.11% to -$28.0 million in 2017.
- The last three Equity Income figures came in at -$28.0 million (Q1 2017), -$9.0 million (Q4 2016), and -$6.0 million (Q3 2016), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | - |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | -8.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | - |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | - |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | - |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | 2.07 Mn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | - |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | - |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2017 | -28.00 Mn |
| Dec 31, 2016 | -9.00 Mn |
| Sep 30, 2016 | -6.00 Mn |
| Jun 30, 2016 | -8.00 Mn |
| Dec 31, 2015 | -21.00 Mn |
| Sep 30, 2015 | -7.00 Mn |
| Jun 30, 2015 | -8.00 Mn |
| Mar 31, 2013 | -10.00 Mn |
| Dec 31, 2012 | -16.00 Mn |
| Sep 30, 2012 | -12.00 Mn |
| Jun 30, 2012 | -7.00 Mn |
| Mar 31, 2012 | -2.00 Mn |
| Dec 31, 2011 | -3.00 Mn |
| Sep 30, 2011 | -2.00 Mn |
| Jun 30, 2011 | -1.00 Mn |
| Mar 31, 2011 | -10.00 Mn |
| Dec 31, 2010 | 4.00 Mn |
| Sep 30, 2010 | -8.00 Mn |
| Jun 30, 2010 | -8.00 Mn |
| Mar 31, 2010 | -20.51 Mn |
API Access
Infosys Equity Income 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=equity-income&ticker=INFY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=INFY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();