Skip to content

CAPITAL PROPERTIES, INC.: filings

Every CAPITAL PROPERTIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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-K2025-02-07fiscal FY 202421420000950170-25-016420
10-Q2024-11-01fiscal Q3 202422670000950170-24-119989
10-Q2024-08-02fiscal Q2 202422680000950170-24-089624
10-Q2024-04-26fiscal Q1 202422470000950170-24-048739
10-K2024-02-16fiscal FY 202321430000950170-24-016334
10-Q2023-10-27fiscal Q3 202322670000950170-23-055798
10-Q2023-08-03fiscal Q2 202321640000950170-23-037629
10-Q2023-04-28fiscal Q1 202321450000950170-23-015756
10-K2023-02-17fiscal FY 202221430000950170-23-003216
10-Q2022-10-28fiscal Q3 202221640001564590-22-035638
10-Q2022-08-03fiscal Q2 202221640001564590-22-027767
10-Q2022-04-29fiscal Q1 202221450001564590-22-016856
10-K2022-02-23fiscal FY 202122450001564590-22-006244
10-Q2021-11-09fiscal Q3 202122680001564590-21-055699
10-Q2021-08-04fiscal Q2 202122680001564590-21-040781
10-Q2021-05-05fiscal Q1 202122480001564590-21-024041
10-K2021-03-19fiscal FY 202023470001564590-21-014374
10-Q2020-11-06fiscal Q3 202024720001564590-20-051963
10-Q2020-08-12fiscal Q2 202024720001564590-20-039694
10-Q2020-05-15fiscal Q1 202024520001564590-20-025827
10-K2020-03-06fiscal FY 201925510001564590-20-009173
10-Q2019-11-04fiscal Q3 201925740001564590-19-039854
10-Q2019-08-06fiscal Q2 201926780001564590-19-029430
10-Q2019-05-07fiscal Q1 201926550001564590-19-016594
10-K2019-03-18fiscal FY 201828550001564590-19-008298
10-Q2018-11-05fiscal Q3 201829820001564590-18-026828
10-Q2018-08-08fiscal Q2 201828800001564590-18-020444
10-Q2018-05-01fiscal Q1 201826540001193125-18-146728
10-K2018-03-19fiscal FY 201725520001193125-18-087733
10-Q2017-10-27fiscal Q3 201725700001193125-17-321854
10-Q2017-08-04fiscal Q2 201725700001193125-17-248183
10-Q2017-05-12fiscal Q1 201725520001193125-17-168015
10-K2017-03-27fiscal FY 201621430001193125-17-097545
10-Q2016-11-08fiscal Q3 201620610001193125-16-762435
10-Q2016-07-29fiscal Q2 201619590001193125-16-663361
10-Q2016-05-10fiscal Q1 201619390001193125-16-584747
10-K2016-03-15fiscal FY 201519390001193125-16-505226
10-Q2015-10-30fiscal Q3 201519590001193125-15-359185
10-Q2015-08-05fiscal Q2 201519590001193125-15-277538
10-Q2015-05-01fiscal Q1 201518360001193125-15-164388
10-K2015-03-13fiscal FY 201418370001193125-15-090148
10-Q2014-10-31fiscal Q3 201417500001193125-14-390971
10-Q2014-08-05fiscal Q2 201417500001193125-14-294601
10-Q2014-05-01fiscal Q1 201417360001193125-14-177095
10-K2014-03-12fiscal FY 201322440001193125-14-095560
10-Q2013-11-01fiscal Q3 201321610001193125-13-422068
10-Q2013-08-05fiscal Q2 201323690001193125-13-318970
10-Q2013-04-25fiscal Q1 201323470001193125-13-173285
10-K2013-03-11fiscal FY 201225500001193125-13-101237
10-Q2012-11-07fiscal Q3 201223700001193125-12-456356
10-Q2012-07-31fiscal Q2 201223730001193125-12-325785
10-Q2012-04-27fiscal Q1 201219400001193125-12-190349
10-K2012-03-21fiscal FY 201118370001193125-12-124869
10-Q2011-11-03fiscal Q3 201118550000950123-11-094677
10-Q2011-07-29fiscal Q2 201119580000950123-11-070061

Inspect the source

Entity
CAPITAL PROPERTIES, INC. / CIK 0000202947
Captured
2026-09-19T14:55:17.110Z
SEC response SHA-256
415163f7bccdb9e131f9f21b111860ae4b41f006fe4176ca8bfc8d50f9b2a190

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