Analysts expect NIO Inc. to report revenue of 4.68 B for Q3 26, against a range of 4.24 B to 5.11 B. The most recent reported quarter, Q2 26, came in at 4.73 B, a 5.4% beat against the 4.49 B consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | 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) | 2.66 B | 2.70 B | 1.66 B | 2.65 B | 3.06 B | 4.95 B | 3.70 B | 4.73 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 2.73 B | 3.18 B | 1.94 B | 2.78 B | 3.51 B | 5.49 B | 3.77 B | 4.91 B | 5.11 B | 6.09 B | 4.24 B | 6.19 B | 6.62 B | 7.11 B | 5.32 B | 6.28 B | ||||||||||
| Low Estimate | 2.51 B | 2.60 B | 1.59 B | 2.58 B | 2.94 B | 4.62 B | 3.38 B | 4.07 B | 4.24 B | 5.26 B | 3.94 B | 5.63 B | 6.04 B | 6.62 B | 4.46 B | 5.40 B | ||||||||||
| Consensus Estimate | 2.62 B | 2.89 B | 1.77 B | 2.68 B | 3.22 B | 5.06 B | 3.58 B | 4.49 B | 4.68 B | 5.67 B | 4.09 B | 5.91 B | 6.33 B | 6.86 B | 4.89 B | 5.84 B |
Analysts expect NIO Inc. to report earnings per share of -0.01 for Q3 26, against a range of -0.01 to -0.01. The most recent reported quarter, Q2 26, came in at -0.04, a 20.0% beat against the -0.05 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | 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.30 | -0.43 | -0.41 | -0.26 | -0.16 | 0.01 | -0.03 | -0.04 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | -0.23 | -0.27 | -0.34 | -0.28 | -0.20 | -0.01 | -0.08 | -0.05 | -0.01 | 0.00 | -0.07 | 0.02 | 0.08 | 0.10 | -0.03 | 0.03 | ||||||||||
| Low Estimate | -0.27 | -0.31 | -0.40 | -0.32 | -0.22 | -0.01 | -0.08 | -0.05 | -0.01 | 0.00 | -0.07 | 0.02 | 0.06 | 0.08 | -0.03 | 0.03 | ||||||||||
| Consensus Estimate | -0.25 | -0.29 | -0.37 | -0.30 | -0.21 | -0.01 | -0.08 | -0.05 | -0.01 | 0.00 | -0.07 | 0.02 | 0.07 | 0.09 | -0.03 | 0.03 |
Pull Wall Street consensus for NIO 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=NIO&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "NIO", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=NIO&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();