Skip to content

HMG COURTLAND PROPERTIES INC: filings

Every HMG COURTLAND PROPERTIES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2021-11-12

The latest filing in this captured record is a 10-Q filed 2021-11-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. HMG COURTLAND PROPERTIES INC may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2021-11-12fiscal Q3 202124810001575872-21-000319
10-Q2021-08-13fiscal Q2 202124770001575872-21-000191
10-Q2021-05-07fiscal Q1 202123500001575872-21-000083
10-K2021-03-30fiscal FY 202024500001575872-21-000047
10-Q2020-11-13fiscal Q3 202024800001575872-20-000302
10-Q2020-08-13fiscal Q2 202023740001575872-20-000224
10-Q2020-05-13fiscal Q1 202023500001575872-20-000113
10-K2020-03-18fiscal FY 201923490001575872-20-000062
10-Q2019-11-13fiscal Q3 201922740001575872-19-000299
10-Q2019-08-14fiscal Q2 201922690001575872-19-000218
10-Q2019-05-15fiscal Q1 201922480001575872-19-000118
10-K2019-03-28fiscal FY 201822470001575872-19-000071
10-Q2018-11-14fiscal Q3 201822640001575872-18-000229
10-Q2018-08-14fiscal Q2 201822640001575872-18-000164
10-Q2018-05-15fiscal Q1 201823480001575872-18-000079
10-K2018-03-29fiscal FY 201726540001575872-18-000051
10-Q2017-11-13fiscal Q3 201721610001575872-17-000131
10-Q2017-08-11fiscal Q2 201720600001575872-17-000100
10-Q2017-05-15fiscal Q1 201718370001575872-17-000056
10-K2017-03-24fiscal FY 201622460001575872-17-000037
10-Q2016-11-14fiscal Q3 201619530001575872-16-000443
10-Q2016-08-15fiscal Q2 201621620001575872-16-000421
10-Q2016-05-13fiscal Q1 201623470001575872-16-000347
10-K2016-03-23fiscal FY 201526530001575872-16-000301
10-Q2015-11-13fiscal Q3 201526750001575872-15-000171
10-Q2015-08-14fiscal Q2 201524620001019056-15-000676
10-Q2015-05-15fiscal Q1 201521400001019056-15-000492
10-K2015-03-31fiscal FY 201428550001019056-15-000359
10-Q2014-11-14fiscal Q3 201428800001019056-14-001400
10-Q2014-08-14fiscal Q2 201428800001019056-14-001052
10-Q2014-05-12fiscal Q1 201421410001019056-14-000670
10-K2014-03-10fiscal FY 201330560001019056-14-000356
10-Q2013-11-08fiscal Q3 201329790001019056-13-001249
10-Q2013-08-06fiscal Q2 201328780001019056-13-000949
10-Q/A2013-05-20fiscal Q1 201328540001019056-13-000668
10-K2013-03-22fiscal FY 201229580001019056-13-000421
10-Q2012-11-14fiscal Q3 201227770001019056-12-001204
10-Q2012-08-14fiscal Q2 201226750001019056-12-000962
10-Q2012-05-15fiscal Q1 201225510001019056-12-000622
10-K2012-03-30fiscal FY 201126530001019056-12-000430
10-Q2011-11-14fiscal Q3 201126740001019056-11-001085
10-Q2011-08-15fiscal Q2 201124720001019056-11-000820

Inspect the source

Entity
HMG COURTLAND PROPERTIES INC / CIK 0000311817
Captured
SEC response SHA-256
a415eb6cfb543c23c82d4abe8de8581610aed6b3f3aab6c1168c9c45282dca91

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