Bloom Energy (BE) Times Interest Earned (2017 - 2026)
Bloom Energy's (BE) quarterly Times Interest Earned came in at 20.46 in Q2 2026, up 8534.92% on a YoY basis from 0.24 in Q2 2025, and up 143.85% quarter-over-quarter from 8.39 in Q1 2026.
Bloom Energy (BE) Times Interest Earned (2017 - 2026) Analysis & Trends
Bloom Energy (BE) has reported Times Interest Earned for 10 consecutive years, with 20.46 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Times Interest Earned rose 8534.92% year-over-year to 20.46; the trailing twelve-month figure through Jun 2026 stood at 8.22 (up 598.23% YoY), and the FY2025 full-year result was 1.35, up 269.29% from the prior year.
- Times Interest Earned improved to 20.46 in Q2 2026 per BE's latest filing, from 8.39 in the prior quarter.
- Across five years, Times Interest Earned topped out at 20.46 in Q2 2026 and bottomed at 7.4 in Q2 2022.
- Historically, Times Interest Earned has averaged 0.44 across 5 years, with a median of 1.41 in 2024.
- The sharpest annual moves came in 2022 and 2026: Times Interest Earned slumped 506.19% in 2022, then surged 8534.92% in 2026.
- Over 5 years, Times Interest Earned stood at 3.25 in 2022, then surged by 127.37% to 0.89 in 2023, then surged by 639.62% to 6.57 in 2024, then climbed by 24.98% to 8.21 in 2025, then jumped by 149.18% to 20.46 in 2026.
- According to Business Quant data, Times Interest Earned over the past three periods registered 20.46, 8.39, and 8.21 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Bloom Energy | 80.01 Bn | 77.37 Bn | 355.57 Mn | 20.46 |
| 2 | Fuelcell Energy | 1.44 Bn | 785.67 Mn | -24.50 Mn | -16.07 |
| 3 | Ballard Power Systems | 667.74 Mn | 162.59 Mn | 4.08 Mn | -40.00 |
| 4 | Sunhydrogen | 114.56 Mn | 114.56 Mn | -45,724.00 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 20.46 |
| Mar 31, 2026 | 8.39 |
| Dec 31, 2025 | 8.21 |
| Sep 30, 2025 | 0.54 |
| Jun 30, 2025 | -0.24 |
| Mar 31, 2025 | -1.32 |
| Dec 31, 2024 | 6.57 |
| Sep 30, 2024 | -0.57 |
| Jun 30, 2024 | -1.50 |
| Mar 31, 2024 | -3.37 |
| Dec 31, 2023 | 0.89 |
| Sep 30, 2023 | -1.52 |
| Jun 30, 2023 | -3.90 |
| Mar 31, 2023 | -5.42 |
| Dec 31, 2022 | -3.25 |
| Sep 30, 2022 | -4.01 |
| Jun 30, 2022 | -7.40 |
| Mar 31, 2022 | -4.66 |
| Dec 31, 2021 | -0.54 |
| Sep 30, 2021 | -3.02 |
Bloom Energy Times Interest Earned 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=times-interest-earned&ticker=BE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "ticker": "BE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=times-interest-earned&ticker=BE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();