Analysts expect Fermi Inc. to report revenue of 0.00 for Q3 26, against a range of 0.00 to 0.00. The most recent reported quarter, Q2 26, came in at 0.00, a 100.0% miss against the 2.92 M consensus.
| Metric | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.00 | 0.00 | 0.00 | 0.00 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 13.18 M | 6.30 M | 2.10 M | 3.10 M | 0.00 | 12.47 M | 40.89 M | 55.35 M | 70.93 M | 88.86 M | 439.11 M | 504.51 M | ||||||||||
| Low Estimate | 11.53 M | 5.28 M | 1.86 M | 2.73 M | 0.00 | 11.59 M | 36.80 M | 49.76 M | 62.38 M | 82.17 M | 374.78 M | 435.51 M | ||||||||||
| Consensus Estimate | 12.35 M | 5.79 M | 1.98 M | 2.92 M | 0.00 | 12.03 M | 38.84 M | 52.56 M | 66.66 M | 85.51 M | 406.95 M | 470.01 M |
Analysts expect Fermi Inc. to report earnings per share of -0.04 for Q3 26, against a range of -0.04 to -0.04. The most recent reported quarter, Q2 26, came in at -0.04, a 20.0% beat against the -0.05 consensus.
| Metric | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | -0.84 | -0.26 | -0.30 | -0.04 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | -0.02 | -0.01 | -0.03 | -0.05 | -0.04 | -0.04 | -0.03 | -0.03 | 0.20 | 0.28 | 0.21 | 0.22 | ||||||||||
| Low Estimate | -0.02 | -0.01 | -0.03 | -0.05 | -0.04 | -0.04 | -0.03 | -0.03 | 0.18 | 0.24 | 0.17 | 0.18 | ||||||||||
| Consensus Estimate | -0.02 | -0.01 | -0.03 | -0.05 | -0.04 | -0.04 | -0.03 | -0.03 | 0.19 | 0.26 | 0.19 | 0.20 |
Pull Wall Street consensus for Fermi Inc. (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=FRMI&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "FRMI", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=FRMI&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();