Alussa Energy Acquisition (ALUB) Net Cash Flow (2025 - 2026)
Alussa Energy Acquisition's (ALUB) quarterly Net Cash Flow came in at -$219678.0 in Q2 2026, up 35.13% quarter-over-quarter from -$338664.0 in Q1 2026.
Alussa Energy Acquisition (ALUB) Net Cash Flow (2025 - 2026) Analysis & Trends
Alussa Energy Acquisition (ALUB) has reported Net Cash Flow for 2 consecutive years, with -$219678.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Cash Flow changed N/A year-over-year to -$219678.0 in Q2 2026; TTM through Jun 2026 was $288.1 million, a N/A change from a year earlier, with the FY2025 full-year figure at $1.2 million, up 27493.0% from the prior year.
- Net Cash Flow was -$219678.0 for Q2 2026 at Alussa Energy Acquisition, up from -$338664.0 in the prior quarter.
- Over five years, Net Cash Flow peaked at $288.7 million in Q4 2025 and troughed at -$338664.0 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Orix | 44.18 Bn | 44.51 Bn | 4.68 Bn | - |
| 2 | Royalty Pharma | 33.59 Bn | 35.70 Bn | - | 225.59 Mn |
| 3 | Royal Gold | 21.14 Bn | 21.00 Bn | 390.45 Mn | -51.67 Mn |
| 4 | OR Royalties | 6.88 Bn | 6.81 Bn | 82.22 Mn | -19.30 Mn |
| 5 | Encore Capital | 2.11 Bn | 1.93 Bn | 455.04 Mn | -44.40 Mn |
| 6 | Atlanticus Holdings | 1.41 Bn | 851.50 Mn | 686.46 Mn | -158.88 Mn |
| 7 | Jefferson Capital | 1.18 Bn | 1.16 Bn | - | - |
| 8 | Lufax Holding | 1.04 Bn | -1.23 Bn | - | -41.73 Mn |
| 9 | Upbound | 998.67 Mn | 893.37 Mn | 594.84 Mn | 6.33 Mn |
| 10 | Alussa Energy Acquisition | 363.33 Mn | 363.33 Mn | - | -219,678.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -219,678.00 |
| Mar 31, 2026 | -338,664.00 |
| Dec 31, 2025 | 288.66 Mn |
| Mar 31, 2025 | -3,680.00 |
Alussa Energy Acquisition Net Cash Flow 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=net-cash-flow&ticker=ALUB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=ALUB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();