Skip to content

DIAMONDHEAD CASINO CORPORATION: filings

Every DIAMONDHEAD CASINO CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-05-14fiscal Q1 202520390001641172-25-010181
10-K2025-03-31fiscal FY 202423440001641172-25-001596
10-Q2024-11-13fiscal Q3 202419610001493152-24-045111
10-Q2024-08-14fiscal Q2 202418550001493152-24-032002
10-Q2024-05-15fiscal Q1 202418370001493152-24-019691
10-K2024-03-29fiscal FY 202322440001493152-24-012016
10-Q2023-11-09fiscal Q3 202319610001493152-23-040118
10-Q2023-08-14fiscal Q2 202320590001493152-23-028188
10-Q2023-05-15fiscal Q1 202318370001493152-23-017101
10-K2023-03-30fiscal 202216330001493152-23-009692
10-Q2022-11-10fiscal Q3 202216510001493152-22-031263
10-Q2022-08-11fiscal Q2 202216470001493152-22-022002
10-Q2022-05-12fiscal Q1 202217350001493152-22-012952
10-K2022-03-21fiscal FY 202116310001493152-22-007339
10-Q2021-11-09fiscal Q3 202114460001493152-21-027650
10-Q2021-09-27fiscal Q2 202114420001493152-21-023816
10-Q2021-09-27fiscal Q1 202115320001493152-21-023814
10-K2021-09-03fiscal FY 202017340001493152-21-021965
10-Q2021-07-20fiscal Q3 202016490001493152-21-017284
10-Q2021-07-20fiscal Q2 202016450001493152-21-017280
10-Q2021-06-28fiscal Q1 202016330001493152-21-015347
10-K2021-03-16fiscal FY 201916320001493152-21-006085
10-Q2019-11-19fiscal Q3 201916490001493152-19-017928
10-Q2019-08-14fiscal Q2 201916450001493152-19-012342
10-Q2019-05-20fiscal Q1 201917350001493152-19-007835
10-K2019-04-12fiscal FY 201818340001493152-19-005197
10-Q2018-11-14fiscal Q3 201819450001493152-18-015930
10-Q2018-08-09fiscal Q2 201819430001493152-18-011274
10-Q2018-05-18fiscal Q1 201817330001493152-18-007403
10-K2018-04-17fiscal FY 201715300001445866-18-000407
10-K2018-04-17fiscal FY 201715300001445866-18-000392
10-Q2017-11-17fiscal Q3 201715400001445866-17-001650
10-Q2017-08-14fiscal Q2 201715400001445866-17-001188
10-Q2017-05-17fiscal FY 201715300001445866-17-000703
10-K2017-04-14fiscal FY 201620400001445866-17-000468
10-Q2016-11-07fiscal Q3 201618480001445866-16-002822
10-Q2016-08-15fiscal Q2 201616420001445866-16-002488
10-Q2016-05-16fiscal Q1 201620400001445866-16-002080
10-K2016-04-08fiscal FY 201521420001445866-16-001896
10-Q2015-11-16fiscal Q3 201521520001445866-15-001300
10-Q2015-08-14fiscal Q2 201520500001445866-15-000931
10-Q2011-08-15fiscal Q2 201117420001144204-11-046825

Inspect the source

Entity
DIAMONDHEAD CASINO CORPORATION / CIK 0000844887
Captured
2026-09-21T17:17:35.782Z
SEC response SHA-256
4a551b262d5055f65edf18f2525000e5c132946d574ad7928bbb8703eabac019

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