Skip to content

NEMAURA MEDICAL INC.: filings

Every NEMAURA MEDICAL INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2024-02-12

The latest filing in this captured record is a 10-Q filed 2024-02-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. NEMAURA MEDICAL 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-Q2024-02-12fiscal Q3 2024391020001079973-24-000215
10-Q2023-11-13fiscal Q2 2024381070001079973-23-001557
10-Q2023-08-14fiscal Q1 202436750001079973-23-001137
10-K/A2023-07-17fiscal FY 202347960001079973-23-000973
10-K2023-07-13fiscal FY 202347960001079973-23-000949
10-Q2023-02-24fiscal Q3 202333920001553350-23-000139
10-Q/A2023-02-24fiscal Q2 202333940001553350-23-000138
10-Q/A2023-02-24fiscal Q1 202332680001553350-23-000137
10-Q2022-11-14fiscal Q2 202333940001079973-22-001446
10-Q2022-08-12fiscal Q1 202332680001079973-22-000965
10-K2022-06-29fiscal FY 202240820001079973-22-000810
10-Q2022-02-11fiscal Q3 202234910001553350-22-000140
10-Q2021-11-12fiscal Q2 202133940001079973-21-001137
10-Q2021-08-16fiscal Q1 202132660001079973-21-000778
10-K2021-06-29fiscal FY 202141830001079973-21-000569
10-Q2021-02-12fiscal Q3 202135990001079973-21-000104
10-Q2020-11-13fiscal Q2 202133900001079973-20-000970
10-Q2020-08-14fiscal Q1 202133700001079973-20-000697
10-K2020-06-29fiscal FY 202041840001079973-20-000564
10-Q2020-02-10fiscal Q3 202034950001079973-20-000094
10-Q2019-11-08fiscal Q2 202034930001079973-19-000567
10-Q2019-08-09fiscal Q1 202033690001079973-19-000455
10-K2019-06-14fiscal FY 2019391510001079973-19-000357
10-Q2019-02-11fiscal Q3 201928720001079973-19-000071
10-Q2018-11-06fiscal Q2 201927700001079973-18-000600
10-Q2018-08-09fiscal Q1 201926520001079973-18-000453
10-K2018-06-12fiscal FY 2018351240001079973-18-000381
10-Q2018-02-09fiscal Q3 201826680001079973-18-000097
10-Q2017-10-31fiscal Q2 201826680001079973-17-000608
10-Q2017-08-08fiscal Q1 201825500001079973-17-000462
10-K2017-06-27fiscal FY 2017351250001553350-17-000806
10-Q2017-02-09fiscal Q3 201726670001079973-17-000103
10-Q2016-11-09fiscal Q2 201725680001079973-16-001262
10-Q2016-08-09fiscal Q1 201726540001079973-16-001099
10-K2016-06-13fiscal FY 201635710001079973-16-001016
10-Q2016-02-11fiscal Q3 201627720001079973-16-000798
10-Q2015-11-12fiscal Q2 201626700001079973-15-000647
10-Q2015-08-13fiscal Q1 201624500001079973-15-000539
10-K2015-06-23fiscal FY 201534680001079973-15-000451
10-Q2015-02-12fiscal Q3 201525660001173375-15-000022
10-Q2014-11-12fiscal Q2 201525660001173375-14-000294
10-Q2014-09-11fiscal Q3 201424490001173375-14-000247

Inspect the source

Entity
NEMAURA MEDICAL INC. / CIK 0001602078
Captured
SEC response SHA-256
3af4f00449f095884d927b68ab2fc6d79dd5add77d667bb50f3822178e742afd

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