Skip to content

New You, Inc.: filings

Every New You, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2021-09-17

The latest filing in this captured record is a 10-Q filed 2021-09-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. New You, 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-Q2021-09-17fiscal Q2 202133850001493152-21-022953
10-Q/A2021-05-25fiscal Q1 202130620001262463-21-000196
10-K2021-04-08fiscal FY 202031610001262463-21-000128
10-Q2020-12-08fiscal Q3 202029800001262463-20-000490
10-Q2020-08-18fiscal Q2 202029760001262463-20-000338
10-Q2020-06-23fiscal Q1 202029580001262463-20-000256
10-K2020-03-30fiscal FY 201932590001262463-20-000128
10-Q2016-02-02fiscal Q3 201630790001262463-16-000855
10-Q2015-10-20fiscal Q2 201630790001262463-15-000656
10-Q2015-07-20fiscal Q1 201628560001262463-15-000465
10-K2015-06-18fiscal FY 201530600001262463-15-000439
10-K2015-06-15fiscal FY 201530600001262463-15-000435
10-Q2015-01-23fiscal Q3 201529760001262463-15-000044
10-Q2014-10-20fiscal Q2 201529750001262463-14-000943
10-Q2014-07-18fiscal Q1 201528480001262463-14-000616
10-K2014-06-13fiscal FY 201430490001262463-14-000537
10-Q2014-01-21fiscal Q3 201333710001262463-14-000074
10-Q2013-10-25fiscal Q2 201332710001262463-13-000703
10-Q2013-07-15fiscal Q1 201320460001262463-13-000466
10-K/A2013-05-08fiscal FY 201218490001178924-13-000071
10-Q/A2013-01-04fiscal Q3 201220620001178924-13-000004
10-Q2012-09-27fiscal Q2 201220600001178924-12-000151
10-Q2012-07-02fiscal Q1 201219510001262463-12-000245
10-K2012-04-23fiscal FY 201119610001262463-12-000120
10-Q2011-12-29fiscal Q3 201119630001262463-11-000340
10-Q2011-09-16fiscal Q2 201119630001262463-11-000170

Inspect the source

Entity
New You, Inc. / CIK 0001372184
Captured
SEC response SHA-256
d9aa138fba6d7f9834c1bfeca308041ff8b9f34302a9f0c7e4d824d6361d67e4

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