Bloom Energy (BE) Debt Ratio (2017 - 2026)
Bloom Energy's (BE) quarterly Debt Ratio came in at 0.0 in Q2 2026, down 21.43% on a YoY basis from 0.0 in Q2 2025, and down 45.93% quarter-over-quarter from 0.0 in Q1 2026.
Bloom Energy (BE) Debt Ratio (2017 - 2026) Analysis & Trends
Bloom Energy (BE) has reported Debt Ratio for 9 consecutive years, with 0.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Debt Ratio fell 21.43% year-over-year to 0.0; the trailing twelve-month figure through Jun 2026 stood at 0.0 (down 21.43% YoY), and the FY2025 full-year result was 0.0, changed N/A from the prior year.
- Debt Ratio slipped to 0.0 in Q2 2026 per BE's latest filing, from 0.0 in the prior quarter.
- Across five years, Debt Ratio topped out at 0.01 in Q1 2022 and bottomed at 0.0 in Q2 2026.
- Historically, Debt Ratio has averaged 0.0 across 4 years, with a median of 0.0 in 2023.
- The widest YoY moves for Debt Ratio: up 54.21% in 2022, down 88.41% in 2022.
- Over 4 years, Debt Ratio stood at 0.01 in 2022, then plunged by 41.84% to 0.0 in 2023, then slumped by 76.24% to 0.0 in 2025, then sank by 51.41% to 0.0 in 2026.
- According to Business Quant data, Debt Ratio over the past three periods registered 0.0, 0.0, and 0.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Bloom Energy | 80.01 Bn | 77.37 Bn | 355.57 Mn | 0.00 |
| 2 | Fuelcell Energy | 1.44 Bn | 785.67 Mn | -24.50 Mn | 0.01 |
| 3 | Ballard Power Systems | 667.74 Mn | 162.59 Mn | 4.08 Mn | - |
| 4 | Sunhydrogen | 114.56 Mn | 114.56 Mn | -45,724.00 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.00 |
| Mar 31, 2026 | 0.00 |
| Dec 31, 2025 | 0.00 |
| Sep 30, 2025 | 0.00 |
| Jun 30, 2025 | 0.00 |
| Jun 30, 2023 | 0.00 |
| Mar 31, 2023 | 0.01 |
| Dec 31, 2022 | 0.01 |
| Sep 30, 2022 | 0.01 |
| Jun 30, 2022 | 0.01 |
| Mar 31, 2022 | 0.01 |
| Dec 31, 2021 | 0.01 |
| Sep 30, 2021 | 0.01 |
| Jun 30, 2021 | 0.08 |
| Mar 31, 2021 | 0.08 |
| Dec 31, 2020 | 0.08 |
| Sep 30, 2020 | 0.01 |
| Jun 30, 2020 | 0.01 |
| Mar 31, 2020 | 0.22 |
| Dec 31, 2019 | 0.01 |
Bloom Energy Debt Ratio 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=debt-ratio&ticker=BE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=BE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();