Analysts expect Cingulate 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.
| 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.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 251,176.87 | 1.34 M | 1.88 M | 8.43 M | 8.80 M | ||||||||||
| Low Estimate | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 215,125.63 | 1.13 M | 1.68 M | 6.93 M | 7.53 M | ||||||||||
| Consensus Estimate | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 233,151.25 | 1.23 M | 1.78 M | 7.68 M | 8.16 M |
Analysts expect Cingulate Inc. to report earnings per share of -0.40 for Q3 26, against a range of -0.43 to -0.37. The most recent reported quarter, Q2 26, came in at -0.45, a 29.7% beat against the -0.64 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) | -1.83 | -1.88 | -1.04 | -1.09 | -1.35 | -0.95 | -0.95 | -0.45 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | -2.14 | -1.19 | -0.86 | -0.89 | -0.79 | -0.58 | -0.47 | -0.61 | -0.37 | -0.37 | -0.39 | -0.34 | -0.24 | -0.12 | -0.31 | -0.34 | ||||||||||
| Low Estimate | -2.36 | -1.41 | -1.04 | -1.07 | -0.85 | -0.66 | -0.51 | -0.67 | -0.43 | -0.43 | -0.43 | -0.38 | -0.26 | -0.14 | -0.35 | -0.38 | ||||||||||
| Consensus Estimate | -2.25 | -1.30 | -0.95 | -0.98 | -0.82 | -0.62 | -0.49 | -0.64 | -0.40 | -0.40 | -0.41 | -0.36 | -0.25 | -0.13 | -0.33 | -0.36 |
Pull Wall Street consensus for Cingulate 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=CING&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "CING", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=CING&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();