Skip to content

NOS4-1, INC.: filings

Every NOS4-1, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2023-08-16

The latest filing in this captured record is a 10-Q filed 2023-08-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. NOS4-1, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-08-16fiscal Q2 2023471290001558370-23-015038
10-Q2023-05-17fiscal Q1 202345940001558370-23-010144
10-K2023-03-31fiscal FY 202248960001558370-23-005302
10-Q2022-11-14fiscal Q3 2022461340001558370-22-017821
10-Q2022-08-11fiscal Q2 2022461300001558370-22-013347
10-Q2022-05-12fiscal Q1 202246950001558370-22-008597
10-K2022-03-16fiscal FY 202149960001558370-22-003770
10-Q2021-11-17fiscal Q3 2021481370001558370-21-016144
10-Q2021-08-18fiscal Q2 2021481330001558370-21-011895
10-Q2021-05-19fiscal Q1 202148980001558370-21-007521
10-K2021-03-31fiscal FY 202049970001558370-21-003832
10-Q2020-11-12fiscal Q3 2020471360001558370-20-013610
10-Q2020-08-12fiscal Q2 2020471320001558370-20-010432
10-Q2020-05-13fiscal Q1 202047980001558370-20-006505
10-K2020-03-27fiscal FY 2019521180001558370-20-003280
10-Q2019-11-14fiscal Q3 2019481340001558370-19-011074
10-Q2019-08-14fiscal Q2 2019481310001558370-19-008193
10-Q2019-05-15fiscal Q1 201947960001558370-19-005103
10-K2019-04-01fiscal FY 2018491150001558370-19-002713
10-Q2018-11-14fiscal Q3 2018441230001558370-18-009358
10-Q2018-08-14fiscal Q2 2018441220001558370-18-007110
10-Q2018-05-21fiscal Q1 201844890001558370-18-004909
10-K2018-04-16fiscal FY 201745970001558370-18-003010
10-Q2018-01-31fiscal Q3 2017411130001558370-18-000349
10-Q2017-12-19fiscal Q1 201741830001558370-17-009393
10-Q2017-12-19fiscal Q2 2017411120001558370-17-009392
10-K2017-09-12fiscal FY 2016471330001558370-17-007033
10-K2017-03-15fiscal FY 2015462310001047469-17-001628
10-K2015-03-09fiscal FY 2014471390001558370-15-000285
10-Q2014-10-30fiscal Q3 2014391080001558370-14-000237
10-Q2014-07-31fiscal Q2 2014401100001104659-14-055472
10-Q2014-05-02fiscal Q1 201440780001104659-14-033734
10-K2014-03-17fiscal FY 2013481410001047469-14-002524
10-Q2013-11-07fiscal Q3 2013431190001104659-13-082303
10-Q2013-08-08fiscal Q2 2013411110001193125-13-326814
10-Q2013-05-09fiscal Q1 201339780001193125-13-210985
10-K2013-03-07fiscal FY 2012461330001193125-13-096305
10-Q2012-11-09fiscal Q3 2012391050001193125-12-461067
10-Q2012-08-09fiscal Q2 2012381040001193125-12-347986
10-Q2012-05-01fiscal Q1 201234700001193125-12-200703
10-K2012-03-14fiscal FY 201138990001193125-12-115120
10-Q2011-11-14fiscal Q3 201137970001193125-11-311248
10-Q2011-08-15fiscal Q2 201136960001193125-11-223117

Inspect the source

Entity
NOS4-1, INC. / CIK 0001136294
Captured
SEC response SHA-256
2d5807cb21d5646dcd41b30f9313e44d2992d60fe3c27fd403ffaf5829be419d

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