Skip to content

FINISH LINE INC /IN/: filings

Every FINISH LINE INC /IN/ annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2018-05-11

The latest filing in this captured record is a 10-K filed 2018-05-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. FINISH LINE INC /IN/ 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-K2018-05-11fiscal FY 2018451770000886137-18-000035
10-Q2017-12-21fiscal Q3 2018371090000886137-17-000056
10-Q2017-09-22fiscal Q2 2018371090000886137-17-000046
10-Q2017-06-23fiscal Q1 201839960000886137-17-000034
10-K2017-04-25fiscal FY 2017431730000886137-17-000025
10-Q2017-01-04fiscal Q3 2017381130000886137-17-000006
10-Q2016-09-23fiscal Q2 2017391160000886137-16-000097
10-Q2016-06-24fiscal Q1 201738940000886137-16-000083
10-K2016-04-26fiscal FY 2016421700000886137-16-000072
10-Q2016-01-07fiscal Q3 2016391170000886137-16-000053
10-Q2015-09-25fiscal Q2 2016391170000886137-15-000044
10-Q2015-06-26fiscal Q1 201638950000886137-15-000032
10-K2015-04-29fiscal FY 2015421700000886137-15-000023
10-Q2015-01-07fiscal Q3 2015391170000886137-15-000004
10-Q2014-09-26fiscal Q2 2015391170000886137-14-000014
10-Q2014-06-27fiscal Q1 201539970001445305-14-002696
10-K2014-04-29fiscal FY 2013411670001445305-14-001538
10-Q2014-01-09fiscal Q3 2013391170001445305-14-000050
10-Q2013-09-27fiscal Q2 2013391160001193125-13-381875
10-Q2013-07-01fiscal Q1 201338930001193125-13-279526
10-K2013-04-29fiscal FY 2012401600001193125-13-182429
10-Q2013-01-07fiscal Q3 2012371100001193125-13-005149
10-Q2012-09-28fiscal Q2 2012391160001193125-12-408792
10-Q2012-06-29fiscal Q1 201239940001193125-12-288832
10-K2012-05-02fiscal FY 2011401630001193125-12-203010
10-Q2011-12-22fiscal Q3 2011361060001193125-11-350533
10-Q2011-09-23fiscal Q2 2011361060001193125-11-254504

Inspect the source

Entity
FINISH LINE INC /IN/ / CIK 0000886137
Captured
SEC response SHA-256
f13cdb7e241e4471b266361812842ab883f763d028d96a17cf04282fb5f22c2b

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