Skip to content

Turning Point Brands, Inc.: filings

Every Turning Point Brands, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-08-04fiscal Q2 2026451220001437749-26-025664
10-Q2026-05-08fiscal Q1 202643880001437749-26-015910
10-K2026-03-02fiscal FY 2025531390001437749-26-006405
10-Q2025-11-05fiscal Q3 2025461240001437749-25-033374
10-Q2025-08-11fiscal Q2 2025441200001437749-25-025965
10-Q2025-05-07fiscal Q1 202544920001437749-25-015189
10-K2025-03-06fiscal FY 2024501800001437749-25-006480
10-Q2024-11-07fiscal Q3 2024471300001140361-24-045671
10-Q2024-08-01fiscal Q2 2024461260001140361-24-035344
10-Q2024-05-02fiscal Q1 202446980001140361-24-024041
10-K2024-02-28fiscal FY 2023521700001140361-24-010142
10-Q2023-11-08fiscal Q3 2023461260001140361-23-052085
10-Q2023-08-02fiscal Q2 2023471280001140361-23-037652
10-Q2023-05-04fiscal Q1 2023471000001140361-23-022994
10-K2023-03-15fiscal FY 2022521710001140361-23-011882
10-Q2022-10-26fiscal Q3 2022471300001140361-22-038501
10-Q2022-07-27fiscal Q2 2022471300001140361-22-027141
10-Q2022-04-27fiscal Q1 2022471000001140361-22-016240
10-K2022-03-11fiscal FY 2021531740001140361-22-009150
10-Q2021-10-26fiscal Q3 2021491340001140361-21-035467
10-Q2021-07-27fiscal Q2 2021491340001140361-21-025789
10-Q2021-05-05fiscal Q1 2021491040001140361-21-015966
10-K2021-02-19fiscal FY 2020531730001140361-21-005505
10-Q2020-10-27fiscal Q3 2020481300001140361-20-023876
10-Q2020-07-28fiscal Q2 2020481300001140361-20-016862
10-Q2020-04-28fiscal Q1 2020481040001140361-20-010002
10-K2020-03-12fiscal FY 2019531720001140361-20-005641
10-Q2019-11-04fiscal Q3 2019471270001140361-19-019729
10-Q2019-08-01fiscal Q2 2019461250001140361-19-013997
10-Q2019-05-01fiscal Q1 201946970001140361-19-008162
10-K2019-03-07fiscal FY 2018521740001140361-19-004508
10-Q2018-11-07fiscal Q3 2018461240001140361-18-042654
10-Q2018-08-08fiscal Q2 2018461260001140361-18-035991
10-Q2018-05-09fiscal Q1 201845940001140361-18-022523
10-K2018-03-08fiscal FY 2017511700001140361-18-012639
10-Q2017-11-09fiscal Q3 2017461220001140361-17-041819
10-Q2017-08-10fiscal Q2 2017461240001140361-17-031103
10-Q2017-05-11fiscal Q1 201741850001140361-17-019764
10-K2017-03-13fiscal FY 2016461560001567619-17-000434
10-Q2016-11-10fiscal Q3 2016371010001140361-16-085821
10-Q2016-08-11fiscal Q2 2016371010001140361-16-075884
10-Q2016-06-15fiscal Q1 201637770001140361-16-069857

Inspect the source

Entity
Turning Point Brands, Inc. / CIK 0001290677
Captured
2026-09-19T11:17:21.229Z
SEC response SHA-256
bc49b86069c1697f7b80674465cefefefa532add8bb0e4059080da9b90b36f9c

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