Alussa Energy Acquisition (ALUB) Operating Income (2025 - 2026)
Alussa Energy Acquisition's (ALUB) quarterly Operating Income came in at -$363448.0 in Q2 2026, down 25351.54% year-over-year from N/an in Q2 2025, and down 25.44% quarter-over-quarter from -$289738.0 in Q1 2026.
Alussa Energy Acquisition (ALUB) Operating Income (2025 - 2026) Analysis & Trends
Alussa Energy Acquisition (ALUB) has reported Operating Income for 2 consecutive years, with -$363448.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Operating Income fell 25351.54% year-over-year to -$363448.0 in Q2 2026; TTM through Jun 2026 was -$655139.0, a N/A change from a year earlier, with the FY2025 full-year figure at -$8.8 million, down 11814.22% from the prior year.
- Operating Income was -$363448.0 for Q2 2026 at Alussa Energy Acquisition, down from -$289738.0 in the prior quarter.
- Over five years, Operating Income peaked at -$525.0 in Q1 2025 and troughed at -$363448.0 in Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Orix | 44.18 Bn | 44.51 Bn | 4.68 Bn | 840.19 Mn |
| 2 | Royalty Pharma | 33.59 Bn | 35.70 Bn | - | 133.12 Mn |
| 3 | Royal Gold | 21.14 Bn | 21.00 Bn | 390.45 Mn | 279.94 Mn |
| 4 | OR Royalties | 6.88 Bn | 6.81 Bn | 82.22 Mn | 75.32 Mn |
| 5 | Encore Capital | 2.11 Bn | 1.93 Bn | 455.04 Mn | 186.90 Mn |
| 6 | Atlanticus Holdings | 1.41 Bn | 851.50 Mn | 686.46 Mn | 528.89 Mn |
| 7 | Jefferson Capital | 1.18 Bn | 1.16 Bn | - | 81.43 Mn |
| 8 | Lufax Holding | 1.04 Bn | -1.23 Bn | - | - |
| 9 | Upbound | 998.67 Mn | 893.37 Mn | 594.84 Mn | 54.26 Mn |
| 10 | Alussa Energy Acquisition | 363.33 Mn | 363.33 Mn | - | -363,448.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -363,448.00 |
| Mar 31, 2026 | -289,738.00 |
| Jun 30, 2025 | -1,428.00 |
| Mar 31, 2025 | -525.00 |
Alussa Energy Acquisition Operating Income 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-income&ticker=ALUB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=ALUB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();