Skip to content

NUTRI SYSTEM INC /DE/: filings

Every NUTRI SYSTEM INC /DE/ annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2019-02-26

The latest filing in this captured record is a 10-K filed 2019-02-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. NUTRI SYSTEM INC /DE/ 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-K2019-02-26fiscal FY 2018441570001564590-19-004471
10-Q2018-11-01fiscal Q3 2018381000001564590-18-026257
10-Q2018-08-01fiscal Q2 2018381000001564590-18-018453
10-Q2018-05-02fiscal Q1 201835720001564590-18-010242
10-K2018-02-28fiscal FY 2017381310001564590-18-003818
10-Q2017-11-01fiscal Q3 201732880001564590-17-020728
10-Q2017-07-28fiscal Q2 201732880001564590-17-014365
10-Q2017-05-03fiscal Q1 201732660001564590-17-008317
10-K2017-02-28fiscal FY 2016371280001564590-17-002821
10-Q2016-11-02fiscal Q3 201632870001564590-16-027045
10-Q2016-08-03fiscal Q2 201632870001564590-16-022378
10-Q2016-05-05fiscal Q1 201632650001564590-16-017996
10-K2016-02-29fiscal FY 2015371270001564590-16-013605
10-Q2015-11-02fiscal Q3 201530840001564590-15-009077
10-Q2015-08-04fiscal Q2 201531860001193125-15-276455
10-Q2015-05-06fiscal Q1 201531640001193125-15-174367
10-K2015-03-09fiscal FY 2014391350001193125-15-083409
10-Q2014-11-06fiscal Q3 201431860001193125-14-401119
10-Q2014-08-05fiscal Q2 201434920001193125-14-296016
10-Q2014-05-07fiscal Q1 201434700001193125-14-187545
10-K2014-03-10fiscal FY 2013391350001193125-14-091809
10-Q2013-11-06fiscal Q3 201334920001193125-13-430172
10-Q2013-08-06fiscal Q2 201334920001193125-13-321386
10-Q2013-05-08fiscal Q1 201334700001193125-13-207770
10-K2013-03-12fiscal FY 2012391360001193125-13-102929
10-Q2012-11-09fiscal Q3 201235960001193125-12-462126
10-Q2012-08-06fiscal Q2 2012361000001193125-12-337507
10-Q2012-05-10fiscal Q1 201235720001193125-12-225031
10-K2012-03-13fiscal FY 2011371000001193125-12-112091
10-Q2011-11-04fiscal Q3 201137970001193125-11-297304
10-Q2011-08-05fiscal Q2 201138990001193125-11-211624

Inspect the source

Entity
NUTRI SYSTEM INC /DE/ / CIK 0001096376
Captured
SEC response SHA-256
bbbb6802970656c3542ba9a927e546ea3cb1cc8f494347008ffd2545e073bb50

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