Skip to content

FIRST HARTFORD CORP: filings

Every FIRST HARTFORD CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2018-09-28

The latest filing in this captured record is a 10-Q filed 2018-09-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. FIRST HARTFORD CORP 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-Q2018-09-28fiscal Q1 201930620001003297-18-000159
10-K2018-07-30fiscal FY 201828570001003297-18-000130
10-Q2018-03-29fiscal Q3 201829840001003297-18-000087
10-Q2017-12-28fiscal Q2 201829840001003297-17-000358
10-Q2017-10-10fiscal Q1 201829600001003297-17-000313
10-K2017-07-31fiscal FY 201727550001003297-17-000263
10-Q2017-04-24fiscal Q3 201725740001003297-17-000101
10-Q2017-01-17fiscal Q2 201725740001003297-17-000006
10-Q2016-10-07fiscal Q1 201725520001003297-16-000848
10-K2016-08-05fiscal FY 201628580001003297-16-000794
10-Q2016-04-05fiscal Q3 201625740001003297-16-000651
10-Q2015-12-28fiscal Q2 201625740001003297-15-000529
10-Q2015-09-29fiscal Q1 201624500001003297-15-000399
10-K2015-08-05fiscal FY 201526530001003297-15-000345
10-Q2015-04-15fiscal Q3 201525740001003297-15-000174
10-Q2015-02-04fiscal Q2 201525730001003297-15-000026
10-Q2014-12-12fiscal Q1 201525500001003297-14-000582
10-K2014-10-27fiscal FY 201427540001003297-14-000512
10-Q2014-08-07fiscal Q3 201426850001003297-14-000384
10-Q2014-06-10fiscal Q2 201425720001003297-14-000313
10-Q2014-05-09fiscal Q1 201426520001003297-14-000237
10-K2014-03-25fiscal FY 201324480001003297-14-000151
10-Q2013-03-29fiscal Q3 201325820001003297-13-000092
10-Q2012-12-19fiscal Q2 201325820001003297-12-000510
10-Q2012-10-05fiscal Q1 201324500001003297-12-000428
10-K2012-09-06fiscal FY 201226510001003297-12-000398
10-Q2012-04-20fiscal Q3 201225780001003297-12-000168
10-Q2012-01-27fiscal Q2 201227820001003297-12-000028
10-Q2011-12-14fiscal Q1 201226540001003297-11-000366

Inspect the source

Entity
FIRST HARTFORD CORP / CIK 0000036369
Captured
SEC response SHA-256
eddc92151f986fdadf9cf3e13fca143d8dfba88bb100bb8c84e4a61fc8935e10

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