Skip to content

RELIV INTERNATIONAL INC: filings

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

Filing record ends 2020-11-13

The latest filing in this captured record is a 10-Q filed 2020-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. RELIV INTERNATIONAL 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-Q2020-11-13fiscal Q3 202033970001437749-20-023765
10-Q2020-08-14fiscal Q2 202033910001437749-20-017937
10-Q2020-05-15fiscal Q1 202034700001437749-20-010918
10-K2020-03-27fiscal FY 201948940001437749-20-006287
10-Q2019-11-14fiscal Q3 2019401180001437749-19-022809
10-Q2019-08-14fiscal Q2 2019401130001437749-19-016687
10-Q2019-05-15fiscal Q1 201940810001437749-19-009937
10-K2019-03-29fiscal FY 201847930001437749-19-005992
10-Q2018-11-14fiscal Q3 2018381050001437749-18-020679
10-Q2018-08-14fiscal Q2 2018381050001437749-18-015469
10-Q2018-05-15fiscal Q1 201838790001437749-18-009886
10-K2018-03-29fiscal FY 201746930001437749-18-005793
10-Q2017-11-14fiscal Q3 2017371000001437749-17-019242
10-Q2017-08-14fiscal Q2 201733890001144204-17-042741
10-Q2017-05-12fiscal Q1 201733670001144204-17-026656
10-K2017-03-28fiscal FY 201641840001144204-17-016959
10-Q2016-11-14fiscal Q3 201635930001144204-16-133814
10-Q2016-08-15fiscal Q2 201634910001144204-16-119112
10-Q2016-05-13fiscal Q1 201633670001144204-16-101544
10-K2016-03-24fiscal FY 201540810001144204-16-089980
10-Q2015-11-13fiscal Q3 201533900001144204-15-065052
10-Q2015-08-14fiscal Q2 201534910001144204-15-049512
10-Q2015-05-15fiscal Q1 201534690001144204-15-031245
10-K2015-03-24fiscal FY 201441830001144204-15-017935
10-Q2014-11-14fiscal Q3 201435930001144204-14-068234
10-Q2014-08-13fiscal Q2 201435930001144204-14-049203
10-Q2014-05-14fiscal Q1 201434690001144204-14-030188
10-K2014-03-25fiscal FY 201343870001144204-14-017487
10-Q2013-11-14fiscal Q3 2013391030001144204-13-061413
10-Q2013-08-14fiscal Q2 201338990001144204-13-045476
10-Q2013-05-15fiscal Q1 201338770001144204-13-029040
10-K2013-03-26fiscal FY 201243870001144204-13-017393
10-Q2012-11-14fiscal Q3 201237970001144204-12-061982
10-Q2012-08-14fiscal Q2 201237970001144204-12-045185
10-Q2012-05-14fiscal Q1 201236740001144204-12-028307
10-K2012-03-23fiscal FY 201135720001144204-12-016733
10-Q2011-11-14fiscal Q3 201135920001144204-11-063971
10-Q2011-08-15fiscal Q2 201134880001144204-11-047508

Inspect the source

Entity
RELIV INTERNATIONAL INC / CIK 0000768710
Captured
SEC response SHA-256
80ef0c7a64cb2c863c7f2124256786991dd869be6b676f7856354b57f550853d

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