Skip to content

HA SUSTAINABLE INFRASTRUCTURE CAPITAL, INC.: filings

Every HA SUSTAINABLE INFRASTRUCTURE CAPITAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-Q2026-08-07fiscal Q2 202628880001561894-26-000136
10-Q2026-05-08fiscal Q1 202628600001561894-26-000074
10-K2026-02-13fiscal FY 202530860001561894-26-000007
10-Q2025-11-07fiscal Q3 202528880001561894-25-000123
10-Q2025-08-08fiscal Q2 202528880001561894-25-000107
10-Q2025-05-08fiscal Q1 202528600001561894-25-000062
10-K2025-02-14fiscal FY 202428800001561894-25-000007
10-Q2024-11-08fiscal Q3 202427840001561894-24-000109
10-Q2024-08-02fiscal Q2 202427840001561894-24-000097
10-Q2024-05-08fiscal Q1 202428600001561894-24-000061
10-K2024-02-16fiscal FY 202329820001561894-24-000009
10-Q2023-11-03fiscal Q3 202330910001561894-23-000114
10-Q2023-08-04fiscal Q2 202330910001561894-23-000096
10-Q2023-05-05fiscal Q1 202330630001561894-23-000084
10-K2023-02-21fiscal FY 202230840001561894-23-000012
10-Q2022-11-09fiscal Q3 202230910001561894-22-000085
10-Q2022-08-09fiscal Q2 202230910001561894-22-000067
10-Q2022-05-06fiscal Q1 202230630001561894-22-000047
10-K2022-02-22fiscal FY 202130840001561894-22-000008
10-Q2021-11-05fiscal Q3 202130910001561894-21-000130
10-Q2021-08-06fiscal Q2 202130910001561894-21-000119
10-Q2021-05-07fiscal Q1 202130630001561894-21-000085
10-K2021-02-22fiscal FY 2020301390001561894-21-000022
10-Q2020-11-06fiscal Q3 202029890001561894-20-000140
10-Q2020-08-07fiscal Q1 202029890001561894-20-000124
10-Q2020-05-11fiscal Q1 202029610001561894-20-000102
10-K2020-02-25fiscal FY 2019291360001561894-20-000016
10-Q2019-11-01fiscal Q3 201928850001561894-19-000117
10-Q2019-08-02fiscal Q2 201928850001561894-19-000096
10-Q2019-05-03fiscal Q1 201928590001561894-19-000068
10-K2019-02-22fiscal FY 2018281170001561894-19-000006
10-Q2018-11-05fiscal Q3 201828810001561894-18-000095
10-Q2018-08-03fiscal Q2 201828810001561894-18-000088
10-Q2018-05-04fiscal Q1 201828560001561894-18-000062
10-K2018-02-23fiscal FY 2017251070001193125-18-055972
10-Q2017-11-03fiscal Q3 201724700001193125-17-331558
10-Q2017-08-03fiscal Q2 201724700001193125-17-247624
10-Q2017-05-04fiscal Q1 201724450001193125-17-158968
10-K2017-02-24fiscal FY 2016241030001193125-17-056435
10-Q2016-11-03fiscal Q3 201623690001193125-16-757898
10-Q2016-08-04fiscal Q2 201623690001193125-16-670812
10-Q2016-05-09fiscal Q1 201622450001193125-16-583875
10-K2016-03-01fiscal FY 2015231190001193125-16-486646
10-Q2015-11-05fiscal Q3 201523690001193125-15-366645
10-Q2015-08-07fiscal Q2 201523690001193125-15-283292
10-Q2015-05-08fiscal Q1 201522450001193125-15-178528
10-K2015-03-09fiscal FY 2014241140001193125-15-083440
10-Q2014-11-07fiscal Q3 201426720001193125-14-402336
10-Q2014-08-14fiscal Q2 201426710001193125-14-309093
10-Q2014-05-13fiscal Q1 201423380001193125-14-197154
10-K2014-03-18fiscal FY 2013281000001193125-14-102996
10-Q2013-11-08fiscal Q3 201324600001193125-13-433456
10-Q2013-08-09fiscal Q2 201325600001193125-13-328216

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
HA SUSTAINABLE INFRASTRUCTURE CAPITAL, INC. / CIK 0001561894
Captured
2026-09-20T09:19:52.336Z
SEC response SHA-256
65a13a90bdd1bedad15ed965a8f6e9692972da94495769d013cb837cba0c4e93

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