Cgi (GIB) Non Operating Income (2009 - 2011)
Cgi's (GIB) quarterly Non Operating Income came in at -$2.5 million in Q2 2011, down 325.78% year-over-year from $1.1 million in Q2 2010, and down 74.14% quarter-over-quarter from -$1.4 million in Q3 2010.
Cgi (GIB) Non Operating Income (2009 - 2011) Analysis & Trends
Cgi (GIB) has reported Non Operating Income for 3 consecutive years, with -$2.5 million the latest figure, recorded in Q2 2011.
- On a quarterly basis, Non Operating Income fell 325.78% year-over-year to -$2.5 million in Q2 2011; TTM through Jun 2011 was -$1.4 million, a N/A change from a year earlier, with the FY2010 full-year figure at -$914898.9, changed N/A from the prior year.
- Non Operating Income was -$2.5 million for Q2 2011 at Cgi, down from -$1.4 million in the prior quarter.
- Over five years, Non Operating Income peaked at $1.4 million in Q3 2009 and troughed at -$2.5 million in Q2 2011.
- A 3-year average of -$356045.7 and a median of -$163753.2 in 2010 frame the typical range for Non Operating Income.
- Across the five-year window, Non Operating Income sank 202.51% in 2010 and plunged 325.78% in 2011, its largest moves.
- Over 3 years, Non Operating Income stood at $1.4 million in 2009, then slumped by 202.51% to -$1.4 million in 2010, then sank by 74.14% to -$2.5 million in 2011.
- The last three Non Operating Income figures came in at -$2.5 million (Q2 2011), -$1.4 million (Q3 2010), and $1.1 million (Q2 2010), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | 1.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 | - |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | - |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | -78.43 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2011 | -2.49 Mn |
| Sep 30, 2010 | -1.43 Mn |
| Jun 30, 2010 | 1.10 Mn |
| Sep 30, 2009 | 1.40 Mn |
Cgi Non Operating 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=non-operating-income&ticker=GIB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "GIB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-income&ticker=GIB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();