Alussa Energy Acquisition (ALUB) Cash from Financing Activities (2025 - 2026)
Alussa Energy Acquisition's (ALUB) quarterly Cash from Financing Activities came in at -$197917.0 in Q1 2026, down 429.86% year-over-year from $60000.0 in Q1 2025, and down 100.07% quarter-over-quarter from $288.9 million in Q4 2025.
Alussa Energy Acquisition (ALUB) Cash from Financing Activities (2025 - 2026) Analysis & Trends
Alussa Energy Acquisition (ALUB) has reported Cash from Financing Activities for 2 consecutive years, with -$197917.0 the latest figure, recorded in Q1 2026.
- On a quarterly basis, Cash from Financing Activities fell 429.86% year-over-year to -$197917.0 in Q1 2026; TTM through Jun 2026 was $288.7 million, a N/A change from a year earlier, with the FY2025 full-year figure at $289.0 million, up 1155859.05% from the prior year.
- Cash from Financing Activities was -$197917.0 for Q1 2026 at Alussa Energy Acquisition, down from $288.9 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $288.9 million in Q4 2025 and troughed at -$197917.0 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Orix | 44.18 Bn | 44.51 Bn | 4.68 Bn | - |
| 2 | Royalty Pharma | 33.59 Bn | 35.70 Bn | - | -273.15 Mn |
| 3 | Royal Gold | 21.14 Bn | 21.00 Bn | 390.45 Mn | -269.59 Mn |
| 4 | OR Royalties | 6.88 Bn | 6.81 Bn | 82.22 Mn | 197.73 Mn |
| 5 | Encore Capital | 2.11 Bn | 1.93 Bn | 455.04 Mn | 88.22 Mn |
| 6 | Atlanticus Holdings | 1.41 Bn | 851.50 Mn | 686.46 Mn | -66.58 Mn |
| 7 | Jefferson Capital | 1.18 Bn | 1.16 Bn | - | - |
| 8 | Lufax Holding | 1.04 Bn | -1.23 Bn | - | -287.71 Mn |
| 9 | Upbound | 998.67 Mn | 893.37 Mn | 594.84 Mn | -77.69 Mn |
| 10 | Alussa Energy Acquisition | 363.33 Mn | 363.33 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -197,917.00 |
| Dec 31, 2025 | 288.89 Mn |
| Sep 30, 2025 | 41,463.00 |
| Mar 31, 2025 | 60,000.00 |
Alussa Energy Acquisition Cash from Financing Activities 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=cash-from-financing-activities&ticker=ALUB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=ALUB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();