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