Aurelion (AURE) Selling, General & Administrative (2025 - 2026)
Analysis
Aurelion (AURE) Selling, General & Administrative (2025 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 1.00 Bn |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | 5,168.00 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | 922,420.00 |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | 2,072.37 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2,072.37 Bn |
| Mar 31, 2026 | 1,902.82 Bn |
| Sep 30, 2025 | -4,053.70 Bn |
| Jun 30, 2025 | 482.70 Bn |
| Mar 31, 2025 | 2,978.64 Bn |
API Access
Aurelion Selling, General & Administrative 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=selling-general-and-administrative&ticker=AURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=AURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();