Aurelion (AURE) Income from Continuing Operations (2025 - 2026)
Aurelion's (AURE) quarterly Income from Continuing Operations came in at -$25063.8 billion in Q2 2026, down 1391.82% on a YoY basis from $1940.2 billion in Q2 2025, and down 415.52% quarter-over-quarter from $7943.8 billion in Q1 2026.
Aurelion (AURE) Income from Continuing Operations (2025 - 2026) Analysis & Trends
Aurelion (AURE) has reported Income from Continuing Operations for 2 consecutive years, with -$25063.8 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Continuing Operations fell 1391.82% year-over-year to -$25063.8 billion; the trailing twelve-month figure through Jun 2026 stood at -$3111.0 billion (changed N/A YoY), and the FY2025 full-year result was -$22.5 million, down 233.38% from the prior year.
- Income from Continuing Operations retreated to -$25063.8 billion in Q2 2026 per AURE's latest filing, from $7943.8 billion in the prior quarter.
- Across five years, Income from Continuing Operations topped out at $8709.5 billion in Q4 2025 and bottomed at -$25063.8 billion in Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 1.11 Bn |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -511,966.00 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | -709,383.00 |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | -25,063.84 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -25,063.84 Bn |
| Mar 31, 2026 | 7,943.76 Bn |
| Dec 31, 2025 | 8,709.54 Bn |
| Sep 30, 2025 | 5,299.50 Bn |
| Jun 30, 2025 | -1,680.09 Bn |
| Mar 31, 2025 | -2,971.46 Bn |
Aurelion Income from Continuing Operations 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=income-from-continuing-operations&ticker=AURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=AURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();