Skip to content

KonaRed Corp: filings

Every KonaRed Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2019-03-06

The latest filing in this captured record is a 10-K filed 2019-03-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. KonaRed 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-K2019-03-06fiscal FY 201735690001185185-19-000316
10-Q2017-11-14fiscal Q3 201725660001127855-17-000278
10-Q2017-08-18fiscal Q2 201725630001127855-17-000204
10-Q2017-05-16fiscal Q1 201724500001127855-17-000142
10-K2017-04-13fiscal FY 201629600001127855-17-000096
10-Q2016-11-18fiscal Q3 201626670001127855-16-000823
10-Q2016-08-15fiscal Q2 201626670001127855-16-000741
10-Q2016-05-16fiscal Q1 201627550001127855-16-000664
10-K2016-04-13fiscal FY 201531640001127855-16-000587
10-Q2015-11-16fiscal Q3 201530790001127855-15-000446
10-Q2015-08-07fiscal Q2 201530790001127855-15-000329
10-Q2015-05-14fiscal Q1 201526490001127855-15-000186
10-K2015-04-13fiscal FY 201427530001127855-15-000145
10-Q2014-11-04fiscal Q3 201424580001127855-14-000494
10-Q2014-08-01fiscal Q2 201423600001127855-14-000332
10-Q2014-05-20fiscal Q1 201422460001127855-14-000220
10-K/A2014-03-20fiscal FY 201325520001062993-14-001497
10-K/A2013-12-09fiscal FY 201314270001127855-13-000797
10-Q/A2013-10-24fiscal Q1 201412260001127855-13-000708
10-K2013-08-29fiscal FY 201314270001127855-13-000645
10-Q/A2013-04-17fiscal Q3 201313350001127855-13-000249
10-Q2013-01-22fiscal Q2 201312350001127855-13-000018
10-Q2012-10-15fiscal Q1 201311260001127855-12-000578
10-K2012-08-29fiscal FY 201212310001127855-12-000453
10-Q2012-04-13fiscal Q3 201211300001127855-12-000231

Inspect the source

Entity
KonaRed Corp / CIK 0001527355
Captured
SEC response SHA-256
9f1699179a7b55f6f8ff22bdf116a8f131490dff7cb8648a397bf0a85a645575

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