Skip to content

NOCERA, INC.: filings

Every NOCERA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-K/A2026-08-28fiscal FY 202543880001683168-26-006788
10-Q/A2026-08-28fiscal Q1 202643880001683168-26-006786
10-Q2026-08-05fiscal Q2 2026451330001683168-26-005992
10-Q2026-05-14fiscal Q1 202645920001683168-26-003932
10-K/A2026-04-21fiscal FY 202544890001683168-26-003115
10-K2026-04-15fiscal FY 202546930001683168-26-003002
10-Q2025-11-14fiscal Q3 2025481440001683168-25-008465
10-Q2025-08-14fiscal Q2 2025501420001683168-25-006175
10-K/A2025-06-20fiscal FY 2024522590001683168-25-004667
10-Q/A2025-06-20fiscal Q1 202546940001683168-25-004666
10-K/A2025-06-04fiscal FY 2024522590001683168-25-004230
10-Q2025-05-15fiscal Q1 202546940001683168-25-003734
10-K2025-05-06fiscal FY 2024522590001683168-25-003186
10-Q/A2025-02-04fiscal Q3 2024481420001683168-25-000692
10-Q/A2024-12-16fiscal Q3 2024481420001683168-24-008760
10-Q/A2024-11-20fiscal Q2 2024471340001683168-24-008308
10-K/A2024-11-20fiscal FY 2023501020001683168-24-008303
10-Q2024-11-14fiscal Q3 2024481420001683168-24-008106
10-Q/A2024-10-08fiscal Q2 2024471340001683168-24-007008
10-K/A2024-10-07fiscal FY 2023501020001683168-24-006976
10-Q2024-08-14fiscal Q2 2024471340001683168-24-005657
10-Q2024-05-15fiscal Q1 202447980001683168-24-003458
10-K2024-04-01fiscal FY 2023501020001683168-24-002037
10-Q2023-11-14fiscal Q3 2023461340001683168-23-008117
10-Q/A2023-10-27fiscal Q2 2023501410001683168-23-007448
10-K/A2023-09-06fiscal FY 2022531090001683168-23-006299
10-Q2023-08-21fiscal Q2 2023511470001683168-23-005956
10-K/A2023-07-10fiscal FY 2022491010001683168-23-004734
10-Q2023-05-15fiscal Q1 2023511080001683168-23-003342
10-K2023-03-31fiscal FY 2022531090001683168-23-002043
10-Q2022-11-18fiscal Q3 2022481460001683168-22-007888
10-Q2022-08-15fiscal Q2 2022481400001683168-22-005676
10-Q2022-05-12fiscal Q1 2022481000001683168-22-003476
10-K2022-03-23fiscal FY 2021511040001683168-22-001860
10-Q2021-11-15fiscal Q3 2021501480001683168-21-005546
10-Q2021-08-10fiscal Q2 2021501430001683168-21-003383
10-Q2021-05-17fiscal Q1 2021491020001683168-21-002002
10-K2021-04-15fiscal FY 2020581420001683168-21-001438
10-Q2020-11-16fiscal Q3 2020561610001683168-20-003919
10-Q2020-08-12fiscal Q2 2020561570001683168-20-002630
10-Q/A2020-07-02fiscal Q1 2020541120001065949-20-000102
10-Q2020-06-26fiscal Q1 2020541120001065949-20-000095
10-K2020-05-14fiscal FY 2019571380001683168-20-001555
10-Q2019-11-19fiscal Q3 2019491440001065949-19-000175
10-Q2019-08-14fiscal Q2 2019471360001707451-19-000011
10-Q2019-05-17fiscal Q1 201943880001707451-19-000009
10-K2019-04-15fiscal FY 201848960001683168-19-001042

Inspect the source

Entity
NOCERA, INC. / CIK 0001756180
Captured
2026-09-21T17:29:21.427Z
SEC response SHA-256
4a51d304c62f028c411eb36a63ca07e9222490d278769e41669e8f946cc7c77b

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