Gibo Holdings (GIBO) Short-term Investments (2024)
Gibo Holdings' (GIBO) quarterly Short-term Investments came in at $25992.0 in Q4 2024.
Analysis
Gibo Holdings (GIBO) Short-term Investments (2024) Analysis & Trends
Gibo Holdings has disclosed Short-term Investments across 1 years of filings, most recently posting $25992.0 for Q4 2024.
- In Q4 2024, Short-term Investments changed N/A year-over-year to $25992.0; the TTM figure through Dec 2024 stood at $25992.0 (changed N/A YoY), while the FY2024 annual figure was $25992.0, changed N/A from the prior year.
- Short-term Investments came in at $25992.0 for Q4 2024 at Gibo Holdings.
- In the past five years, Short-term Investments ranged from a high of $25992.0 in Q4 2024 to a low of $25992.0 in Q4 2024.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn |
| 10 | Gibo Holdings | 4.93 Mn | 4.53 Mn | - |
API Access
Gibo Holdings Short-term Investments 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=short-term-investments&ticker=GIBO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=GIBO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();