Gibo Holdings (GIBO) Common Equity (2023 - 2025)
Gibo Holdings' (GIBO) quarterly Common Equity came in at -$144.4 million in Q4 2025, down 269.52% year-over-year from $85.2 million in Q4 2024, and down 677.39% quarter-over-quarter from $25.0 million in Q2 2025.
Gibo Holdings (GIBO) Common Equity (2023 - 2025) Analysis & Trends
Gibo Holdings has disclosed Common Equity across 3 years of filings, most recently posting -$144.4 million for Q4 2025.
- In Q4 2025, Common Equity fell 269.52% year-over-year to -$144.4 million; the TTM figure through Dec 2025 stood at -$144.4 million (down 269.52% YoY), while the FY2025 annual figure was -$144.4 million, down 269.52% from the prior year.
- Common Equity came in at -$144.4 million for Q4 2025 at Gibo Holdings, down from $25.0 million in the prior quarter.
- In the past five years, Common Equity ranged from a high of $85.2 million in Q4 2024 to a low of -$144.4 million in Q4 2025.
- Average Common Equity over 3 years is -$7.1 million, with a median of $15.4 million recorded in 2023.
- Year-over-year, Common Equity surged 1364.93% in 2024 and plunged 269.52% in 2025.
- Over 3 years, Common Equity stood at $5.8 million in 2023, then surged by 1364.93% to $85.2 million in 2024, then sank by 269.52% to -$144.4 million in 2025.
- Per Business Quant data, the three most recent Common Equity figures were -$144.4 million in Q4 2025, $25.0 million in Q2 2025, and $85.2 million in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Common Equity (Qtr) |
|---|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn | -5.20 Bn |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn | 14.46 Bn |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - | 1.00 Bn |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn | 3.52 Bn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn | 1.44 Bn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn | 866.24 Mn |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn | 1.17 Bn |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn | 166.08 Mn |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn | 1.66 Bn |
| 10 | Gibo Holdings | 4.93 Mn | 4.53 Mn | - | -144.37 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -144.37 Mn |
| Jun 30, 2025 | 25.00 Mn |
| Dec 31, 2024 | 85.16 Mn |
| Dec 31, 2023 | 5.81 Mn |
Gibo Holdings Common Equity 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=common-equity&ticker=GIBO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=GIBO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();