Cgi (GIB) Other Non Operating Income (2009 - 2026)
Cgi's (GIB) quarterly Other Non Operating Income came in at -$18073.1 in Q2 2026, down 112.16% year-over-year from $148672.8 in Q2 2025, and up 29.19% quarter-over-quarter from -$25522.2 in Q1 2026.
Cgi (GIB) Other Non Operating Income (2009 - 2026) Analysis & Trends
Cgi (GIB) has reported Other Non Operating Income for 18 consecutive years, with -$18073.1 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 112.16% year-over-year to -$18073.1 in Q2 2026; TTM through Jun 2026 was $765825.3, a 116.18% increase from a year earlier, with the FY2025 full-year figure at $519544.0, up 8.54% from the prior year.
- Other Non Operating Income was -$18073.1 for Q2 2026 at Cgi, up from -$25522.2 in the prior quarter.
- Over five years, Other Non Operating Income peaked at $2.6 million in Q3 2022 and troughed at -$2.5 million in Q4 2022.
- A 5-year average of $282616.6 and a median of $327212.7 in 2024 frame the typical range for Other Non Operating Income.
- The widest YoY moves for Other Non Operating Income: up 381.65% in 2022, down 1079.45% in 2022.
- Over 5 years, Other Non Operating Income stood at -$2.5 million in 2022, then soared by 89.07% to -$277654.4 in 2023, then plunged by 61.65% to -$448837.4 in 2024, then soared by 185.95% to $385792.4 in 2025, then slumped by 104.68% to -$18073.1 in 2026.
- The last three Other Non Operating Income figures came in at -$18073.1 (Q2 2026), -$25522.2 (Q1 2026), and $385792.4 (Q4 2025), 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 |
|---|---|
| Jun 30, 2026 | -18,073.13 |
| Mar 31, 2026 | -25,522.20 |
| Dec 31, 2025 | 385,792.42 |
| Sep 30, 2025 | 423,628.21 |
| Jun 30, 2025 | 148,672.77 |
| Mar 31, 2025 | 385,394.81 |
| Dec 31, 2024 | -448,837.41 |
| Sep 30, 2024 | 269,030.60 |
| Jun 30, 2024 | -1.10 Mn |
| Mar 31, 2024 | 1.61 Mn |
| Dec 31, 2023 | -277,654.43 |
| Sep 30, 2023 | 1.41 Mn |
| Jun 30, 2023 | 1.13 Mn |
| Mar 31, 2023 | 916,483.80 |
| Dec 31, 2022 | -2.54 Mn |
| Sep 30, 2022 | 2.60 Mn |
| Jun 30, 2022 | 570,215.66 |
| Mar 31, 2022 | -345,790.23 |
| Dec 31, 2021 | 259,420.90 |
| Sep 30, 2021 | -921,514.80 |
Cgi Other 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=other-non-operating-income&ticker=GIB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=GIB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();