Aurelion (AURE) EBT Margin (2025)
Aurelion's (AURE) quarterly EBT Margin came in at 175.77% in Q3 2025, down 217.43% quarter-over-quarter from 55.37% in Q2 2025.
Aurelion (AURE) EBT Margin (2025) Analysis & Trends
Aurelion (AURE) has reported EBT Margin for 1 consecutive years, with 175.77% the latest figure, recorded in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 28.77% |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -6,981.67% |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | -234.77% |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | - |
Aurelion EBT Margin 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=ebt-margin&ticker=AURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "ticker": "AURE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt-margin&ticker=AURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();