Oklo (OKLO) Non Operating Investment Income (2021 - 2023)
Oklo's (OKLO) quarterly Non Operating Investment Income came in at $52854.0 in Q2 2023, up 141.9% year-over-year from $21849.7 in Q2 2022, and up 200.0% quarter-over-quarter from -$52854.0 in Q1 2023.
Oklo (OKLO) Non Operating Investment Income (2021 - 2023) Analysis & Trends
Oklo (OKLO) has reported Non Operating Investment Income for 3 consecutive years, with $52854.0 the latest figure, recorded in Q2 2023.
- On a quarterly basis, Non Operating Investment Income rose 141.9% year-over-year to $52854.0 in Q2 2023; TTM through Jun 2023 was $43522.0, a 141.94% increase from a year earlier, with the FY2022 full-year figure at -$68050.0, down 973.22% from the prior year.
- Non Operating Investment Income was $52854.0 for Q2 2023 at Oklo, up from -$52854.0 in the prior quarter.
- Over five years, Non Operating Investment Income peaked at $56746.0 in Q3 2022 and troughed at -$126150.0 in Q2 2022.
- A 3-year average of -$7532.1 and a median of $3763.5 in 2021 frame the typical range for Non Operating Investment Income.
- Across the five-year window, Non Operating Investment Income jumped 904.79% in 2022 and slumped 462.56% in 2023, its largest moves.
- Over 3 years, Non Operating Investment Income stood at $14844.0 in 2021, then slumped by 189.09% to -$13224.0 in 2022, then surged by 499.68% to $52854.0 in 2023.
- The last three Non Operating Investment Income figures came in at $52854.0 (Q2 2023), -$52854.0 (Q1 2023), and -$13224.0 (Q4 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | - |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | - |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | - |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | - |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | - |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | - |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | - |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | - |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 52,854.00 |
| Mar 31, 2023 | -52,854.00 |
| Dec 31, 2022 | -13,224.00 |
| Sep 30, 2022 | 56,746.00 |
| Jun 30, 2022 | -126,150.00 |
| Mar 31, 2022 | 14,578.00 |
| Dec 31, 2021 | 14,844.00 |
| Sep 30, 2021 | -7,051.00 |
Oklo Non Operating Investment 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=non-operating-investment-income&ticker=OKLO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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=non-operating-investment-income&ticker=OKLO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();