Skip to content

DOVER DOWNS GAMING & ENTERTAINMENT INC: filings

Every DOVER DOWNS GAMING & ENTERTAINMENT 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-03-21

The latest filing in this captured record is a 10-K filed 2019-03-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. DOVER DOWNS GAMING & ENTERTAINMENT 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-03-21fiscal FY 2018481500001104659-19-016566
10-Q2018-11-08fiscal Q3 2018441110001104659-18-066980
10-Q2018-08-02fiscal Q2 2018441060001104659-18-049199
10-Q2018-05-11fiscal Q1 201840810001104659-18-032538
10-K2018-03-01fiscal FY 2017441370001104659-18-014097
10-Q2017-11-06fiscal Q3 2017411040001104659-17-066326
10-Q2017-08-04fiscal Q2 2017411020001104659-17-049594
10-Q2017-05-04fiscal Q1 201736740001104659-17-029905
10-K2017-03-01fiscal FY 2016401240001104659-17-013049
10-Q2016-11-02fiscal Q3 201635940001104659-16-154174
10-Q2016-08-02fiscal Q2 201636980001104659-16-136106
10-Q2016-05-02fiscal Q1 201636740001104659-16-116673
10-K2016-03-04fiscal FY 2015401250001104659-16-102624
10-Q2015-11-05fiscal Q3 201536980001104659-15-076251
10-Q2015-07-31fiscal Q2 201536980001104659-15-055239
10-Q2015-05-01fiscal Q1 201539810001104659-15-033187
10-K2015-03-06fiscal FY 2014421460001104659-15-017715
10-Q2014-11-05fiscal Q3 2014391100001104659-14-077048
10-Q2014-08-01fiscal Q2 2014391100001104659-14-056049
10-Q2014-05-01fiscal Q1 201439800001104659-14-033494
10-K2014-03-07fiscal FY 2013421470001104659-14-017524
10-Q2013-11-07fiscal Q3 2013391100001104659-13-082273
10-Q2013-08-09fiscal Q2 2013391100001104659-13-062327
10-Q2013-05-10fiscal Q1 201338780001104659-13-040269
10-K2013-03-15fiscal FY 2012421450001104659-13-021241
10-Q2012-11-09fiscal Q3 2012391070001104659-12-076628
10-Q2012-08-08fiscal Q2 2012391070001104659-12-055905
10-Q2012-05-04fiscal Q1 201236720001104659-12-033197
10-K2012-03-09fiscal FY 201136930001104659-12-017091
10-Q2011-11-09fiscal Q3 201136980001104659-11-062708
10-Q2011-08-05fiscal Q2 2011381000001104659-11-044274

Inspect the source

Entity
DOVER DOWNS GAMING & ENTERTAINMENT INC / CIK 0001162556
Captured
SEC response SHA-256
0580a276ee4a5d268ab4af5a86f5a24dbbe16436ccdf42854a00af4529b65f11

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