Skip to content

Canterbury Park Holding Corp: filings

Every Canterbury Park Holding Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-Q2026-08-12fiscal Q2 202633880001437749-26-027210
10-Q2026-05-12fiscal Q1 202633680001437749-26-016307
10-K2026-03-10fiscal FY 202537750001437749-26-007464
10-Q2025-11-07fiscal Q3 202536940001437749-25-033815
10-Q2025-08-08fiscal Q2 202536930001437749-25-025624
10-Q2025-05-09fiscal Q1 202535790001437749-25-015695
10-K2025-03-11fiscal FY 202438760001437749-25-006992
10-Q2024-11-08fiscal Q3 202437950001437749-24-034099
10-Q2024-08-09fiscal Q2 202437950001437749-24-025733
10-Q2024-05-10fiscal Q1 202434690001437749-24-015917
10-K2024-03-12fiscal FY 202341820001437749-24-007400
10-Q2023-11-13fiscal Q3 202336930001437749-23-031653
10-Q2023-08-11fiscal Q2 202337950001437749-23-023193
10-Q2023-05-12fiscal Q1 202334700001437749-23-014129
10-K2023-03-21fiscal FY 202241820001437749-23-007356
10-Q2022-11-14fiscal Q3 202237950001437749-22-027105
10-Q2022-08-12fiscal Q2 202236930001437749-22-020286
10-Q2022-05-13fiscal Q1 202236730001437749-22-012277
10-K2022-03-21fiscal FY 202141820001437749-22-006804
10-Q2021-11-09fiscal Q3 202138970001437749-21-025860
10-Q2021-08-10fiscal Q2 202139980001437749-21-019281
10-Q2021-05-11fiscal Q1 202139750001437749-21-011628
10-K2021-03-24fiscal FY 202041800001437749-21-006993
10-Q2020-11-10fiscal Q3 202036960001672909-20-000039
10-Q2020-08-11fiscal Q2 202035920001672909-20-000032
10-Q2020-05-13fiscal Q1 202036750001672909-20-000016
10-K2020-03-26fiscal FY 2019391100001672909-20-000007
10-Q2019-11-13fiscal Q3 201936950001672909-19-000035
10-Q2019-08-13fiscal Q2 201936950001672909-19-000026
10-Q2019-05-14fiscal Q1 201935700001672909-19-000010
10-K2019-03-29fiscal FY 2018361050001672909-19-000006
10-Q2018-11-14fiscal Q3 201834900001672909-18-000008
10-Q2018-08-14fiscal Q2 201833880001672909-18-000006
10-Q2018-05-14fiscal Q1 201833740001144204-18-028139
10-K2018-03-27fiscal FY 2017351010001144204-18-017176
10-Q2017-11-14fiscal Q3 201733900001144204-17-058853
10-Q2017-08-14fiscal Q2 201732880001144204-17-043047
10-Q2017-05-15fiscal Q1 201729600001144204-17-027417
10-K2017-03-30fiscal FY 201631950000897101-17-000381
10-Q2016-11-14fiscal Q3 201629820000897101-16-003261
10-Q2016-08-15fiscal Q2 201629820000897101-16-002795

Inspect the source

Entity
Canterbury Park Holding Corp / CIK 0001672909
Captured
2026-09-21T17:22:52.524Z
SEC response SHA-256
c7e482e247ffba55949566fe8b551dc3dd73ce6eced6c8d9ca9e6b081ff3ec52

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