Skip to content

NOVA LTD.: filings

Every NOVA LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 15 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
20-F2026-02-17fiscal FY 2025521370001178913-26-000504
20-F2025-02-20fiscal FY 2024521370001178913-25-000572
20-F2024-02-20fiscal FY 2023521370001178913-24-000649
20-F2023-02-28fiscal FY 2022521370001178913-23-000775
20-F2022-03-01fiscal FY 2021521360001178913-22-000869
20-F2021-03-01fiscal FY 2020511310001178913-21-000817
20-F2020-03-12fiscal FY 2019531340001178913-20-000800
20-F2019-02-28fiscal FY 2018501340001178913-19-000711
20-F2018-02-28fiscal FY 2017481290001178913-18-000711
20-F2017-03-03fiscal FY 2016451190001178913-17-000686
20-F2016-02-29fiscal FY 2015421040001178913-16-004563
20-F2015-02-25fiscal FY 2014421090001178913-15-000703
20-F2014-02-28fiscal FY 2013411090001178913-14-000768
20-F2013-03-11fiscal FY 2012411060001178913-13-000647
20-F2012-03-28fiscal FY 201138990001178913-12-000851

Inspect the source

Entity
NOVA LTD. / CIK 0001109345
Captured
2026-09-20T05:23:52.208Z
SEC response SHA-256
f13e710a49d955cabc897bcc6600c11bb8b08b5dedf79fbf58722945d46f99ed

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