Skip to content

HOMEFED CORPORATION: filings

Every HOMEFED CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2019-05-09

The latest filing in this captured record is a 10-Q filed 2019-05-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. HOMEFED CORPORATION 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-Q2019-05-09fiscal Q1 201932660000833795-19-000008
10-K2019-03-18fiscal FY 2018321020000833795-19-000003
10-Q2018-11-08fiscal Q3 201830820000833795-18-000028
10-Q2018-08-03fiscal Q2 201832900000833795-18-000025
10-Q/A2018-05-30fiscal Q3 201728780000833795-18-000022
10-Q/A2018-05-30fiscal Q2 201730860000833795-18-000020
10-Q/A2018-05-30fiscal Q1 201729620000833795-18-000018
10-Q2018-05-30fiscal Q1 201830630000833795-18-000016
10-K/A2018-05-30fiscal FY 2017331170000833795-18-000014
10-K2018-03-05fiscal FY 2017331170000833795-18-000004
10-Q2017-11-03fiscal Q3 201728780000833795-17-000014
10-Q2017-08-02fiscal Q2 201730860000833795-17-000011
10-Q2017-05-03fiscal Q1 201729620000833795-17-000007
10-K2017-03-03fiscal FY 2016341190000833795-17-000004
10-Q2016-11-03fiscal Q3 201629820000833795-16-000041
10-Q2016-08-03fiscal Q2 201629820000833795-16-000038
10-Q2016-05-04fiscal Q1 201626560000833795-16-000034
10-K2016-02-29fiscal FY 2015301060000833795-16-000032
10-Q2015-11-06fiscal Q3 201524690000833795-15-000027
10-Q2015-08-06fiscal Q2 201526750000833795-15-000020
10-Q2015-05-07fiscal Q1 201523490000833795-15-000012
10-K2015-02-27fiscal FY 2014291010000833795-15-000009
10-Q2014-11-10fiscal Q3 201424700000833795-14-000023
10-Q2014-08-08fiscal Q2 201424700000833795-14-000010
10-Q2014-05-12fiscal Q1 201423480000833795-14-000005
10-K2014-02-18fiscal FY 201324930000833795-14-000002
10-Q2013-10-25fiscal Q3 201324720000833795-13-000003
10-Q2013-07-29fiscal Q2 201322640001562762-13-000199
10-Q2013-04-26fiscal Q1 201324520000096223-13-000022
10-K2013-02-15fiscal FY 2012271070000096223-13-000009
10-Q2012-11-06fiscal Q3 201222640000096223-12-000030
10-Q2012-07-26fiscal Q2 201223660000096223-12-000021
10-Q2012-04-27fiscal Q1 201223490000096223-12-000014
10-K2012-02-16fiscal FY 201126690000096223-12-000006
10-Q2011-10-27fiscal Q3 201122610000096223-11-000033
10-Q2011-07-28fiscal Q2 201122620000096223-11-000024

Inspect the source

Entity
HOMEFED CORPORATION / CIK 0000833795
Captured
SEC response SHA-256
9e333fce1126634c24120dd465e924af0e0724d7f161eb61a5154595849adff2

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