Skip to content

NFiniTi inc.: filings

Every NFiniTi 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-Q/A2025-11-28fiscal Q3 202520570001477932-25-008657
10-Q2025-09-30fiscal Q3 202520570001477932-25-007207
10-Q2025-06-23fiscal Q2 202523640001477932-25-004738
10-Q2025-03-18fiscal Q1 202521460001477932-25-001806
10-K2025-02-13fiscal FY 202421500001477932-25-000927
10-Q2024-09-13fiscal Q3 202417550001477932-24-005700
10-Q2024-06-13fiscal Q2 202419550001477932-24-003673
10-Q2024-03-13fiscal Q1 202418400001477932-24-001172
10-K2024-01-30fiscal FY 202319440001477932-24-000456
10-Q2023-09-15fiscal Q3 202319580001477932-23-006917
10-Q2023-06-20fiscal Q2 202320560001477932-23-004676
10-Q2023-03-14fiscal Q1 202319430001477932-23-001479
10-K2023-02-14fiscal FY 202220430001477932-23-000995
10-Q2022-09-16fiscal Q3 202219590001477932-22-006980
10-Q2022-06-21fiscal Q2 202219540001477932-22-004578
10-Q2022-03-23fiscal Q1 202218400001477932-22-001580
10-K2021-11-26fiscal FY 202120420001477932-21-008795
10-Q2021-09-08fiscal Q3 202117460001477932-21-006163
10-Q2021-06-07fiscal Q2 202118500001477932-21-003841
10-Q2021-03-22fiscal Q1 202118410001477932-21-001570
10-K2021-01-21fiscal FY 202018390001477932-21-000340
10-K2018-06-05fiscal FY 201711220001165527-18-000100
10-Q2018-04-11fiscal Q3 201711170001165527-18-000063
10-Q2018-04-11fiscal Q2 201712220001165527-18-000061
10-Q2018-02-08fiscal Q1 201611170001165527-18-000023
10-K2018-02-08fiscal FY 201615290001165527-18-000021
10-Q2017-12-26fiscal Q3 201615320001165527-17-000246
10-Q2017-12-12fiscal Q2 201513330001165527-17-000235
10-Q2015-06-22fiscal Q1 201512270001165527-15-000302
10-K2015-05-18fiscal FY 201516390001165527-15-000244
10-Q2014-12-22fiscal Q3 201514390001165527-14-000722
10-Q2014-09-19fiscal Q2 201514370001165527-14-000560
10-Q2014-06-13fiscal Q1 201514310001165527-14-000361
10-K2014-05-07fiscal FY 201315360001165527-14-000265
10-Q2013-12-13fiscal Q3 201318590001165527-13-001039
10-Q2013-09-16fiscal Q2 201318590001165527-13-000803
10-Q/A2013-06-20fiscal Q3 201217380001165527-13-000580
10-Q2013-06-14fiscal Q1 201318460001165527-13-000567
10-K2013-05-16fiscal FY 201218480001165527-13-000498
10-Q2012-09-13fiscal Q2 201217390001165527-12-000968
10-Q2012-06-12fiscal Q1 201213260001165527-12-000623

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
NFiniTi inc. / CIK 0001544400
Captured
2026-09-21T17:20:54.610Z
SEC response SHA-256
bd4a5872595e8916c2683e377fb04dfff466df252640946f9bdad6ffddec60b6

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