Skip to content

TELIX QSAM, INC.: filings

Every TELIX QSAM, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2024-03-20

The latest filing in this captured record is a 10-K filed 2024-03-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. TELIX QSAM, 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-20fiscal FY 202325510001493152-24-010683
10-Q2023-11-13fiscal Q3 202325860001493152-23-040342
10-Q2023-08-14fiscal Q2 202326810001493152-23-028530
10-Q2023-05-15fiscal Q1 202325510001493152-23-017259
10-K2023-03-30fiscal FY 202225500001493152-23-009602
10-Q2022-11-14fiscal Q3 202225790001493152-22-031562
10-Q2022-08-15fiscal Q2 202224730001493152-22-022446
10-Q2022-05-16fiscal Q1 202223460001493152-22-013742
10-K2022-02-24fiscal FY 202122450001493152-22-005317
10-Q2021-11-15fiscal Q3 202123730001493152-21-028578
10-Q2021-08-17fiscal Q2 202121640001493152-21-020316
10-Q2021-05-21fiscal Q1 202120410001493152-21-012390
10-K2021-04-15fiscal FY 202023430001493152-21-008885
10-Q2020-11-23fiscal Q3 202022690001493152-20-022284
10-Q2020-08-14fiscal Q2 202021600001493152-20-015859
10-Q2020-05-20fiscal Q1 202020410001493152-20-009513
10-K2020-04-14fiscal FY 201927480001493152-20-006362
10-Q2019-11-14fiscal Q3 201925680001493152-19-017441
10-Q2019-08-01fiscal Q2 201924650001493152-19-011463
10-Q2019-05-14fiscal Q1 201929570001493152-19-007067
10-K2019-04-01fiscal FY 201831600001493152-19-004529
10-Q2018-11-14fiscal Q3 201830800001493152-18-016053
10-Q2018-08-14fiscal Q2 201830780001493152-18-011824
10-Q2018-05-15fiscal Q1 201825520001493152-18-007039
10-K2018-04-09fiscal FY 201730570001493152-18-004953
10-Q2017-11-14fiscal Q3 201730780001493152-17-013183
10-Q2017-08-14fiscal Q2 201729790001493152-17-009103
10-Q2017-06-23fiscal Q1 201727510001493152-17-007084
10-K2017-05-25fiscal FY 201627560001493152-17-005885
10-Q2017-04-18fiscal Q3 201626680001548123-17-000083
10-Q2016-08-22fiscal Q2 201626700001548123-16-000684
10-Q2016-05-20fiscal Q1 201627520001548123-16-000608
10-Q2015-11-12fiscal Q2 201616400001010412-15-000189
10-Q2015-08-05fiscal Q1 201618380001010412-15-000117
10-K2015-07-14fiscal FY 201521430001010412-15-000103
10-Q2015-02-17fiscal Q3 201517420001010412-15-000033
10-Q2014-11-17fiscal Q2 201517420001548123-14-000484
10-Q2014-08-14fiscal Q1 201516340001010412-14-000142

Inspect the source

Entity
TELIX QSAM, INC. / CIK 0001310527
Captured
SEC response SHA-256
005554495c7c0054a41e0686474534777acc2aa697d286c61f567953c4e82946

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