Skip to content

NAMI CORP.: filings

Every NAMI CORP. 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-K2024-11-21fiscal FY 202338780001640334-24-001774
10-Q2024-08-29fiscal Q3 2023321000001640334-24-001379
10-Q2024-08-29fiscal Q2 202331950001640334-24-001377
10-Q2024-08-29fiscal Q1 202331670001640334-24-001375
10-K2023-08-22fiscal FY 202235720001640334-23-001619
10-Q2022-06-17fiscal Q3 202231940001640334-22-001282
10-Q/A2022-06-07fiscal FY 202230850001640334-22-001198
10-Q2022-03-03fiscal FY 202230850001640334-22-000418
10-Q2021-11-22fiscal Q1 202129620001640334-21-002945
10-K2021-11-03fiscal FY 202133650001640334-21-002695
10-Q2021-09-29fiscal Q3 202132950001640334-21-002447
10-Q2021-09-23fiscal Q2 202132910001640334-21-002340
10-Q2021-09-14fiscal Q1 202032690001640334-21-002196
10-K2021-08-20fiscal FY 202034690001640334-21-002003
10-Q2020-05-15fiscal Q3 202032860001640334-20-001232
10-Q2020-02-14fiscal Q2 202032830001640334-20-000279
10-Q2019-11-14fiscal Q1 202027550001640334-19-002323
10-K2019-09-30fiscal FY 201931600001640334-19-001932
10-Q2019-05-14fiscal Q3 201926760001640334-19-000845
10-Q2019-02-12fiscal Q2 201925630001640334-19-000228
10-Q2018-11-14fiscal Q1 201924490001640334-18-002169
10-Q2018-07-16fiscal Q2 201815320001640334-18-001388
10-Q2018-04-10fiscal Q1 201811210001640334-18-000696
10-K2018-02-27fiscal FY 201714280001640334-18-000398
10-Q2017-10-16fiscal Q3 201712280001640334-17-002184
10-Q2017-06-16fiscal Q2 201714320001640334-17-001252
10-Q2017-05-23fiscal Q1 201713240001640334-17-001084
10-K2017-05-03fiscal FY 201613260001640334-17-000839
10-Q2016-10-11fiscal Q3 201617390001567388-16-000019
10-Q2016-09-08fiscal Q2 201617410001567388-16-000013
10-Q2016-08-24fiscal Q1 201617300001567388-16-000009
10-K2016-03-07fiscal FY 201519370001567388-16-000004
10-Q2015-10-14fiscal Q3 201517420001494733-15-000131
10-Q2015-07-16fiscal Q2 201517420001494733-15-000094
10-Q2015-04-15fiscal Q1 201516320001494733-15-000060
10-K2015-03-06fiscal FY 201415300001494733-15-000012
10-Q2014-11-20fiscal Q3 201416570001567388-14-000030
10-Q2014-10-15fiscal Q3 201417600001494733-14-000033
10-Q2014-07-15fiscal Q2 201415520001567388-14-000023
10-Q/A2014-04-24fiscal Q1 201415440001567388-14-000019
10-K2014-02-28fiscal FY 201317420001567388-14-000002

Inspect the source

Entity
NAMI CORP. / CIK 0001567388
Captured
2026-09-21T17:20:02.944Z
SEC response SHA-256
f348d7dab276174d4fde2bd6f5f0a9e893a35644a82e60fa79c7e1ec40ace15e

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