Cingulate (CING) EPS (Basic) (2021 - 2026)
Cingulate's (CING) quarterly EPS (Basic) came in at -$0.45 in Q2 2026, up 60.79% on a YoY basis from -$0.28 in Q2 2025, and up 54.57% quarter-over-quarter from -$0.98 in Q4 2025.
Cingulate (CING) EPS (Basic) (2021 - 2026) Analysis & Trends
Cingulate (CING) has reported EPS (Basic) for 6 consecutive years, with -$0.45 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) rose 60.79% year-over-year to -$0.45; the trailing twelve-month figure through Jun 2026 stood at -$1.64 (up 55.52% YoY), and the FY2025 full-year result was -$3.51, up 59.11% from the prior year.
- EPS (Basic) climbed to -$0.45 in Q2 2026 per CING's latest filing, from -$0.98 in the prior quarter.
- Across five years, EPS (Basic) topped out at -$0.45 in Q2 2026 and bottomed at -$107.27 in Q2 2023.
- Historically, EPS (Basic) has averaged -$36.49 across 5 years, with a median of -$5.79 in 2024.
- The sharpest annual moves came in 2023 and 2024: EPS (Basic) slumped 58.36% in 2023, then jumped 96.78% in 2024.
- Over 5 years, EPS (Basic) stood at -$76.97 in 2022, then climbed by 5.54% to -$72.7 in 2023, then soared by 95.56% to -$3.23 in 2024, then surged by 69.64% to -$0.98 in 2025, then soared by 54.57% to -$0.45 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.45, -$0.98, and -$1.07 for Q2 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | 2.30 |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | 2.04 |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn | -0.54 |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | 1.68 |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | -0.04 |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | 1.62 |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | 0.33 |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | -3.06 |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | 2.12 |
| 10 | Cingulate | 72.81 Mn | 72.81 Mn | - | -0.45 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.45 |
| Dec 31, 2025 | -0.98 |
| Sep 30, 2025 | -1.07 |
| Jun 30, 2025 | -1.14 |
| Mar 31, 2025 | -0.82 |
| Dec 31, 2024 | -3.23 |
| Sep 30, 2024 | -1.85 |
| Jun 30, 2024 | -4.26 |
| Mar 31, 2024 | -5.79 |
| Dec 31, 2023 | -72.70 |
| Sep 30, 2023 | -57.35 |
| Jun 30, 2023 | -107.27 |
| Mar 31, 2023 | -67.14 |
| Dec 31, 2022 | -76.97 |
| Sep 30, 2022 | -67.52 |
| Jun 30, 2022 | -67.74 |
| Mar 31, 2022 | -84.12 |
| Dec 31, 2021 | -85.91 |
Cingulate EPS (Basic) 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=eps-basic&ticker=CING&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "CING", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=eps-basic&ticker=CING&period=max&api_key=YOUR_API_KEY");
const data = await res.json();