Skip to content

Twinlab Consolidated Holdings, Inc.: filings

Every Twinlab Consolidated Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-K2026-03-03fiscal FY 202446920001753926-26-000426
10-Q2025-10-16fiscal Q3 2024411200001753926-25-001621
10-Q2024-08-01fiscal Q2 2024411160001753926-24-001309
10-Q2024-05-09fiscal Q1 202441830001753926-24-000938
10-K2024-03-19fiscal FY 202246920001753926-24-000562
10-Q2023-11-14fiscal Q3 2023431270001753926-23-001491
10-Q2023-08-14fiscal Q2 2023441250001753926-23-001061
10-Q2023-04-24fiscal Q1 202343880001753926-23-000492
10-K2023-03-31fiscal FY 202246920001753926-23-000347
10-Q2022-10-31fiscal Q3 2022441290001753926-22-001406
10-Q2022-07-28fiscal Q2 2022441250001753926-22-000977
10-Q2022-05-10fiscal Q1 202244900001753926-22-000677
10-K2022-03-29fiscal FY 202148930001753926-22-000353
10-Q2021-11-15fiscal Q3 2021441270001753926-21-000710
10-Q2021-08-16fiscal Q2 2021401150001437749-21-020189
10-Q2021-05-17fiscal Q1 202138740001437749-21-012526
10-K2021-04-16fiscal FY 202046890001437749-21-009108
10-Q2020-11-16fiscal Q3 2020391120001437749-20-023991
10-Q2020-08-18fiscal Q2 2020411140001437749-20-018261
10-Q/A2020-08-17fiscal Q1 202040780001437749-20-018171
10-Q2020-07-06fiscal Q1 202040800001437749-20-014576
10-K2020-05-29fiscal FY 201945900001437749-20-012044
10-Q2019-11-18fiscal Q3 2019401190001437749-19-023111
10-Q2019-08-14fiscal Q2 2019401150001437749-19-016830
10-Q2019-05-15fiscal Q1 201940820001437749-19-010104
10-K2019-04-16fiscal FY 201847940001437749-19-007334
10-Q2018-11-19fiscal Q3 2018411120001437749-18-021065
10-Q2018-08-13fiscal Q2 2018421140001437749-18-015291
10-Q2018-05-15fiscal Q1 201841840001437749-18-010030
10-K2018-04-03fiscal FY 201746920001437749-18-006187
10-Q2017-11-14fiscal Q3 2017421130001437749-17-019266
10-Q2017-08-11fiscal Q2 2017401100001437749-17-014495
10-Q2017-05-15fiscal Q1 201740810001437749-17-009051
10-K2017-03-31fiscal FY 201645880001437749-17-005794
10-Q2016-11-14fiscal Q3 2016421160001144204-16-134057
10-Q2016-08-12fiscal Q2 201638990001144204-16-118847
10-Q2016-05-16fiscal Q1 201641810001144204-16-102405
10-K2016-04-14fiscal FY 201540800001144204-16-094348
10-Q2015-11-16fiscal Q3 201537960001144204-15-065744
10-Q2015-08-19fiscal Q2 201537960001144204-15-050687
10-Q2015-05-14fiscal Q1 201537740001144204-15-030770
10-K2015-03-31fiscal FY 201438760001144204-15-020047
10-Q2014-11-14fiscal Q3 201431800001144204-14-068872
10-Q2014-10-15fiscal Q3 201416300001144204-14-061320
10-Q2014-07-18fiscal Q1 201421420001077048-14-000152
10-Q2014-04-21fiscal Q1 201316290001077048-14-000094

Inspect the source

Entity
Twinlab Consolidated Holdings, Inc. / CIK 0001590695
Captured
2026-09-21T17:21:01.980Z
SEC response SHA-256
2f0adb4a3cbce2f81e241be2769d4414e445f189381be1a73aa36f480231b9b0

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