Cingulate (CING) Operating Income (2021 - 2026)
Cingulate's (CING) quarterly Operating Income came in at -$5.4 million in Q2 2026, down 16.45% on a YoY basis from -$6.5 million in Q2 2025, and up 3.07% quarter-over-quarter from -$5.6 million in Q4 2025.
Cingulate (CING) Operating Income (2021 - 2026) Analysis & Trends
Cingulate (CING) has reported Operating Income for 6 consecutive years, with -$5.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Income fell 16.45% year-over-year to -$5.4 million; the trailing twelve-month figure through Jun 2026 stood at -$21.6 million (down 21.3% YoY), and the FY2025 full-year result was -$19.9 million, down 27.44% from the prior year.
- Operating Income improved to -$5.4 million in Q2 2026 per CING's latest filing, from -$5.6 million in the prior quarter.
- Across five years, Operating Income topped out at -$2.9 million in Q1 2024 and bottomed at -$6.8 million in Q4 2023.
- Historically, Operating Income has averaged -$4.8 million across 5 years, with a median of -$4.6 million in 2025.
- The widest YoY moves for Operating Income: up 74.03% in 2022, down 276.6% in 2022.
- Over 5 years, Operating Income stood at -$4.5 million in 2022, then tumbled by 51.89% to -$6.8 million in 2023, then increased by 8.66% to -$6.2 million in 2024, then advanced by 10.02% to -$5.6 million in 2025, then gained by 3.07% to -$5.4 million in 2026.
- According to Business Quant data, Operating Income over the past three periods registered -$5.4 million, -$5.6 million, and -$6.0 million for Q2 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | 7.14 Bn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | 6.43 Bn |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn | -584.00 Mn |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | 4.75 Bn |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | 4.27 Bn |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | 360.00 Mn |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | 1.22 Bn |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | -505.13 Mn |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | 325.05 Mn |
| 10 | Cingulate | 72.81 Mn | 72.81 Mn | - | -5.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.41 Mn |
| Dec 31, 2025 | -5.59 Mn |
| Sep 30, 2025 | -6.00 Mn |
| Jun 30, 2025 | -4.65 Mn |
| Mar 31, 2025 | -3.71 Mn |
| Dec 31, 2024 | -6.21 Mn |
| Sep 30, 2024 | -3.28 Mn |
| Jun 30, 2024 | -3.21 Mn |
| Mar 31, 2024 | -2.95 Mn |
| Dec 31, 2023 | -6.80 Mn |
| Sep 30, 2023 | -5.75 Mn |
| Jun 30, 2023 | -6.36 Mn |
| Mar 31, 2023 | -3.85 Mn |
| Dec 31, 2022 | -4.48 Mn |
| Sep 30, 2022 | -3.97 Mn |
| Jun 30, 2022 | -4.05 Mn |
| Mar 31, 2022 | -5.01 Mn |
| Dec 31, 2021 | -2.65 Mn |
| Sep 30, 2021 | -15.28 Mn |
| Jun 30, 2021 | -1.42 Mn |
Cingulate Operating Income 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=operating-income&ticker=CING&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=CING&period=max&api_key=YOUR_API_KEY");
const data = await res.json();