Skip to content

Point of Care Nano-Technology, Inc.: filings

Every Point of Care Nano-Technology, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-Q2024-12-23fiscal Q3 202417530001199835-24-000559
10-Q2024-12-12fiscal Q2 202417490001199835-24-000544
10-Q/A2024-12-05fiscal Q1 202417480001199835-24-000539
10-Q2024-12-03fiscal Q1 202417480001199835-24-000533
10-K/A2024-10-31fiscal FY 202319500001199835-24-000483
10-K2024-10-29fiscal FY 202319500001199835-24-000476
10-Q2023-06-12fiscal Q3 202317420001199835-23-000318
10-Q/A2023-03-21fiscal Q2 202316380001199835-23-000154
10-Q2023-03-15fiscal Q2 202316380001199835-23-000143
10-Q2022-12-13fiscal Q1 202316310001199835-22-000769
10-K2022-10-25fiscal FY 202215360001199835-22-000608
10-Q2022-06-14fiscal Q3 202214330001199835-22-000368
10-Q2022-03-07fiscal Q2 202210240001199835-22-000128
10-K2015-11-20fiscal FY 201517340001213900-15-008947
10-Q2015-06-26fiscal Q3 201516420001213900-15-004791
10-Q2015-03-23fiscal Q2 201515410001213900-15-001960
10-Q2014-12-15fiscal Q1 201514330001213900-14-008931
10-K2014-11-12fiscal FY 201416320001213900-14-007992
10-Q2014-06-16fiscal Q3 201415550001213900-14-004225
10-Q2014-03-17fiscal Q2 201415550001213900-14-001491
10-Q2013-12-16fiscal Q1 201414420001213900-13-007227
10-K2013-10-29fiscal FY 201314400001213900-13-005962
10-Q2013-06-14fiscal Q3 201313480001213900-13-003142
10-Q2013-03-15fiscal Q2 201313470001213900-13-001137
10-Q2012-12-17fiscal Q1 201313350001213900-12-006843
10-K2012-11-13fiscal FY 201214380001213900-12-006080
10-Q2012-06-14fiscal Q3 201216600001213900-12-003329
10-Q2012-03-21fiscal Q2 201216600001213900-12-001242
10-Q2011-12-20fiscal Q1 201216480001213900-11-006733

Inspect the source

Entity
Point of Care Nano-Technology, Inc. / CIK 0001504239
Captured
2026-09-21T17:20:35.714Z
SEC response SHA-256
47701001bc2f0c3b3da606ab9a58b32bc7a9ae69dd61870f405d9da19992baac

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