Skip to content

FRITZY TECH INC.: filings

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

Filing record ends 2022-11-07

The latest filing in this captured record is a 10-Q filed 2022-11-07. No later filing is in the SEC companyfacts record captured on 2026-09-23. FRITZY TECH 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-Q2022-11-07fiscal Q1 202318400001640334-22-002352
10-K2022-09-08fiscal FY 202218380001640334-22-001937
10-Q2022-05-09fiscal Q3 202217540001640334-22-000930
10-Q2022-02-11fiscal Q2 202216480001640334-22-000288
10-Q2021-11-09fiscal Q1 202216360001640334-21-002715
10-K2021-09-28fiscal FY 202119400001640334-21-002435
10-Q2021-05-04fiscal Q3 202117580001640334-21-001082
10-Q2021-01-19fiscal Q2 202114460001640334-21-000133
10-Q2020-10-30fiscal Q1 202114340001640334-20-002702
10-K2020-09-02fiscal FY 202023480001640334-20-002282
10-Q/A2020-07-28fiscal Q3 202016430001640334-20-001864
10-Q2020-05-20fiscal Q3 202016430001640334-20-001291
10-Q/A2020-05-20fiscal Q2 202015370001640334-20-001290
10-Q2020-03-10fiscal Q2 202013340001640334-20-000462
10-Q2019-11-14fiscal Q1 202015280001640334-19-002318
10-K2019-09-30fiscal FY 201919320001640334-19-001944
10-Q2019-05-09fiscal Q3 201916420001640334-19-000796
10-Q2019-02-12fiscal Q2 201916320001640334-19-000226
10-Q2018-11-19fiscal Q1 201918290001640334-18-002229
10-K2018-10-11fiscal FY 201818330001640334-18-001899
10-Q2018-05-18fiscal Q3 201814350001640334-18-001039
10-Q2018-02-21fiscal Q2 201814410001640334-18-000382
10-Q2017-11-17fiscal Q1 201825480001477932-17-005677
10-K2017-08-23fiscal FY 201726510001477932-17-004183
10-Q2017-05-05fiscal Q3 201724620001477932-17-002076
10-Q2017-02-09fiscal Q2 201725610001477932-17-000643
10-Q2016-11-21fiscal Q1 201722420001477932-16-013703
10-K2016-10-21fiscal FY 201624300001477932-16-013057
10-Q2016-05-18fiscal Q3 201624630001477932-16-010463
10-Q2016-02-17fiscal Q2 201624580001477932-16-008647
10-Q2015-11-13fiscal Q1 201524450001477932-15-006910
10-K2015-10-07fiscal FY 201525430001477932-15-006283
10-Q2015-05-20fiscal Q3 201525480001477932-15-003454
10-Q2015-03-24fiscal Q2 201524480001477932-15-001883

Inspect the source

Entity
FRITZY TECH INC. / CIK 0001622408
Captured
SEC response SHA-256
2a90c6459b51adca1bb80286439b3c82e6006e05b94fcae0ae17cba3a8c2e00c

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