Skip to content

DOVER MOTORSPORTS INC: filings

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

Filing record ends 2021-11-01

The latest filing in this captured record is a 10-Q filed 2021-11-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. DOVER MOTORSPORTS 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-Q2021-11-01fiscal Q3 2021411090001104659-21-131990
10-Q2021-08-03fiscal Q2 2021411090001104659-21-099191
10-Q2021-05-03fiscal Q1 202138800001104659-21-059743
10-K2021-03-04fiscal FY 2020451160001104659-21-032106
10-Q2020-11-03fiscal Q3 2020421120001104659-20-120943
10-Q2020-08-04fiscal Q2 2020421120001104659-20-090235
10-Q2020-05-05fiscal Q1 202040840001104659-20-056889
10-K2020-03-05fiscal FY 2019461320001104659-20-029718
10-Q2019-11-01fiscal Q3 2019421110001104659-19-058995
10-Q2019-08-06fiscal Q2 2019431150001104659-19-044308
10-Q2019-05-06fiscal Q1 201940860001104659-19-027145
10-K2019-03-01fiscal FY 2018461340001104659-19-011995
10-Q2018-11-06fiscal Q3 2018421140001104659-18-066334
10-Q2018-08-02fiscal Q2 2018411090001104659-18-049200
10-Q2018-05-11fiscal Q1 201839780001104659-18-032537
10-K2018-02-27fiscal FY 2017431250001104659-18-012876
10-Q2017-11-06fiscal Q3 2017411060001104659-17-066327
10-Q2017-08-04fiscal Q2 2017411050001104659-17-049593
10-Q2017-05-04fiscal Q1 201737750001104659-17-029904
10-K2017-03-01fiscal FY 2016411200001104659-17-013051
10-Q2016-11-02fiscal Q3 201637970001104659-16-154176
10-Q2016-08-02fiscal Q2 2016391030001104659-16-136117
10-Q2016-05-02fiscal Q1 201637750001104659-16-116674
10-K2016-03-04fiscal FY 2015441280001104659-16-102622
10-Q2015-11-04fiscal Q3 2015391010001104659-15-075768
10-Q2015-07-31fiscal Q2 2015391010001104659-15-055240
10-Q2015-05-01fiscal Q1 201540810001104659-15-033190
10-K2015-03-06fiscal FY 2014461540001104659-15-017714
10-Q2014-11-05fiscal Q3 2014411120001104659-14-077049
10-Q2014-08-01fiscal Q2 2014411120001104659-14-056047
10-Q2014-04-30fiscal Q1 201440810001104659-14-032643
10-K2014-03-07fiscal FY 2013451520001104659-14-017525
10-Q2013-11-06fiscal Q3 2013391080001104659-13-081689
10-Q2013-08-09fiscal Q2 2013391080001104659-13-062324
10-Q2013-05-10fiscal Q1 201339770001104659-13-040267
10-K2013-03-08fiscal FY 2012461620001104659-13-018851
10-Q2012-11-09fiscal Q3 2012431160001104659-12-076634
10-Q2012-08-08fiscal Q2 2012431160001104659-12-055906
10-Q2012-05-04fiscal Q1 201239780001104659-12-033199
10-K2012-03-12fiscal FY 2011391030001104659-12-017548
10-Q2011-11-10fiscal Q3 2011391020001104659-11-063196
10-Q2011-08-10fiscal Q2 201138980001104659-11-045745

Inspect the source

Entity
DOVER MOTORSPORTS INC / CIK 0001017673
Captured
SEC response SHA-256
9804cd549ab31b1e6ae85e6bdf166f03685d3723ef3bfb3adf1fd00bb191f2dd

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