Alussa Energy Acquisition (ALUB) Selling, General & Administrative (2025 - 2026)
Analysis
Alussa Energy Acquisition (ALUB) Selling, General & Administrative (2025 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Orix | 44.18 Bn | 44.51 Bn | 4.68 Bn | 1.24 Bn |
| 2 | Royalty Pharma | 33.59 Bn | 35.70 Bn | - | 161.89 Mn |
| 3 | Royal Gold | 21.14 Bn | 21.00 Bn | 390.45 Mn | 13.45 Mn |
| 4 | OR Royalties | 6.88 Bn | 6.81 Bn | 82.22 Mn | -4.93 Mn |
| 5 | Encore Capital | 2.11 Bn | 1.93 Bn | 455.04 Mn | 38.72 Mn |
| 6 | Atlanticus Holdings | 1.41 Bn | 851.50 Mn | 686.46 Mn | - |
| 7 | Jefferson Capital | 1.18 Bn | 1.16 Bn | - | - |
| 8 | Lufax Holding | 1.04 Bn | -1.23 Bn | - | -78.30 Mn |
| 9 | Upbound | 998.67 Mn | 893.37 Mn | 594.84 Mn | 59.68 Mn |
| 10 | Alussa Energy Acquisition | 363.33 Mn | 363.33 Mn | - | 363,448.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 363,448.00 |
| Mar 31, 2026 | 289,738.00 |
| Dec 31, 2025 | 201,961.00 |
| Sep 30, 2025 | 15,605.00 |
| Jun 30, 2025 | 1,428.00 |
| Mar 31, 2025 | 525.00 |
API Access
Alussa Energy Acquisition 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=ALUB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "ticker": "ALUB", "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=ALUB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();