Cingulate (CING) Non-Current Assets (2021 - 2026)
Cingulate's (CING) quarterly Non-Current Assets came in at $2.9 million in Q2 2026, down 6.74% quarter-over-quarter from $3.1 million in Q4 2025.
Cingulate (CING) Non-Current Assets (2021 - 2026) Analysis & Trends
Cingulate (CING) has reported Non-Current Assets for 6 consecutive years, with $2.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non-Current Assets changed N/A year-over-year to $2.9 million; the trailing twelve-month figure through Jun 2026 stood at $11.0 million (changed N/A YoY), and the FY2025 full-year result was $3.1 million, up 39.09% from the prior year.
- Non-Current Assets fell to $2.9 million in Q2 2026 per CING's latest filing, from $3.1 million in the prior quarter.
- Across five years, Non-Current Assets topped out at $3.9 million in Q1 2022 and bottomed at $2.0 million in Q1 2025.
- Historically, Non-Current Assets has averaged $3.0 million across 5 years, with a median of $3.0 million in 2023.
- The widest YoY moves for Non-Current Assets: up 39.09% in 2025, down 29.02% in 2025.
- Over 5 years, Non-Current Assets stood at $3.5 million in 2022, then slipped by 17.61% to $2.9 million in 2023, then fell by 24.35% to $2.2 million in 2024, then jumped by 39.09% to $3.1 million in 2025, then decreased by 6.74% to $2.9 million in 2026.
- According to Business Quant data, Non-Current Assets over the past three periods registered $2.9 million, $3.1 million, and $3.1 million for Q2 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | 141.29 Bn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | 101.45 Bn |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn | 125.00 Mn |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | 94.68 Bn |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | 159.77 Bn |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | 59.06 Bn |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | 113.37 Bn |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | 294.93 Mn |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | 1.96 Bn |
| 10 | Cingulate | 72.81 Mn | 72.81 Mn | - | 2.86 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.86 Mn |
| Dec 31, 2025 | 3.07 Mn |
| Sep 30, 2025 | 3.09 Mn |
| Mar 31, 2025 | 1.96 Mn |
| Dec 31, 2024 | 2.20 Mn |
| Sep 30, 2024 | 2.24 Mn |
| Jun 30, 2024 | 2.61 Mn |
| Mar 31, 2024 | 2.77 Mn |
| Dec 31, 2023 | 2.91 Mn |
| Sep 30, 2023 | 2.97 Mn |
| Jun 30, 2023 | 3.19 Mn |
| Mar 31, 2023 | 3.41 Mn |
| Dec 31, 2022 | 3.54 Mn |
| Sep 30, 2022 | 3.54 Mn |
| Jun 30, 2022 | 3.70 Mn |
| Mar 31, 2022 | 3.86 Mn |
| Dec 31, 2021 | 4.00 Mn |
Cingulate Non-Current Assets 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=non-current-assets&ticker=CING&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=CING&period=max&api_key=YOUR_API_KEY");
const data = await res.json();