Infosys (INFY) Raw Materials (2009 - 2013)
Infosys (INFY) posted Raw Materials of $3.0 million for Q4 2013, up 50.0% on a QoQ basis from $2.0 million in Q3 2013, and little changed year-over-year from $3.0 million in Q4 2012.
Infosys (INFY) Raw Materials (2009 - 2013) Analysis & Trends
Infosys has reported Raw Materials for 5 years, with the latest figure at $3.0 million in Q4 2013.
- On a quarterly basis, Raw Materials changed 0.0% year-over-year to $3.0 million in Q4 2013; TTM through Dec 2013 was $3.0 million, a 0.0% change from a year earlier, with the FY2013 full-year figure at $6.0 million, changed 0.0% from the prior year.
- Raw Materials was $3.0 million for Q4 2013 at Infosys, up from $2.0 million in the prior quarter.
- The five-year high for Raw Materials was $6.0 million in Q1 2011, with the low at $1.0 million in Q2 2010.
- Average Raw Materials over 5 years is $3.4 million, with a median of $3.0 million recorded in 2010.
- The sharpest annual moves came in 2011 and 2012: Raw Materials plunged 33.33% in 2011, then surged 50.0% in 2012.
- Over 5 years, Raw Materials stood at $5.0 million in 2009, then declined by 20.0% to $4.0 million in 2010, then changed by 0.0% to $4.0 million in 2011, then slipped by 25.0% to $3.0 million in 2012, then changed by 0.0% to $3.0 million in 2013.
- The last three Raw Materials figures came in at $3.0 million (Q4 2013), $2.0 million (Q3 2013), and $1.0 million (Q2 2013), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
| 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
| Date | Value |
|---|---|
| Dec 31, 2013 | 3.00 Mn |
| Sep 30, 2013 | 2.00 Mn |
| Jun 30, 2013 | 1.00 Mn |
| Mar 31, 2013 | 6.00 Mn |
| Dec 31, 2012 | 3.00 Mn |
| Sep 30, 2012 | 3.00 Mn |
| Mar 31, 2012 | 6.00 Mn |
| Dec 31, 2011 | 4.00 Mn |
| Sep 30, 2011 | 2.00 Mn |
| Jun 30, 2011 | 1.00 Mn |
| Mar 31, 2011 | 6.00 Mn |
| Dec 31, 2010 | 4.00 Mn |
| Sep 30, 2010 | 3.00 Mn |
| Jun 30, 2010 | 1.00 Mn |
| Mar 31, 2010 | 5.00 Mn |
| Mar 31, 2009 | 5.00 Mn |
Infosys Raw Materials 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=raw-materials&ticker=INFY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=INFY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();