Skip to content

CTT PHARMACEUTICAL HOLDINGS, INC.: filings

Every CTT PHARMACEUTICAL HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 filings, each linked to its SEC index.

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-Q2026-09-17fiscal Q2 202619430001477932-26-005663
10-Q2015-11-23fiscal Q3 201518460001553350-15-001276
10-Q/A2015-11-18fiscal Q2 201517460001553350-15-001258
10-Q/A2015-11-12fiscal Q1 201518400001553350-15-001205
10-K/A2015-10-08fiscal FY 201418310001553350-15-001055
10-Q2015-08-19fiscal Q2 201517470001553350-15-000896
10-Q2015-05-22fiscal Q1 201518410001553350-15-000551
10-K2015-04-14fiscal FY 201418310001553350-15-000347
10-Q2014-11-17fiscal Q3 201416440001062993-14-006759
10-Q2014-07-28fiscal Q2 201418640001062993-14-004384
10-Q2014-05-13fiscal Q1 201418380001062993-14-002795
10-K2014-02-10fiscal FY 201322640001062993-14-000591
10-Q2013-11-15fiscal Q3 201320700001062993-13-005794
10-Q2013-08-15fiscal Q2 201319660001062993-13-004195
10-Q2013-05-09fiscal Q1 201320420001062993-13-002340
10-K2013-03-08fiscal FY 201222620001062993-13-001090
10-Q2012-11-05fiscal Q3 201222760001062993-12-004464
10-Q2012-07-26fiscal Q2 201221720001204459-12-001709
10-Q2012-05-14fiscal Q1 201219400001204459-12-001085
10-K2012-03-20fiscal FY 201123620001204459-12-000549
10-Q2011-11-14fiscal Q3 201123720001204459-11-003019
10-Q2011-08-11fiscal Q2 201123670001204459-11-002185

Inspect the source

Entity
CTT PHARMACEUTICAL HOLDINGS, INC. / CIK 0001035422
Captured
2026-09-20T05:15:10.936Z
SEC response SHA-256
21b0a0ba4c84772224f4978cbe9507956b8d731d5fe56b447e41295eab5239b0

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/0001035422.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"])))