Skip to content

NETCAPITAL INC.: filings

Every NETCAPITAL INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-Q2026-03-19fiscal Q3 2026381150001493152-26-011686
10-Q2025-12-15fiscal Q2 2026371120001493152-25-027769
10-Q2025-09-22fiscal Q1 202637770001493152-25-014479
10-K2025-08-12fiscal FY 202541810001641172-25-023248
10-Q2025-03-17fiscal Q3 2025391180001493152-25-010560
10-Q2024-12-16fiscal Q2 2025371110001493152-24-050235
10-Q2024-09-16fiscal Q1 202537740001493152-24-036373
10-K2024-07-29fiscal FY 202438910001493152-24-029454
10-Q2024-03-18fiscal Q3 2024361170001493152-24-010353
10-Q2023-12-14fiscal Q2 2024351130001493152-23-044856
10-Q2023-09-14fiscal Q1 202433740001903596-23-000722
10-K2023-07-26fiscal FY 202334800001903596-23-000560
10-Q2023-03-16fiscal Q3 2023351140001903596-23-000195
10-Q2022-12-12fiscal Q2 2023361130001903596-22-000902
10-Q2022-09-12fiscal Q1 202336800001903596-22-000581
10-K2022-08-08fiscal FY 202234820001903596-22-000497
10-Q/A2022-03-18fiscal Q3 2022341140001903596-22-000075
10-Q2021-12-14fiscal Q2 2022351150001721868-21-000895
10-Q2021-09-14fiscal Q1 202235830001721868-21-000611
10-K2021-08-31fiscal FY 202132740001721868-21-000563
10-Q2021-03-22fiscal Q3 2020301070001721868-21-000154
10-Q2020-12-15fiscal Q2 2020291040001721868-20-000626
10-Q2020-09-21fiscal Q1 202029730001721868-20-000420
10-K2020-08-11fiscal FY 202030720001721868-20-000344
10-Q2020-03-16fiscal Q3 202028890001721868-20-000140
10-Q2019-12-16fiscal Q2 202029940001721868-19-000585
10-Q2019-09-13fiscal Q1 202029640001721868-19-000428
10-K2019-08-05fiscal FY 201929590001721868-19-000369
10-Q2019-03-18fiscal Q3 2019301000001721868-19-000119
10-Q2018-12-17fiscal Q2 201930840001721868-18-000759
10-Q2018-09-10fiscal Q1 201927540001721868-18-000599
10-K2018-07-30fiscal FY 201828550001721868-18-000523
10-Q2018-03-19fiscal Q3 201827790001721868-18-000190
10-Q2017-12-14fiscal Q2 201825730001721868-17-000157
10-Q2017-09-20fiscal Q1 201824490000721748-17-000661
10-K2017-09-08fiscal FY 201727540000721748-17-000628
10-Q2017-05-26fiscal Q3 201725700000721748-17-000376
10-Q2017-02-17fiscal Q2 201726740000721748-17-000128
10-Q2017-02-17fiscal Q1 201726530000721748-17-000127
10-K2017-02-17fiscal FY 201626540000721748-17-000125
10-Q2017-02-15fiscal Q3 201627760000721748-17-000114
10-Q2017-02-15fiscal Q2 201726740000721748-17-000113
10-Q2017-02-15fiscal Q1 201625500000721748-17-000112
10-K2017-02-14fiscal FY 201526490000721748-17-000095
10-Q2015-07-24fiscal Q3 201425620000721748-15-000559
10-Q2014-12-22fiscal Q2 201526560001017386-14-000327
10-Q2014-09-24fiscal Q1 201523450001017386-14-000254
10-K2014-08-18fiscal FY 201422460001017386-14-000218
10-Q2014-03-17fiscal Q3 201421710001017386-14-000048
10-Q2013-12-23fiscal Q2 201421710001017386-13-000322
10-Q2013-09-16fiscal Q1 201421530001017386-13-000233

Inspect the source

Entity
NETCAPITAL INC. / CIK 0001414767
Captured
2026-09-20T08:02:17.552Z
SEC response SHA-256
59b5ce81e0f8ae1ee1d783e4465b55f07f0cb4a6c523d7879909d5e3729fd4a6

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