Skip to content

JRjr33, Inc.: filings

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

Filing record ends 2017-10-18

The latest filing in this captured record is a 10-K filed 2017-10-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. JRjr33, 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-K2017-10-18fiscal FY 201640820001628280-17-009956
10-Q2016-12-30fiscal Q3 2016411140001628280-16-022245
10-Q2016-12-06fiscal Q2 2016401120001628280-16-021824
10-Q/A2016-12-06fiscal Q2 2015381010001628280-16-021823
10-Q2016-10-14fiscal Q1 201640820001628280-16-020075
10-Q/A2016-10-14fiscal Q1 201533680001628280-16-020073
10-K2016-06-28fiscal FY 201541850001628280-16-017399
10-Q2015-11-09fiscal Q3 2015371000001628280-15-008581
10-Q/A2015-08-14fiscal Q2 2015371000001628280-15-006625
10-Q2015-08-13fiscal Q2 2015371000001628280-15-006611
10-Q2015-05-11fiscal Q1 201535710001144204-15-029322
10-K2015-03-23fiscal FY 201435720001144204-15-017851
10-K2015-03-17fiscal FY 201437760001144204-15-016515
10-K2015-03-16fiscal FY 201437760001144204-15-016468
10-Q/A2014-11-18fiscal Q3 201437960001047469-14-009295
10-Q2014-11-14fiscal Q3 201437960001047469-14-009232
10-Q/A2014-10-22fiscal Q2 201437970001047469-14-008481
10-Q/A2014-10-22fiscal Q1 201436710001047469-14-008480
10-K/A2014-10-22fiscal FY 201334600001047469-14-008479
10-Q2014-08-14fiscal Q2 201437970001047469-14-007011
10-Q2014-05-15fiscal Q1 201435690001104659-14-039338
10-K2014-03-31fiscal FY 201333580001047469-14-003255
10-Q2013-11-14fiscal Q3 201330730001104659-13-084814
10-Q2013-08-14fiscal Q2 201331760001104659-13-063877
10-Q2013-05-15fiscal Q1 201330570001104659-13-042006
10-K2013-03-29fiscal FY 201218360001047469-13-003658
10-Q/A2012-12-28fiscal Q3 201218460001104659-12-086788
10-Q/A2012-11-28fiscal Q3 201219480001104659-12-080247
10-Q2012-11-19fiscal Q3 201221620001104659-12-078968
10-Q2012-08-07fiscal Q2 201217630001477932-12-002726
10-Q2012-05-21fiscal Q1 201217450001477932-12-001765
10-K2012-04-16fiscal FY 201117450001477932-12-001227
10-Q/A2011-11-14fiscal Q3 201117470001477932-11-002518

Inspect the source

Entity
JRjr33, Inc. / CIK 0001403085
Captured
SEC response SHA-256
73e659a05d9b03bb274955678349145baf4d34468a2a0e21619cd421699aaf9b

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