Skip to content

ISUN, INC.: filings

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

Filing record ends 2024-04-16

The latest filing in this captured record is a 10-K filed 2024-04-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. ISUN, 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-K2024-04-16fiscal FY 202341810001493152-24-014892
10-Q2023-11-14fiscal Q3 2023481310001493152-23-041066
10-Q2023-08-10fiscal Q2 2023481270001493152-23-027637
10-Q2023-05-15fiscal Q1 202346900001493152-23-017379
10-K2023-04-17fiscal FY 2022531040001493152-23-012598
10-Q2022-11-14fiscal Q3 2022481310001493152-22-032228
10-Q2022-08-15fiscal Q2 2022471260001493152-22-022933
10-Q2022-05-16fiscal Q1 202248960001493152-22-013776
10-K2022-04-15fiscal FY 2021521050001140361-22-014703
10-Q2021-11-15fiscal Q3 2021441280001140361-21-037913
10-Q2021-08-16fiscal Q2 2021451280001140361-21-028516
10-K/A2021-06-11fiscal FY 2020411210001140361-21-020565
10-Q2021-05-24fiscal Q1 202144920001140361-21-018560
10-K2021-03-15fiscal FY 202041840001140361-21-008539
10-Q2020-11-12fiscal Q3 2020431270001493152-20-020956
10-Q2020-08-13fiscal Q2 2020421190001493152-20-015573
10-Q2020-05-14fiscal Q1 202041840001493152-20-008804
10-K2020-04-14fiscal FY 201942850001493152-20-006381
10-Q2019-11-19fiscal Q3 2019401110001493152-19-017898
10-Q2019-08-14fiscal Q2 2019421090001493152-19-012520
10-Q2019-05-09fiscal Q1 201917360001493152-19-006634
10-K2019-03-22fiscal FY 201819390001493152-19-003754
10-Q2018-11-19fiscal Q3 201820490001493152-18-016470
10-Q2018-08-20fiscal Q2 201820490001493152-18-012301
10-Q2018-05-21fiscal Q1 201819400001493152-18-007555
10-K2018-03-29fiscal FY 201720420001493152-18-004171
10-Q2017-11-13fiscal Q3 201717430001493152-17-012933
10-Q2017-08-11fiscal Q2 201717430001493152-17-008934
10-Q2017-05-15fiscal Q1 201716340001493152-17-005307
10-K2017-03-27fiscal FY 201616320001493152-17-002873
10-Q2016-11-14fiscal Q3 201618430001493152-16-015088
10-Q2016-08-12fiscal Q2 201618430001493152-16-012261
10-Q2016-05-16fiscal Q1 201611210001615774-16-005432

Inspect the source

Entity
ISUN, INC. / CIK 0001634447
Captured
SEC response SHA-256
7bb85d7845cb2f28e9da9f5780044500f52dd4e5c273354d195843a21aff4a8f

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