Skip to content

KONA GRILL INC: filings

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

Filing record ends 2019-04-16

The latest filing in this captured record is a 10-K filed 2019-04-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. KONA GRILL 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-K2019-04-16fiscal FY 201838760001437749-19-007341
10-Q2018-11-08fiscal Q3 201835850001437749-18-020097
10-Q2018-08-09fiscal Q2 201836870001437749-18-015107
10-Q2018-05-10fiscal Q1 201836730001437749-18-009436
10-K2018-03-22fiscal FY 2017391270001437749-18-005245
10-Q2017-11-09fiscal Q3 2017391000001437749-17-018880
10-Q2017-08-02fiscal Q2 201735900001437749-17-013576
10-Q2017-05-09fiscal Q1 201738770001437749-17-008444
10-K2017-03-14fiscal FY 2016401240001437749-17-004431
10-Q2016-11-01fiscal Q3 201638990001437749-16-040762
10-Q/A2016-08-12fiscal Q2 201638990001437749-16-037280
10-Q2016-05-05fiscal Q1 201637750001437749-16-030933
10-K2016-03-03fiscal FY 2015361160001437749-16-026600
10-Q2015-11-03fiscal Q3 201534890001437749-15-019472
10-Q2015-08-04fiscal Q2 201534900001437749-15-014693
10-Q2015-05-06fiscal Q1 201533680001437749-15-009073
10-K2015-03-12fiscal FY 2014371190001437749-15-004920
10-Q2014-10-31fiscal Q3 201435920001437749-14-019251
10-Q2014-08-04fiscal Q2 201435920001437749-14-014157
10-Q2014-05-02fiscal Q1 201434710001437749-14-007794
10-K2014-03-31fiscal FY 2013361120001437749-14-005565
10-Q2013-10-31fiscal Q3 201332880001437749-13-013706
10-Q2013-08-02fiscal Q2 201330810001437749-13-009810
10-Q2013-05-01fiscal Q1 201332670001437749-13-005065
10-K2013-03-15fiscal FY 2012371130001437749-13-003018
10-Q2012-11-06fiscal Q3 201232860001437749-12-011015
10-Q2012-08-02fiscal Q2 201230790001437749-12-007623
10-Q2012-05-04fiscal Q1 201230610001437749-12-004543
10-K2012-03-14fiscal FY 201134890001437749-12-002311
10-Q2011-11-10fiscal Q3 201128710001437749-11-008437
10-Q2011-08-01fiscal Q2 201130820001437749-11-005267

Inspect the source

Entity
KONA GRILL INC / CIK 0001265572
Captured
SEC response SHA-256
bef3263f33c38a708fd83025456a51a02802b1b28d7b8511bc8703dc82291630

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