Skip to content

ZONED PROPERTIES, INC.: filings

Every ZONED PROPERTIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-14fiscal Q2 202633960001213900-26-090121
10-Q2026-05-15fiscal Q1 202633680001213900-26-057730
10-K2026-04-01fiscal FY 202533660001213900-26-038510
10-Q2025-11-13fiscal Q3 2025331000001213900-25-109626
10-Q2025-08-14fiscal Q2 202533960001213900-25-076062
10-Q2025-05-14fiscal Q1 202533680001213900-25-042975
10-K/A2025-03-28fiscal FY 202434680001013762-25-004083
10-K2025-03-25fiscal FY 202434680001013762-25-001874
10-Q2024-11-14fiscal Q3 202432950001213900-24-097832
10-Q2024-08-13fiscal Q2 202432940001213900-24-068005
10-Q2024-05-14fiscal Q1 202432670001213900-24-042570
10-K2024-03-26fiscal FY 202331630001213900-24-026042
10-Q2023-11-14fiscal Q3 2023361080001213900-23-086461
10-Q2023-08-14fiscal Q2 2023351020001213900-23-066610
10-Q2023-05-15fiscal Q1 202332660001213900-23-039488
10-K2023-03-28fiscal FY 202235670001213900-23-023414
10-Q2022-11-10fiscal Q3 202233980001213900-22-070865
10-Q2022-08-11fiscal Q2 2022351020001213900-22-046693
10-Q2022-05-12fiscal Q1 202236700001213900-22-025793
10-K2022-03-24fiscal FY 202134670001213900-22-014689
10-Q2021-11-10fiscal Q3 2021341050001213900-21-057981
10-Q2021-08-12fiscal Q2 2021341020001213900-21-042024
10-Q2021-05-13fiscal Q1 202131650001213900-21-026096
10-K2021-03-31fiscal FY 202032630001213900-21-018993
10-Q2020-11-12fiscal Q3 202032970001213900-20-036577
10-Q2020-08-13fiscal Q2 202029890001213900-20-021875
10-Q2020-05-14fiscal Q1 202030630001213900-20-012267
10-K2020-03-26fiscal FY 201932620001213900-20-007509
10-Q2019-11-12fiscal Q3 201931960001213900-19-022912
10-Q2019-08-08fiscal Q2 201931930001213900-19-014949
10-Q2019-05-13fiscal Q1 201928580001213900-19-008428
10-K2019-03-28fiscal FY 201834670001213900-19-005101
10-Q2018-11-13fiscal Q3 201830850001213900-18-015501
10-Q2018-08-13fiscal Q2 201830860001213900-18-010838
10-Q2018-05-10fiscal Q1 201830590001213900-18-005864
10-K2018-03-13fiscal FY 201734680001213900-18-002876
10-Q2017-11-13fiscal Q3 201731890001213900-17-011869
10-Q2017-08-14fiscal Q2 201730890001213900-17-008671
10-Q2017-05-11fiscal Q1 201730600001213900-17-004952
10-K2017-03-27fiscal FY 201629580001213900-17-002827
10-Q2016-11-14fiscal Q3 201626700001213900-16-018483
10-Q2016-08-15fiscal Q2 201629780001213900-16-016066
10-Q2016-05-12fiscal Q1 201628560001213900-16-013223
10-K2016-03-09fiscal FY 201529590001213900-16-011468
10-Q/A2012-11-27fiscal Q3 201221540001554757-12-000427
10-Q2012-08-20fiscal Q2 201221660001255294-12-000628
10-Q2012-05-15fiscal Q1 201220370001096906-12-001437
10-K2012-04-11fiscal FY 201122460001096906-12-000883
10-Q2011-11-18fiscal Q3 201122640001096906-11-002879
10-Q2011-08-15fiscal Q2 201121570001096906-11-001920

Inspect the source

Entity
ZONED PROPERTIES, INC. / CIK 0001279620
Captured
2026-09-20T07:48:30.515Z
SEC response SHA-256
b96ac5c974f18307e44242dde0cfd9890bbc72d33426c9aab7899d4fecc0efe2

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