Skip to content

General Finance Corporation: filings

Every General Finance Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-05-05

The latest filing in this captured record is a 10-Q filed 2021-05-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. General Finance 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-Q2021-05-05fiscal Q3 2021431360001104659-21-061455
10-Q2021-02-08fiscal Q2 2021431320001104659-21-013501
10-Q2020-11-09fiscal Q1 202143910001104659-20-122883
10-K2020-09-10fiscal FY 2020481270001193125-20-242828
10-Q2020-05-05fiscal Q3 2020421250001193125-20-133491
10-Q2020-02-10fiscal Q2 2020411180001193125-20-029566
10-Q2019-11-07fiscal Q1 202040820001193125-19-287058
10-K2019-09-12fiscal FY 2019431180001193125-19-243868
10-Q2019-05-14fiscal Q3 2019381180001193125-19-146729
10-Q/A2019-05-14fiscal Q2 2019381080001193125-19-146715
10-Q/A2019-05-14fiscal Q1 201938810001193125-19-146710
10-Q2019-02-11fiscal Q2 2019381080001193125-19-033425
10-Q2018-11-06fiscal Q1 201938770001193125-18-319423
10-K2018-09-07fiscal FY 2018431180001193125-18-269248
10-Q2018-05-09fiscal Q3 2018351010001193125-18-157279
10-Q2018-02-06fiscal Q2 2018351010001193125-18-032991
10-Q2017-11-07fiscal Q1 201834690001193125-17-335486
10-K2017-09-08fiscal FY 2017391050001193125-17-280151
10-Q2017-05-10fiscal Q3 201734990001193125-17-165553
10-Q2017-02-06fiscal Q2 201734990001193125-17-031707
10-Q2016-11-08fiscal Q1 201734690001193125-16-762577
10-K2016-09-09fiscal FY 2016381040001193125-16-706155
10-Q2016-05-09fiscal Q3 2016341010001193125-16-583425
10-Q2016-02-08fiscal Q2 2016341010001193125-16-453531
10-Q2015-11-09fiscal Q1 201634690001193125-15-371590
10-K2015-09-11fiscal FY 2015391030001193125-15-318054
10-Q2015-05-11fiscal Q3 2015341030001193125-15-181644
10-Q2015-02-11fiscal Q2 2015341030001193125-15-043165
10-Q2014-11-12fiscal Q1 201534710001193125-14-408314
10-K2014-09-12fiscal FY 201439800001193125-14-340160
10-Q2014-05-13fiscal Q3 2014361020001193125-14-195413
10-Q2014-02-11fiscal Q2 2014361020001193125-14-044799
10-Q2013-11-13fiscal Q1 201436740001193125-13-438600
10-K2013-09-17fiscal FY 201339810001193125-13-368098
10-Q2013-05-15fiscal Q3 2013361000001193125-13-220015
10-Q2013-02-13fiscal Q2 2013361000001193125-13-052280
10-Q2012-11-13fiscal Q1 201336740001193125-12-466532
10-K2012-09-17fiscal FY 201239800001193125-12-392761
10-Q2012-05-11fiscal Q3 201231900001193125-12-226100
10-Q2012-02-13fiscal Q2 201231900001193125-12-055347
10-Q2011-11-14fiscal Q1 201231640001193125-11-309908

Inspect the source

Entity
General Finance Corporation / CIK 0001342287
Captured
SEC response SHA-256
3906002c6168b140545bb2219dc295d41de5dd382f593f5a0c0d119a2f503f52

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