Aurelion reported net income of -$25063.84B for the quarter ended Jun 2026. This income statement covers 11 quarters of results from Sep 2022 through Jun 2026, standardized by Business Quant from the company’s SEC filings.
| Income Statement | Sep2022 | Mar2023 | Sep2023 | Mar2024 | Sep2024 | Mar2025 | Jun2025 | Sep2025 | Dec2025 | Mar2026 | Jun2026 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Shares Outstanding (Entity)Shares Outstanding (Entity.) | 0.00B | 0.00B | 0.00B | 0.01B | |||||||
| Revenue & cost | |||||||||||
| Revenue | 2,975.28B | -2975.28B | |||||||||
| Gross Profit | -1132.15B | 1,132.15B | |||||||||
| Operating items | |||||||||||
| Research & DevelopmentR&D | 173.48B | 99.80B | 37.65B | ||||||||
| Selling, General & AdministrativeSG&A | 2,978.64B | 482.70B | -4053.70B | 1,902.82B | 2,072.37B | ||||||
| Other Operating ExpensesOther Opex | 2.91B | 32.60B | -44.01B | -9374.89B | -10937.20B | 22,289.29B | |||||
| Operating ExpensesOpex | 2,981.55B | 515.30B | -4097.71B | -9201.41B | -8934.58B | 24,399.31B | |||||
| Operating IncomeOp. Inc | -2981.26B | -1647.45B | 5,229.57B | 9,201.41B | 8,934.58B | -24399.31B | |||||
| EBIT | -2981.26B | -1647.45B | 5,229.57B | 9,201.41B | 8,934.58B | -24399.31B | |||||
| Non-operating items | |||||||||||
| Non Operating Investment Income | 3,707.17B | ||||||||||
| Other Non Operating IncomeOther Non Op Inc. | 20.30B | 76.01B | -100.46B | 136.84B | -387.64B | -43.60B | |||||
| Net income details | |||||||||||
| EBT | -2960.95B | -1647.45B | 5,229.57B | 8,709.54B | 7,943.76B | -25063.84B | |||||
| Tax ProvisionsTaxes | 10.50B | 32.64B | -69.93B | ||||||||
| Profit After TaxPAT | -2950.45B | -1505.17B | 5,025.55B | 8,709.54B | 7,943.76B | -25063.84B | |||||
| Income from Continuing OperationsIncome (Continuing) | -2971.45B | -1680.09B | 5,299.50B | 8,709.54B | 7,943.76B | -25063.84B | |||||
| Income from Discontinued OperationsIncome (Discontinued) | 33.62B | 81.06B | |||||||||
| Consolidated Net IncomeConsol Net Inc. | -2971.45B | -1646.46B | 5,380.56B | 8,709.54B | 7,943.76B | -25063.84B | |||||
| Income towards Parent CompanyParent Net Inc | -2971.45B | -1646.46B | 5,380.56B | 8,709.54B | 7,943.76B | -25063.84B | |||||
| Net Income towards Common StockholdersNet Income | -2971.45B | -1646.46B | 5,380.56B | 8,709.54B | 7,943.76B | -25063.84B | |||||
| Additional items | |||||||||||
| EPS (Basic) | -0.00B | -0.00B | 0.00B | 0.00B | 0.00B | -0.00B | |||||
| EPS (Diluted) | -0.00B | -0.00B | 0.00B | 0.00B | 0.00B | -0.00B | |||||
| Shares Outstanding | 0.00B | 0.00B | 0.00B | 0.00B | 0.00B | 0.00B | 0.00B | 0.01B | 0.01B | 0.01B | 0.01B |
| Shares Outstanding (Diluted)Shares Outstanding (Dil.) | 0.00B | 0.00B | 0.00B | 0.00B | 0.00B | 0.00B | 0.00B | 0.01B | 0.01B | 0.01B | 0.01B |
| EBITDA | -2981.26B | -1647.45B | 5,229.57B | 9,201.41B | 8,934.58B | -24399.31B | |||||
| Tax Rate | -0.35 | -1.98 | -1.34 |
Pull Aurelion's standardized financial statements into your own models, spreadsheets and apps with the Business Quant Financial Statements API. The request below follows the statement, frequency and period selected above. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/statements?ticker=AURE&statement=IS&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "AURE", "statement": "IS", "frequency": "Quarter", "period": "all", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/statements?ticker=AURE&statement=IS&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();