Skip to content

HALL OF FAME RESORT & ENTERTAINMENT COMPANY: filings

Every HALL OF FAME RESORT & ENTERTAINMENT COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

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-Q2025-12-15fiscal Q3 202532960001213900-25-121678
10-Q2025-08-12fiscal Q2 202533960001213900-25-074948
10-Q2025-05-13fiscal Q1 202532670001213900-25-042648
10-K2025-03-26fiscal FY 202433670001013762-25-002788
10-Q2024-11-13fiscal Q3 2024331010001213900-24-097601
10-Q2024-08-13fiscal Q2 2024351010001213900-24-068239
10-Q2024-05-14fiscal Q1 202434710001213900-24-042927
10-K2024-03-25fiscal FY 202335720001213900-24-025569
10-Q2023-11-14fiscal Q3 2023341040001213900-23-086921
10-Q2023-08-10fiscal Q2 202334930001213900-23-065592
10-Q2023-05-15fiscal Q1 202334670001213900-23-039756
10-K2023-03-27fiscal FY 202232600001213900-23-023180
10-Q2022-11-14fiscal Q3 202234930001213900-22-072201
10-Q2022-08-11fiscal Q2 202234880001213900-22-046862
10-Q2022-05-10fiscal Q1 202230570001213900-22-025196
10-K2022-03-14fiscal FY 202127530001213900-22-012190
10-Q2021-11-10fiscal Q3 202130930001213900-21-058113
10-Q2021-08-12fiscal Q2 202132910001213900-21-042033
10-Q2021-05-14fiscal Q1 202127570001213900-21-026510
10-K/A2021-05-12fiscal FY 202030600001213900-21-025683
10-K2021-03-10fiscal FY 202030580001213900-21-014620
10-Q2020-11-05fiscal Q3 202029840001213900-20-035089
10-Q2020-08-10fiscal Q2 202022620001213900-20-021122
10-Q2020-05-11fiscal Q1 202022430001213900-20-011715
10-K2020-03-10fiscal FY 201922580001213900-20-005888
10-Q2019-11-12fiscal Q3 201922650001213900-19-023001
10-Q2019-08-09fiscal Q2 201921600001213900-19-015148
10-Q2019-05-07fiscal Q1 201919380001213900-19-007914
10-K2019-03-18fiscal FY 201820490001213900-19-004393
10-Q2018-11-06fiscal Q3 201820470001213900-18-014978
10-Q2018-07-27fiscal Q2 201820420001213900-18-009794
10-Q2018-05-14fiscal Q1 201819270001213900-18-006109
10-K2018-03-30fiscal FY 201714140001213900-18-003743

Inspect the source

Entity
HALL OF FAME RESORT & ENTERTAINMENT COMPANY / CIK 0001708176
Captured
2026-09-21T17:24:17.367Z
SEC response SHA-256
2c23f4fc0512f8602a6353d242da6643e28ddeae0d0d1babf8339f04a0c2a1ec

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