Gibo Holdings (GIBO) Invested Capital (2023 - 2025)
Gibo Holdings' (GIBO) quarterly Invested Capital came in at -$115.1 million in Q4 2025, down 233.36% year-over-year from $86.3 million in Q4 2024, and down 324.09% quarter-over-quarter from $51.4 million in Q2 2025.
Gibo Holdings (GIBO) Invested Capital (2023 - 2025) Analysis & Trends
Gibo Holdings has disclosed Invested Capital across 3 years of filings, most recently posting -$115.1 million for Q4 2025.
- In Q4 2025, Invested Capital fell 233.36% year-over-year to -$115.1 million; the TTM figure through Dec 2025 stood at -$115.1 million (down 233.36% YoY), while the FY2025 annual figure was -$115.1 million, down 233.36% from the prior year.
- Invested Capital came in at -$115.1 million for Q4 2025 at Gibo Holdings, down from $51.4 million in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $86.3 million in Q4 2024 to a low of -$115.1 million in Q4 2025.
- Average Invested Capital over 3 years is $7.1 million, with a median of $28.6 million recorded in 2023.
- Year-over-year, Invested Capital soared 1375.22% in 2024 and plunged 233.36% in 2025.
- Over 3 years, Invested Capital stood at $5.9 million in 2023, then soared by 1375.22% to $86.3 million in 2024, then sank by 233.36% to -$115.1 million in 2025.
- Per Business Quant data, the three most recent Invested Capital figures were -$115.1 million in Q4 2025, $51.4 million in Q2 2025, and $86.3 million in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn | 985.51 Mn |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn | 16.06 Bn |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - | 3.66 Bn |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn | 3.54 Bn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn | 3.95 Bn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn | 1.63 Bn |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn | 7.02 Bn |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn | 177.28 Mn |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn | 1.95 Bn |
| 10 | Gibo Holdings | 4.93 Mn | 4.53 Mn | - | 26,087,981.86 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -115.13 Mn |
| Jun 30, 2025 | 51.38 Mn |
| Dec 31, 2024 | 86.33 Mn |
| Dec 31, 2023 | 5.85 Mn |
Gibo Holdings Invested Capital 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=invested-capital&ticker=GIBO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "ticker": "GIBO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=invested-capital&ticker=GIBO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();