Gibo Holdings (GIBO) Property, Plant & Equipment (Net) (2023 - 2025)
Analysis
Gibo Holdings (GIBO) Property, Plant & Equipment (Net) (2023 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn | 1.42 Bn |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn | 981.00 Mn |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - | 260.87 Mn |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn | 204.97 Mn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn | 122.00 Mn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn | 114.59 Mn |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn | 2.48 Bn |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn | 8.39 Mn |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn | 1.54 Bn |
| 10 | Gibo Holdings | 4.93 Mn | 4.53 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 104.89 Mn |
| Dec 31, 2024 | 110.64 Mn |
| Dec 31, 2023 | 18,864.00 |
API Access
Gibo Holdings Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=GIBO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=GIBO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();