Skip to content

INTERNATIONAL SPEEDWAY CORP: filings

Every INTERNATIONAL SPEEDWAY CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2019-10-03

The latest filing in this captured record is a 10-Q filed 2019-10-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. INTERNATIONAL SPEEDWAY 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-Q2019-10-03fiscal Q3 2019381030000051548-19-000043
10-Q2019-07-08fiscal Q2 201935910000051548-19-000033
10-Q2019-04-04fiscal Q1 201933670000051548-19-000017
10-K2019-01-25fiscal FY 2018401270000051548-19-000005
10-Q2018-10-04fiscal Q3 201835970000051548-18-000033
10-Q2018-07-09fiscal Q2 201832850000051548-18-000029
10-Q2018-04-03fiscal Q1 201832650000051548-18-000018
10-K2018-01-26fiscal FY 2017401190000051548-18-000008
10-Q2017-10-10fiscal Q3 201732840000051548-17-000030
10-Q2017-07-03fiscal Q2 201732850000051548-17-000026
10-Q2017-04-04fiscal Q1 201732650000051548-17-000016
10-K2017-01-27fiscal FY 2016391160000051548-17-000008
10-Q2016-10-06fiscal Q3 201633870000051548-16-000077
10-Q2016-07-05fiscal Q2 201633870000051548-16-000066
10-Q2016-04-06fiscal Q1 201633670000051548-16-000058
10-K2016-01-27fiscal FY 2015391160000051548-16-000045
10-Q2015-10-08fiscal Q3 201534890000051548-15-000034
10-Q2015-07-02fiscal Q2 201534890000051548-15-000028
10-Q2015-04-07fiscal Q1 201533670000051548-15-000017
10-K2015-01-27fiscal FY 2014391160000051548-15-000007
10-Q2014-10-07fiscal Q3 201434890000051548-14-000029
10-Q2014-07-03fiscal Q2 201434890000051548-14-000024
10-Q2014-04-09fiscal Q1 201433660000051548-14-000014
10-K2014-01-28fiscal FY 2013381130001445305-14-000136
10-Q2013-10-03fiscal Q3 201333840000051548-13-000041
10-Q/A2013-10-02fiscal Q2 201333850000051548-13-000037
10-Q2013-07-03fiscal Q2 201333850000051548-13-000031
10-Q2013-04-04fiscal Q1 201333690000051548-13-000021
10-K2013-01-25fiscal FY 2012391160000051548-13-000009
10-Q2012-10-04fiscal Q3 201235900001445305-12-003059
10-Q2012-07-05fiscal Q2 201235910001193125-12-294469
10-Q2012-04-03fiscal Q1 201234690001193125-12-147818
10-K2012-01-27fiscal FY 2011381150001193125-12-026979
10-Q2011-10-06fiscal Q3 201133850001193125-11-265720
10-Q2011-07-07fiscal Q2 201129730000950123-11-064310
10-Q2011-04-05fiscal Q1 201129600000950123-11-032861
10-K2011-01-28fiscal FY 201030800000950123-11-006572
10-Q2010-10-07fiscal Q3 201031810000950123-10-092084

Inspect the source

Entity
INTERNATIONAL SPEEDWAY CORP / CIK 0000051548
Captured
SEC response SHA-256
693fdfd921fc3999b76e82d1a2d188ffeb91c10b16941805285e2093677749e3

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