Skip to content

TECHLOTT INC.: filings

Every TECHLOTT INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-14fiscal Q2 202630780001493152-26-038048
10-Q2026-05-20fiscal Q1 202630560001493152-26-024593
10-K2026-04-16fiscal FY 202534680001493152-26-016968
10-Q2025-11-19fiscal Q3 202531910001493152-25-024258
10-Q2025-08-18fiscal Q2 202531920001641172-25-024651
10-Q2025-05-15fiscal Q1 202531630001641172-25-010839
10-K2025-04-15fiscal FY 202434650001641172-25-004834
10-Q2024-11-19fiscal Q3 202428740001493152-24-046798
10-Q2024-08-12fiscal Q2 202431830001493152-24-031239
10-Q2024-05-20fiscal Q1 202434640001493152-24-020652
10-K2024-04-01fiscal FY 202331600001493152-24-012283
10-Q2023-11-16fiscal Q3 202325710001493152-23-041620
10-Q2023-08-14fiscal Q2 202326780001493152-23-028358
10-Q2023-05-15fiscal Q1 202326530001493152-23-017183
10-K2023-03-31fiscal FY 202231590001493152-23-009907
10-Q2022-11-14fiscal Q3 202226680001493152-22-031777
10-Q2020-02-27fiscal Q2 202023730001640334-20-000409
10-Q2019-11-19fiscal Q1 202019410001640334-19-002415
10-K2019-10-18fiscal FY 201928550001640334-19-002076
10-Q2019-05-14fiscal Q3 201928820001640334-19-000847
10-Q2019-02-19fiscal Q2 201930850001640334-19-000285
10-Q2018-11-14fiscal Q1 201925510001640334-18-002167
10-K2018-10-15fiscal FY 201828550001640334-18-001936
10-Q2018-05-21fiscal Q3 201822600001640334-18-001064
10-Q2018-02-20fiscal Q2 201822610001640334-18-000360
10-Q2017-11-14fiscal Q1 201821420001640334-17-002388
10-K2017-10-13fiscal FY 201721430001640334-17-002176
10-Q2017-05-19fiscal Q3 201723630001640334-17-001050
10-Q2017-02-14fiscal Q2 201722610001640334-17-000296
10-Q2016-11-14fiscal Q1 201723460001640334-16-001995
10-K2016-09-30fiscal FY 201628540001640334-16-001748
10-Q2016-05-19fiscal Q3 201627710001640334-16-001129
10-Q2016-03-03fiscal Q2 201627720001640334-16-000778
10-Q2015-11-16fiscal Q1 201626540001640334-15-000320
10-K2015-10-28fiscal FY 201527550001640334-15-000255
10-Q2015-05-20fiscal Q3 201522570001557240-15-000340
10-Q2015-03-18fiscal Q2 201522580001557240-15-000170
10-Q2014-11-18fiscal Q1 201523480001557240-14-000710
10-K2014-10-14fiscal FY 201423530001557240-14-000592
10-Q2014-05-15fiscal Q3 201422640001017386-14-000113
10-Q2014-02-14fiscal Q2 201422520001017386-14-000038

Inspect the source

Entity
TECHLOTT INC. / CIK 0001568969
Captured
2026-09-19T11:19:02.475Z
SEC response SHA-256
8c3dfc5250a08174dcb955a0ee712d068f8506ddda6cf42461be2feb9227889b

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