Etoiles Capital (EFTY) Total Current Liabilities (2024 - 2025)
Etoiles Capital's (EFTY) quarterly Total Current Liabilities came in at $1.7 million in Q4 2025, up 40.87% on a YoY basis from $1.2 million in Q4 2024, and up 40.87% quarter-over-quarter from $1.2 million in Q4 2024.
Etoiles Capital (EFTY) Total Current Liabilities (2024 - 2025) Analysis & Trends
Etoiles Capital (EFTY) has reported Total Current Liabilities for 2 consecutive years, with $1.7 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Total Current Liabilities rose 40.87% year-over-year to $1.7 million; the trailing twelve-month figure through Dec 2025 stood at $1.7 million (up 40.87% YoY), and the FY2025 full-year result was $1.7 million, up 40.87% from the prior year.
- Total Current Liabilities climbed to $1.7 million in Q4 2025 per EFTY's latest filing, from $1.2 million in the prior quarter.
- Across five years, Total Current Liabilities topped out at $1.7 million in Q4 2025 and bottomed at $1.2 million in Q2 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | - |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | 1.66 Mn |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | 2.90 Mn |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | 2.57 Mn |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | 1.64 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 30, 2025 | 1.66 Mn |
| Dec 31, 2024 | 1.18 Mn |
| Jun 30, 2024 | 1.18 Mn |
Etoiles Capital Total Current Liabilities 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=total-current-liabilities&ticker=EFTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-current-liabilities", "ticker": "EFTY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=total-current-liabilities&ticker=EFTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();