Aurelion (AURE) EPS (Basic) (2025 - 2026)
Aurelion's (AURE) quarterly EPS (Basic) came in at -$4.9 million in Q2 2026, down 201.89% on a YoY basis from $4.8 million in Q2 2025, and down 415.52% quarter-over-quarter from $1.5 million in Q1 2026.
Aurelion (AURE) EPS (Basic) (2025 - 2026) Analysis & Trends
Aurelion (AURE) has reported EPS (Basic) for 2 consecutive years, with -$4.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) fell 201.89% year-over-year to -$4.9 million; the trailing twelve-month figure through Jun 2026 stood at -$590557.8 (changed N/A YoY), and the FY2025 full-year result was -$3.86, up 35.27% from the prior year.
- EPS (Basic) eased to -$4.9 million in Q2 2026 per AURE's latest filing, from $1.5 million in the prior quarter.
- Across five years, EPS (Basic) topped out at $1.7 million in Q4 2025 and bottomed at -$4.9 million in Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 12.12 |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -0.01 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | -0.40 |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | -4.89 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.89 Mn |
| Mar 31, 2026 | 1.55 Mn |
| Dec 31, 2025 | 1.70 Mn |
| Sep 30, 2025 | 1.05 Mn |
| Jun 30, 2025 | -1.62 Mn |
| Mar 31, 2025 | -2.92 Mn |
Aurelion EPS (Basic) 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=eps-basic&ticker=AURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=AURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();