Skip to content

NCS Multistage Holdings, Inc.: filings

Every NCS Multistage Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-07-31fiscal Q2 2026471340001437749-26-025241
10-Q2026-04-30fiscal Q1 202647960001437749-26-014189
10-K2026-03-05fiscal FY 2025551100001437749-26-007065
10-Q2025-10-30fiscal Q3 2025471380001437749-25-032423
10-Q2025-08-01fiscal Q2 2025471350001437749-25-024387
10-Q2025-05-01fiscal Q1 202547960001437749-25-014094
10-K2025-03-10fiscal FY 2024551110001437749-25-006851
10-Q2024-10-31fiscal Q3 2024481380001437749-24-032786
10-Q2024-08-01fiscal Q2 2024481340001437749-24-024324
10-Q2024-05-02fiscal Q1 202448980001437749-24-014375
10-K2024-03-08fiscal FY 2023591200001692427-24-000008
10-Q2023-10-31fiscal Q3 2023521490001692427-23-000038
10-Q2023-08-01fiscal Q2 2023521450001692427-23-000032
10-Q2023-05-09fiscal Q1 2023521080001692427-23-000015
10-K2023-03-07fiscal FY 2022591200001692427-23-000008
10-Q2022-11-01fiscal Q3 2022521480001692427-22-000040
10-Q2022-08-02fiscal Q2 2022521440001692427-22-000029
10-Q2022-05-06fiscal Q1 2022521080001562762-22-000225
10-K2022-03-08fiscal FY 2021591520001692427-22-000008
10-Q2021-11-02fiscal Q3 2021521480001692427-21-000032
10-Q2021-08-03fiscal Q2 2021521440001692427-21-000026
10-Q2021-05-04fiscal Q1 2021521080001692427-21-000016
10-K2021-03-08fiscal FY 2020602080001692427-21-000007
10-Q2020-11-05fiscal Q3 2020531530001692427-20-000055
10-Q2020-08-11fiscal Q2 2020531490001692427-20-000049
10-Q2020-05-12fiscal Q1 2020531110001692427-20-000030
10-K2020-03-03fiscal FY 2019622090001692427-20-000010
10-Q2019-11-05fiscal Q3 2019551540001692427-19-000036
10-Q2019-08-06fiscal Q2 2019551500001692427-19-000030
10-Q2019-05-07fiscal Q1 2019551130001692427-19-000021
10-K2019-03-08fiscal FY 2018581990001692427-19-000012
10-Q2018-11-07fiscal Q3 2018531450001692427-18-000048
10-Q2018-08-08fiscal Q2 2018521440001692427-18-000037
10-Q2018-05-11fiscal Q1 2018521100001692427-18-000027
10-K2018-03-09fiscal FY 2017561850001692427-18-000015
10-Q2017-11-14fiscal Q3 2017481290001692427-17-000046
10-Q2017-08-09fiscal Q2 2017481290001692427-17-000023
10-Q2017-05-17fiscal Q1 201747950001692427-17-000006

Inspect the source

Entity
NCS Multistage Holdings, Inc. / CIK 0001692427
Captured
2026-09-21T17:25:25.825Z
SEC response SHA-256
c5bb9b4f51134b2fab08fb243087c978b16ba63d184b73680bd00a3595c42ffd

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