Skip to content

Societal CDMO, Inc.: filings

Every Societal CDMO, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2024-03-22

The latest filing in this captured record is a 10-K filed 2024-03-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. Societal CDMO, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-K2024-03-22fiscal FY 2023491230000950170-24-035480
10-Q2023-11-08fiscal Q3 2023461270000950170-23-061124
10-Q2023-08-14fiscal Q2 2023461230000950170-23-042534
10-Q2023-05-10fiscal Q1 202346930000950170-23-020581
10-K2023-03-01fiscal FY 2022471170000950170-23-005586
10-Q2022-11-09fiscal Q3 2022441170000950170-22-023908
10-Q2022-08-10fiscal Q2 2022441130000950170-22-016481
10-Q2022-05-11fiscal Q1 202240810000950170-22-009341
10-K2022-03-01fiscal FY 2021461150000950170-22-002545
10-Q2021-11-09fiscal Q3 2021411070000950170-21-003751
10-Q2021-08-09fiscal Q2 202138960000950170-21-001078
10-Q2021-05-06fiscal Q1 202136730000950170-21-000115
10-K2021-02-26fiscal FY 2020441050001564590-21-009198
10-Q2020-11-09fiscal Q3 2020381060001564590-20-052177
10-Q2020-08-10fiscal Q2 2020381020001564590-20-038590
10-Q2020-05-11fiscal Q1 202040800001564590-20-023842
10-K2020-03-04fiscal FY 2019461120001564590-20-008538
10-Q2019-11-08fiscal Q3 2019401090001564590-19-042010
10-Q2019-08-08fiscal Q2 2019401050001564590-19-030405
10-Q2019-05-10fiscal Q1 201946910001564590-19-018460
10-K2019-02-19fiscal FY 2018441140001564590-19-003187
10-Q2018-11-07fiscal Q3 2018401060001564590-18-027700
10-Q2018-08-07fiscal Q2 2018441220001564590-18-019638
10-Q2018-05-09fiscal Q1 201836720001564590-18-012102
10-K2018-03-02fiscal FY 2017431110001564590-18-004277
10-Q2017-11-09fiscal Q3 201736990001564590-17-023311
10-Q2017-08-11fiscal Q2 2017401140001564590-17-017430
10-Q2017-05-11fiscal Q1 201737740001564590-17-010492
10-K2017-03-09fiscal FY 201642850001564590-17-003830
10-Q2016-11-10fiscal Q3 201634870001564590-16-028816
10-Q2016-08-11fiscal Q2 201633850001193125-16-678632
10-Q2016-05-12fiscal Q1 201634590001193125-16-588250
10-K2016-03-24fiscal FY 201539630001193125-16-516045
10-Q2015-11-13fiscal Q3 201527610001193125-15-376508
10-Q2015-08-14fiscal Q2 201527610001193125-15-291770
10-Q2015-05-12fiscal Q1 201518370001193125-15-184221
10-K2015-03-25fiscal FY 201421420001193125-15-104307
10-Q2014-11-10fiscal Q3 201418500001193125-14-404862
10-Q2014-08-12fiscal Q2 201418500001193125-14-305919
10-Q2014-05-13fiscal Q1 201420460001193125-14-195245

Inspect the source

Entity
Societal CDMO, Inc. / CIK 0001588972
Captured
SEC response SHA-256
2a0a3289c1412924a2c8664071a41dd1817c3e2cd6afb5a234680738ff8dfd60

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001588972.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))