Skip to content

SOUTH JERSEY INDUSTRIES, INC.: filings

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

Filing record ends 2022-11-03

The latest filing in this captured record is a 10-Q filed 2022-11-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. SOUTH JERSEY INDUSTRIES, 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-Q2022-11-03fiscal Q3 2022361160000091928-22-000029
10-Q2022-08-04fiscal Q2 2022361120000091928-22-000023
10-Q2022-05-05fiscal Q1 202236760000091928-22-000015
10-K2022-02-24fiscal FY 2021521380000091928-22-000010
10-Q2021-11-04fiscal Q3 2021381200000091928-21-000042
10-Q2021-08-05fiscal Q2 2021401180000091928-21-000035
10-Q2021-05-06fiscal Q1 202138800000091928-21-000022
10-K2021-02-25fiscal FY 2020511930000091928-21-000014
10-Q2020-11-05fiscal Q3 2020411260000091928-20-000054
10-Q2020-08-06fiscal Q2 2020411190000091928-20-000040
10-Q2020-05-06fiscal Q1 202041850000091928-20-000022
10-K2020-02-27fiscal FY 2019481840000091928-20-000013
10-Q2019-11-07fiscal Q3 2019421220000091928-19-000086
10-Q2019-08-08fiscal Q2 2019411170000091928-19-000073
10-Q2019-05-08fiscal Q1 201941860000091928-19-000049
10-K2019-02-28fiscal FY 2018441750000091928-19-000032
10-Q2018-11-07fiscal Q3 201834950000091928-18-000101
10-Q2018-08-08fiscal Q2 201834940000091928-18-000095
10-Q2018-05-07fiscal Q1 201833680000091928-18-000058
10-K2018-03-01fiscal FY 2017431780000091928-18-000038
10-K2018-02-26fiscal FY 2017431780000091928-18-000034
10-Q2017-11-03fiscal Q3 201734950000091928-17-000095
10-Q2017-08-04fiscal Q2 201734950000091928-17-000080
10-Q2017-05-09fiscal Q1 201733670000091928-17-000067
10-K2017-02-27fiscal FY 2016451810000091928-17-000032
10-Q2016-11-04fiscal Q3 201633930000091928-16-000146
10-Q2016-08-05fiscal Q2 201634980000091928-16-000131
10-Q2016-05-06fiscal Q1 201634700000091928-16-000119
10-K2016-02-29fiscal FY 2015431750000091928-16-000088
10-Q2015-11-05fiscal Q3 201532930000091928-15-000066
10-Q2015-08-07fiscal Q2 201532930000091928-15-000054
10-Q2015-05-08fiscal Q1 201532650000091928-15-000036
10-K2015-02-27fiscal FY 2014411710000091928-15-000019
10-Q2014-11-07fiscal Q3 201432930000091928-14-000080
10-Q2014-08-06fiscal Q2 201432930000091928-14-000062
10-Q2014-05-09fiscal Q1 201431640000091928-14-000040
10-K2014-02-28fiscal FY 2013411710000091928-14-000018
10-Q2013-11-12fiscal Q3 201331890000091928-13-000082
10-Q2013-08-08fiscal Q2 201331890000091928-13-000066
10-Q2013-05-03fiscal Q1 201331640000091928-13-000048
10-K2013-02-28fiscal FY 2012411710000091928-13-000022
10-Q2012-11-08fiscal Q3 201231880000091928-12-000057
10-Q2012-08-07fiscal Q2 201231880000091928-12-000040
10-Q2012-05-07fiscal Q1 201231640001445305-12-001511
10-K2012-02-28fiscal FY 2011421770001445305-12-000502
10-Q2011-11-08fiscal Q3 201130860001445305-11-003306
10-Q2011-08-08fiscal Q2 201129840001140361-11-040290
10-Q2011-05-09fiscal Q1 201128580001140361-11-026003
10-K2011-03-01fiscal FY 2010391060001140361-11-013012
10-Q2010-11-08fiscal Q3 201030880001140361-10-044265
10-Q2010-08-06fiscal Q2 201030880001140361-10-031932

Inspect the source

Entity
SOUTH JERSEY INDUSTRIES, INC. / CIK 0000091928
Captured
SEC response SHA-256
c189675e3fcff2ac372529b84822e7c0a8ee5c5abf01b49d2c60e50a2734bca6

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