Skip to content

FOREVERGREEN WORLDWIDE CORP: filings

Every FOREVERGREEN WORLDWIDE CORP 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 2020-09-10

The latest filing in this captured record is a 10-K/A filed 2020-09-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. FOREVERGREEN WORLDWIDE 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-K/A2020-09-10fiscal FY 201839780001548123-20-000126
10-K2020-03-04fiscal FY 201939780001548123-20-000016
10-Q2018-11-23fiscal Q3 2018361000001548123-18-000317
10-Q2018-08-15fiscal Q2 2018361000001548123-18-000223
10-Q2018-05-15fiscal Q1 201832660001548123-18-000135
10-K2018-04-18fiscal FY 201737740001548123-18-000093
10-Q2017-11-14fiscal Q3 201735970001548123-17-000261
10-Q2017-08-18fiscal Q2 2017371060001548123-17-000215
10-Q2017-05-19fiscal Q1 201733680001548123-17-000145
10-K2017-04-13fiscal FY 201639830001548123-17-000076
10-Q2016-11-14fiscal Q3 201634890001548123-16-000733
10-Q2016-08-03fiscal Q2 201635930001640334-16-001484
10-Q2016-05-16fiscal Q1 201635720001548123-16-000597
10-K2016-03-30fiscal FY 201542860001548123-16-000518
10-Q2015-11-16fiscal Q3 201534940001548123-15-000402
10-Q2015-08-14fiscal Q2 201533910001548123-15-000316
10-Q2015-05-15fiscal Q1 201535710001548123-15-000175
10-K2015-03-24fiscal FY 201440800001548123-15-000063
10-Q2014-11-14fiscal Q3 2014391060001548123-14-000455
10-Q2014-08-14fiscal Q2 2014391060001548123-14-000324
10-Q2014-05-15fiscal Q1 201439800001548123-14-000191
10-K2014-03-28fiscal FY 201339790001548123-14-000072
10-Q2013-11-13fiscal Q3 2013381020001548123-13-000429
10-Q2013-08-13fiscal Q2 201336950001548123-13-000315
10-K/A2013-07-02fiscal FY 201237750001548123-13-000255
10-Q2013-05-20fiscal Q1 201336730001548123-13-000228
10-K2013-04-16fiscal FY 201237750001548123-13-000140
10-Q2012-11-15fiscal Q3 201235900001548123-12-000389
10-Q2012-08-13fiscal Q2 201236930001548123-12-000229
10-Q2012-05-21fiscal Q1 201234700001548123-12-000089
10-K2012-05-18fiscal FY 201134680001548123-12-000082
10-Q2011-11-21fiscal Q3 201133860001010412-11-000693
10-Q2011-08-12fiscal Q2 201133850001023175-11-000445

Inspect the source

Entity
FOREVERGREEN WORLDWIDE CORP / CIK 0001091983
Captured
SEC response SHA-256
23740b58a9852b52ce902dcf2ac99fd5e8ce12d2ecc535059ba0cedc76cbd592

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