Skip to content

NEUTRA CORP.: filings

Every NEUTRA CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-12-15

The latest filing in this captured record is a 10-Q filed 2023-12-15. No later filing is in the SEC companyfacts record captured on 2026-09-20. NEUTRA CORP. 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-12-15fiscal Q3 202428790001161697-23-000627
10-Q2023-09-14fiscal Q2 202427750001161697-23-000485
10-Q2023-06-22fiscal Q1 202428560001161697-23-000369
10-K2023-06-09fiscal FY 202330570001161697-23-000341
10-Q2022-12-15fiscal Q3 202328790001161697-22-000590
10-Q2022-09-14fiscal Q2 202329760001161697-22-000450
10-Q2022-06-21fiscal Q1 202329540001161697-22-000313
10-K2022-05-10fiscal FY 202228550001161697-22-000224
10-Q2021-12-10fiscal Q3 202228810001161697-21-000574
10-Q2021-09-14fiscal Q2 202228780001161697-21-000429
10-Q2021-06-21fiscal Q1 202227520001161697-21-000312
10-K/A2021-05-19fiscal FY 202129490001161697-21-000274
10-Q2020-12-21fiscal Q3 202126670001161697-20-000574
10-Q/A2020-09-22fiscal Q2 202126610001161697-20-000403
10-Q/A2020-07-17fiscal Q1 202122380001161697-20-000323
10-K/A2020-06-29fiscal FY 202019350001161697-20-000265
10-Q/A2020-01-09fiscal Q3 202015490001161697-20-000026
10-Q2019-09-26fiscal Q2 202015450001161697-19-000392
10-Q2019-06-18fiscal Q1 201914280001161697-19-000257
10-K2019-05-06fiscal FY 201916320001161697-19-000179
10-Q2019-01-07fiscal Q3 201915410001161697-19-000021
10-Q2018-09-18fiscal Q2 201915390001161697-18-000450
10-Q2018-06-18fiscal Q1 201916300001161697-18-000326
10-K2018-05-01fiscal FY 201815300001161697-18-000230
10-Q2017-12-20fiscal Q3 201815370001161697-17-000550
10-Q2017-09-26fiscal Q2 201815380001161697-17-000420
10-Q2017-06-14fiscal Q1 201813250001161697-17-000286
10-K2017-05-22fiscal FY 201714270001161697-17-000253
10-Q2017-01-31fiscal Q3 201713390001161697-17-000078
10-Q2017-01-13fiscal Q2 201613400001161697-17-000048
10-Q2017-01-13fiscal Q1 201612260001161697-17-000046
10-K2016-06-16fiscal FY 201614290001161697-16-000895
10-Q2015-12-21fiscal Q3 201513380001161697-15-000548
10-Q2015-09-14fiscal Q2 201617460001161697-15-000388
10-Q2015-07-24fiscal Q1 201617360001161697-15-000314
10-K2015-05-18fiscal FY 201516330001161697-15-000232
10-Q2014-12-15fiscal Q3 201517450001161697-14-000602
10-Q2014-10-29fiscal Q2 201517470001161697-14-000533
10-Q2014-07-07fiscal Q1 201516360001161697-14-000319
10-K/A2014-05-23fiscal FY 201416420001161697-14-000217
10-Q/A2013-12-24fiscal Q3 201316520001161697-13-000912
10-Q2013-09-16fiscal Q2 201316520001161697-13-000680
10-Q/A2013-09-16fiscal Q1 201316440001161697-13-000676
10-K/A2013-09-16fiscal FY 201216400001161697-13-000674
10-Q/A2013-03-07fiscal Q3 201216490001161697-13-000172
10-Q/A2012-10-11fiscal Q2 201216490001161697-12-000764
10-Q2012-06-19fiscal Q1 201214360000943440-12-000643
10-K2012-05-10fiscal FY 201113320001161697-12-000352
10-Q2011-12-15fiscal Q3 201113290001161697-11-001072
10-Q2011-09-02fiscal Q2 201113290001161697-11-000803

Inspect the source

Entity
NEUTRA CORP. / CIK 0001512886
Captured
2026-09-20T09:13:11.446Z
SEC response SHA-256
132ed8349bdfc565ae48bfabe8652695f46897a6190af0130e05a0c59f455ec3

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