Oklo (OKLO) Consolidated Net Income (2021 - 2026)
Oklo's (OKLO) quarterly Consolidated Net Income came in at -$48.5 million in Q2 2026, down 96.62% year-over-year from -$1.4 billion in Q2 2025, and down 46.79% quarter-over-quarter from -$33.1 million in Q1 2026.
Oklo (OKLO) Consolidated Net Income (2021 - 2026) Analysis & Trends
Oklo (OKLO) has reported Consolidated Net Income for 6 consecutive years, with -$48.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Consolidated Net Income fell 96.62% year-over-year to -$48.5 million in Q2 2026; TTM through Jun 2026 was -$152.8 million, a 168.96% decrease from a year earlier, with the FY2025 full-year figure at -$105.7 million, down 43.53% from the prior year.
- Consolidated Net Income was -$48.5 million for Q2 2026 at Oklo, down from -$33.1 million in the prior quarter.
- Over five years, Consolidated Net Income peaked at $3.1 million in Q1 2023 and troughed at -$48.5 million in Q2 2026.
- A 5-year average of -$15.7 million and a median of -$11.2 million in 2024 frame the typical range for Consolidated Net Income.
- Across the five-year window, Consolidated Net Income sank 38723.6% in 2022 and soared 896.08% in 2023, its largest moves.
- Over 5 years, Consolidated Net Income stood at $2.8 million in 2022, then sank by 614.13% to -$14.3 million in 2023, then advanced by 13.81% to -$12.3 million in 2024, then sank by 235.76% to -$41.4 million in 2025, then slipped by 17.11% to -$48.5 million in 2026.
- The last three Consolidated Net Income figures came in at -$48.5 million (Q2 2026), -$33.1 million (Q1 2026), and -$41.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 305.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | 819.03 Mn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 506.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -92.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | 52.05 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 1.03 Bn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | -48.54 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 30.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 26.83 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 62.88 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -48.54 Mn |
| Mar 31, 2026 | -33.07 Mn |
| Dec 31, 2025 | -41.45 Mn |
| Sep 30, 2025 | -29.72 Mn |
| Jun 30, 2025 | -24.69 Mn |
| Mar 31, 2025 | -9.81 Mn |
| Dec 31, 2024 | -12.34 Mn |
| Sep 30, 2024 | -9.96 Mn |
| Jun 30, 2024 | -27.29 Mn |
| Mar 31, 2024 | -24.02 Mn |
| Dec 31, 2023 | -14.32 Mn |
| Sep 30, 2023 | -8.67 Mn |
| Jun 30, 2023 | -5.71 Mn |
| Mar 31, 2023 | 3.09 Mn |
| Dec 31, 2022 | 2.79 Mn |
| Sep 30, 2022 | 1.47 Mn |
| Jun 30, 2022 | 54,361.00 |
| Mar 31, 2022 | -388,236.00 |
| Dec 31, 2021 | -518,109.00 |
| Sep 30, 2021 | -535,181.00 |
Oklo Consolidated Net 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=consolidated-net-income&ticker=OKLO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "ticker": "OKLO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=consolidated-net-income&ticker=OKLO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();