Skip to content

NAPC Defense, Inc.: filings

Every NAPC Defense, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 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-21fiscal FY 202634620001199835-26-000302
10-Q2026-03-17fiscal Q3 202629770001199835-26-000054
10-Q2025-12-15fiscal Q2 202628710001199835-25-000427
10-Q2025-10-09fiscal Q1 202629540001199835-25-000342
10-K/A2025-09-19fiscal FY 202523460001199835-25-000330
10-Q2025-03-26fiscal Q3 202529770001199835-25-000092
10-Q/A2025-03-10fiscal Q2 202527700001199835-25-000067
10-Q/A2024-10-02fiscal Q1 202530550001199835-24-000433
10-K2024-08-13fiscal FY 202429530001199835-24-000315
10-Q2024-03-25fiscal Q3 202424680001199835-24-000125
10-Q/A2023-12-21fiscal Q2 202424650001199835-23-000621
10-Q2023-09-18fiscal Q1 202425490001199835-23-000490
10-K/A2023-09-07fiscal FY 202329560001199835-23-000466
10-Q2023-03-21fiscal Q3 202324650001199835-23-000161
10-Q/A2023-01-23fiscal Q2 202323620001199835-23-000030
10-Q/A2022-09-27fiscal Q1 202322450001199835-22-000565
10-K2022-08-15fiscal FY 202224470001199835-22-000488
10-Q2022-03-17fiscal Q3 202225680001199835-22-000146
10-Q/A2021-12-28fiscal Q2 202223610001199835-21-000787
10-Q/A2021-09-22fiscal Q1 202223450001199835-21-000599
10-K2021-08-13fiscal FY 202125480001199835-21-000496
10-Q2021-03-17fiscal Q3 202124670001199835-21-000139
10-Q2020-12-16fiscal Q2 202124610001199835-20-000343
10-Q2020-09-14fiscal Q1 202120400001199835-20-000237
10-K2020-08-13fiscal FY 202026450001199835-20-000202
10-Q2020-03-18fiscal Q3 202024610001654954-20-002831
10-Q2019-12-19fiscal Q2 202024560001654954-19-014097
10-Q2019-09-13fiscal Q1 202016300001654954-19-010733
10-K2019-08-16fiscal FY 201924430001654954-19-009702
10-Q2019-03-15fiscal Q3 201922580001703625-19-000005
10-Q2018-12-20fiscal Q2 201923600001703625-18-000025
10-Q2018-09-19fiscal Q1 201920400001703625-18-000021
10-K2018-08-24fiscal FY 201824480001703625-18-000017
10-K2018-08-14fiscal FY 201824480001703625-18-000015
10-K2018-08-13fiscal FY 201824480001703625-18-000013
10-Q2018-03-26fiscal Q3 201820460001703625-18-000004
10-Q2017-12-11fiscal Q2 201819450001703625-17-000019

Inspect the source

Entity
NAPC Defense, Inc. / CIK 0001703625
Captured
2026-09-21T17:24:08.435Z
SEC response SHA-256
2856b5a6e677e6a6334cde17d34830693d32b50381cda4629ca263937797e4d8

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