Skip to content

TON STRATEGY COMPANY: filings

Every TON STRATEGY COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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-11fiscal Q2 2026381000001493152-26-037002
10-Q2026-05-12fiscal Q1 202644820001493152-26-022422
10-K2026-03-31fiscal FY 2025531000001493152-26-013931
10-Q2025-11-12fiscal Q3 2025511270001493152-25-021741
10-Q2025-08-06fiscal Q2 2025481220001493152-25-011636
10-Q2025-05-13fiscal Q1 202545870001641172-25-009842
10-K2025-03-25fiscal FY 202446890001641172-25-000518
10-Q2024-11-05fiscal Q3 2024381050001493152-24-043700
10-Q2024-08-14fiscal Q2 2024371010001493152-24-032262
10-Q2024-05-10fiscal Q1 202437740001493152-24-018691
10-K2024-04-01fiscal FY 202340800001493152-24-012416
10-Q2023-11-14fiscal Q3 2023401090001493152-23-041280
10-Q2023-08-14fiscal Q2 2023421130001493152-23-028599
10-Q2023-05-22fiscal Q1 202344870001493152-23-018583
10-K2023-04-17fiscal FY 202248980001493152-23-012571
10-Q2022-11-14fiscal Q3 2022431190001493152-22-032056
10-Q2022-08-15fiscal Q2 2022441230001493152-22-022852
10-Q2022-05-16fiscal Q1 202240810001493152-22-013928
10-K2022-03-31fiscal FY 2021501010001493152-22-008470
10-Q2021-11-15fiscal Q3 2021451160001493152-21-028528
10-Q2021-08-16fiscal Q2 2021451140001493152-21-020173
10-Q2021-05-13fiscal Q1 202143850001493152-21-011251
10-K2021-03-31fiscal FY 202048950001493152-21-007445
10-Q2020-11-16fiscal Q3 2020421120001493152-20-021671
10-Q2020-08-14fiscal Q2 2020421110001493152-20-015860
10-K/A2020-06-04fiscal FY 201945830001493152-20-010580
10-Q/A2020-06-04fiscal Q1 202042810001493152-20-010567
10-Q2020-05-15fiscal Q1 202042810001493152-20-009111
10-K2020-05-14fiscal FY 201945830001493152-20-008807
10-Q2019-11-14fiscal Q3 2019411010001493152-19-017511
10-Q2019-08-14fiscal Q2 201941970001493152-19-012574
10-Q2019-05-15fiscal Q1 201930590001493152-19-007386
10-K2019-02-07fiscal FY 201833650001493152-19-001508
10-Q2018-11-14fiscal Q3 201832790001493152-18-016208
10-Q2018-08-14fiscal Q2 201829700001493152-18-011781
10-Q2018-05-15fiscal Q1 201824490001493152-18-007157
10-K2018-04-02fiscal FY 201729570001493152-18-004470
10-Q2017-11-14fiscal Q3 201725600001493152-17-013008
10-Q2017-08-10fiscal Q2 201723560001493152-17-008887
10-Q2017-05-10fiscal Q1 201722450001493152-17-004978
10-K2017-03-31fiscal FY 201628510001493152-17-003155
10-Q2016-11-14fiscal Q3 201626620001493152-16-014903
10-Q2016-08-15fiscal Q2 201626570001493152-16-012340
10-Q2016-05-16fiscal Q1 201623450001493152-16-009806
10-K2016-03-30fiscal FY 201523480001493152-16-008379
10-Q2015-11-13fiscal Q3 201521550001640334-15-000308
10-Q2015-08-14fiscal Q2 201522570001640334-15-000026
10-Q2015-05-15fiscal Q1 201521400001557240-15-000327
10-K2015-03-31fiscal FY 201419380001557240-15-000213
10-Q2014-10-02fiscal Q3 201418500001557240-14-000562
10-Q2014-07-07fiscal Q2 201418580001165527-14-000396
10-Q2014-04-14fiscal Q1 201418440001165527-14-000222
10-K2014-02-28fiscal FY 201318330001165527-14-000122
10-Q2013-10-15fiscal Q3 201315280001165527-13-000847
10-Q2013-07-19fiscal Q2 201314270001165527-13-000648

Inspect the source

Entity
TON STRATEGY COMPANY / CIK 0001566610
Captured
2026-09-20T09:20:38.140Z
SEC response SHA-256
5beedab661d199d270e8c9bad5c96ee66b4b0d66aad9d7addc27ccf451a4388e

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