Alussa Energy Acquisition (ALUB) EBT (2025 - 2026)
Alussa Energy Acquisition's (ALUB) quarterly EBT came in at $2.2 million in Q2 2026, up 157659.66% year-over-year from N/an in Q2 2025, and up 1.88% quarter-over-quarter from $2.2 million in Q1 2026.
Alussa Energy Acquisition (ALUB) EBT (2025 - 2026) Analysis & Trends
Alussa Energy Acquisition (ALUB) has reported EBT for 2 consecutive years, with $2.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBT rose 157659.66% year-over-year to $2.2 million in Q2 2026; TTM through Jun 2026 was $4.5 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$7.4 million, down 9873.25% from the prior year.
- EBT was $2.2 million for Q2 2026 at Alussa Energy Acquisition, up from $2.2 million in the prior quarter.
- Over five years, EBT peaked at $2.2 million in Q2 2026 and troughed at -$1428.0 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Orix | 44.18 Bn | 44.51 Bn | 4.68 Bn | 2.55 Bn |
| 2 | Royalty Pharma | 33.59 Bn | 35.70 Bn | - | 81.49 Mn |
| 3 | Royal Gold | 21.14 Bn | 21.00 Bn | 390.45 Mn | 295.80 Mn |
| 4 | OR Royalties | 6.88 Bn | 6.81 Bn | 82.22 Mn | 74.44 Mn |
| 5 | Encore Capital | 2.11 Bn | 1.93 Bn | 455.04 Mn | 82.85 Mn |
| 6 | Atlanticus Holdings | 1.41 Bn | 851.50 Mn | 686.46 Mn | 66.01 Mn |
| 7 | Jefferson Capital | 1.18 Bn | 1.16 Bn | - | 53.33 Mn |
| 8 | Lufax Holding | 1.04 Bn | -1.23 Bn | - | -100.67 Mn |
| 9 | Upbound | 998.67 Mn | 893.37 Mn | 594.84 Mn | 29.26 Mn |
| 10 | Alussa Energy Acquisition | 363.33 Mn | 363.33 Mn | - | 2.25 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.25 Mn |
| Mar 31, 2026 | 2.21 Mn |
| Jun 30, 2025 | -1,428.00 |
| Mar 31, 2025 | -525.00 |
Alussa Energy Acquisition EBT 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=ebt&ticker=ALUB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=ALUB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();