Talen Energy (TLN) Cash from Investing Activities (2023 - 2026)
Talen Energy (TLN) posted Cash from Investing Activities of -$2.8 billion for Q2 2026, down 3722.22% on a QoQ basis from -$72.0 million in Q1 2026, and down 5882.61% year-over-year from $47.6 million in Q2 2025.
Talen Energy (TLN) Cash from Investing Activities (2023 - 2026) Analysis & Trends
Talen Energy has reported Cash from Investing Activities for 4 years, with the latest figure at -$2.8 billion in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 5882.61% year-over-year to -$2.8 billion in Q2 2026; TTM through Jun 2026 was -$6.7 billion, a 7020.62% decrease from a year earlier, with the FY2025 full-year figure at -$4.0 billion, down 441.84% from the prior year.
- Cash from Investing Activities was -$2.8 billion for Q2 2026 at Talen Energy, down from -$72.0 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $265.0 million in Q1 2024, with the low at -$3.8 billion in Q4 2025.
- Average Cash from Investing Activities over 4 years is -$676.2 million, with a median of -$61.0 million recorded in 2024.
- The sharpest annual moves came in 2025 and 2026: Cash from Investing Activities sank 7024.07% in 2025, then declined 5.88% in 2026.
- Over 4 years, Cash from Investing Activities stood at -$108.0 million in 2023, then soared by 50.0% to -$54.0 million in 2024, then tumbled by 7024.07% to -$3.8 billion in 2025, then climbed by 28.46% to -$2.8 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$2.8 billion (Q2 2026), -$72.0 million (Q1 2026), and -$3.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | -641.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | - |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | -637.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -2.75 Bn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -677.15 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | -543.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | -553.70 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | -216.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | -138.15 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | -355.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.75 Bn |
| Mar 31, 2026 | -72.00 Mn |
| Dec 31, 2025 | -3.85 Bn |
| Sep 30, 2025 | -42.00 Mn |
| Jun 30, 2025 | -46.00 Mn |
| Mar 31, 2025 | -68.00 Mn |
| Dec 31, 2024 | -54.00 Mn |
| Mar 31, 2024 | 265.00 Mn |
| Sep 30, 2023 | -108.00 Mn |
| Jun 30, 2023 | -38.00 Mn |
Talen Energy Cash from Investing 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-investing-activities&ticker=TLN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "TLN", "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-investing-activities&ticker=TLN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();