Gibo Holdings (GIBO) Notes Payables (2023 - 2025)
Gibo Holdings' (GIBO) quarterly Notes Payables came in at $26.1 million in Q4 2025, up 2352.09% year-over-year from $1.1 million in Q4 2024, and little changed quarter-over-quarter from $26.1 million in Q2 2025.
Gibo Holdings (GIBO) Notes Payables (2023 - 2025) Analysis & Trends
Gibo Holdings has disclosed Notes Payables across 3 years of filings, most recently posting $26.1 million for Q4 2025.
- In Q4 2025, Notes Payables rose 2352.09% year-over-year to $26.1 million; the TTM figure through Dec 2025 stood at $26.1 million (up 2352.09% YoY), while the FY2025 annual figure was $26.1 million, up 2352.09% from the prior year.
- Notes Payables came in at $26.1 million for Q4 2025 at Gibo Holdings, roughly flat from $26.1 million in the prior quarter.
- In the past five years, Notes Payables ranged from a high of $26.1 million in Q2 2025 to a low of $38676.0 in Q4 2023.
- Average Notes Payables over 3 years is $13.3 million, with a median of $13.6 million recorded in 2024.
- Year-over-year, Notes Payables surged 2650.82% in 2024 and jumped 2352.09% in 2025.
- Over 3 years, Notes Payables stood at $38676.0 in 2023, then surged by 2650.82% to $1.1 million in 2024, then jumped by 2352.09% to $26.1 million in 2025.
- Per Business Quant data, the three most recent Notes Payables figures were $26.1 million in Q4 2025, $26.1 million in Q2 2025, and $1.1 million in Q4 2024.
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 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 26.09 Mn |
| Jun 30, 2025 | 26.09 Mn |
| Dec 31, 2024 | 1.06 Mn |
| Dec 31, 2023 | 38,676.00 |
Gibo Holdings Notes Payables 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=notes-payables&ticker=GIBO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=GIBO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();