Aurelion (AURE) Operating Leases (2023 - 2024)
Aurelion's (AURE) quarterly Operating Leases came in at $180517.0 in Q3 2024, up 12.13% on a YoY basis from $160996.0 in Q4 2023, and up 267.69% quarter-over-quarter from $49095.0 in Q1 2024.
Aurelion (AURE) Operating Leases (2023 - 2024) Analysis & Trends
Aurelion (AURE) has reported Operating Leases for 2 consecutive years, with $180517.0 the latest figure, recorded in Q3 2024.
- For the quarter ending Q3 2024, Operating Leases rose 12.13% year-over-year to $180517.0; the trailing twelve-month figure through Sep 2024 stood at $180517.0 (up 12.13% YoY), and the FY2024 full-year result was $180517.0, up 12.13% from the prior year.
- Operating Leases advanced to $180517.0 in Q3 2024 per AURE's latest filing, from $49095.0 in the prior quarter.
- Across five years, Operating Leases topped out at $180517.0 in Q3 2024 and bottomed at $10110.0 in Q1 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2024 | 180,517.00 |
| Mar 31, 2024 | 49,095.00 |
| Sep 30, 2023 | 160,996.00 |
| Mar 31, 2023 | 10,110.00 |
Aurelion Operating Leases 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-leases&ticker=AURE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "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-leases&ticker=AURE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();