Aurelion (AURE) Operating Expenses (2025 - 2026)
Aurelion's (AURE) quarterly Operating Expenses came in at $24399.3 billion in Q2 2026, up 4635.0% on a YoY basis from $515.3 billion in Q2 2025, and up 373.09% quarter-over-quarter from -$8934.6 billion in Q1 2026.
Aurelion (AURE) Operating Expenses (2025 - 2026) Analysis & Trends
Aurelion (AURE) has reported Operating Expenses for 2 consecutive years, with $24399.3 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Expenses rose 4635.0% year-over-year to $24399.3 billion; the trailing twelve-month figure through Jun 2026 stood at $2165.6 billion (changed N/A YoY), and the FY2025 full-year result was $20.5 million, up 184.64% from the prior year.
- Operating Expenses climbed to $24399.3 billion in Q2 2026 per AURE's latest filing, from -$8934.6 billion in the prior quarter.
- Across five years, Operating Expenses topped out at $24399.3 billion in Q2 2026 and bottomed at -$9201.4 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 3.50 Bn |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | 507,890.00 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | 1.18 Mn |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | 24,399.31 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 24,399.31 Bn |
| Mar 31, 2026 | -8,934.58 Bn |
| Dec 31, 2025 | -9,201.41 Bn |
| Sep 30, 2025 | -4,097.71 Bn |
| Jun 30, 2025 | 515.30 Bn |
| Mar 31, 2025 | 2,981.55 Bn |
Aurelion Operating Expenses 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=operating-expenses&ticker=AURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=AURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();