Oklo (OKLO) Net Income towards Common Stockholders (2021 - 2026)
Oklo's (OKLO) quarterly Net Income towards Common Stockholders 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) Net Income towards Common Stockholders (2021 - 2026) Analysis & Trends
Oklo (OKLO) has reported Net Income towards Common Stockholders for 6 consecutive years, with -$48.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders fell 96.62% year-over-year to -$48.5 million in Q2 2026; TTM through Jun 2026 was -$152.8 million, a 168.97% decrease from a year earlier, with the FY2025 full-year figure at -$105.7 million, down 43.53% from the prior year.
- Net Income towards Common Stockholders was -$48.5 million for Q2 2026 at Oklo, down from -$33.1 million in the prior quarter.
- Over five years, Net Income towards Common Stockholders peaked at $26.9 million in Q4 2023 and troughed at -$517.3 million in Q2 2024.
- A 5-year average of -$39.3 million and a median of -$9.2 million in 2023 frame the typical range for Net Income towards Common Stockholders.
- Across the five-year window, Net Income towards Common Stockholders slumped 30254.7% in 2022 and jumped 1136.58% in 2023, its largest moves.
- Over 5 years, Net Income towards Common Stockholders stood at $2.2 million in 2022, then jumped by 1136.58% to $26.9 million in 2023, then tumbled by 145.84% 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 Net Income towards Common Stockholders 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) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 258.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | 754.70 Mn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 489.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 | 29.37 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 782.00 Mn |
| 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 | - | 173,757.37 |
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 | -517.28 Mn |
| Mar 31, 2024 | 1.03 Mn |
| Dec 31, 2023 | 26.93 Mn |
| Sep 30, 2023 | -8.67 Mn |
| Jun 30, 2023 | -4.47 Mn |
| Mar 31, 2023 | 2.42 Mn |
| Dec 31, 2022 | 2.18 Mn |
| Sep 30, 2022 | 1.15 Mn |
| Jun 30, 2022 | 42,503.00 |
| Mar 31, 2022 | -303,547.00 |
| Dec 31, 2021 | -403,216.00 |
| Sep 30, 2021 | -408,555.00 |
Oklo Net Income towards Common Stockholders 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-income-towards-common-stockholders&ticker=OKLO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=OKLO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();