Skip to content

DOMINION ENERGY SOUTH CAROLINA, INC.: filings

Every DOMINION ENERGY SOUTH CAROLINA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-07-31fiscal Q2 202630840001193125-26-327497
10-Q2026-05-01fiscal Q1 202630640001193125-26-200284
10-K2026-02-23fiscal FY 2025381000001193125-26-063138
10-Q2025-10-31fiscal Q3 202530840001193125-25-260249
10-Q2025-08-01fiscal Q2 202530840000950170-25-101179
10-Q2025-05-01fiscal Q1 202530640000950170-25-061561
10-K2025-02-27fiscal FY 2024381000000950170-25-028391
10-Q2024-11-01fiscal Q3 202429800000950170-24-119872
10-Q2024-08-01fiscal Q2 202429800000950170-24-089023
10-Q2024-05-02fiscal Q1 202429620000950170-24-051712
10-K2024-02-23fiscal FY 202337970000950170-24-019113
10-Q2023-11-08fiscal Q3 202329800000950170-23-061190
10-Q2023-08-04fiscal Q2 202329800000950170-23-038381
10-Q2023-05-05fiscal Q1 202329620000950170-23-018142
10-K2023-02-21fiscal FY 2022391020000950170-23-003304
10-Q2022-11-04fiscal Q3 202229800001564590-22-036713
10-Q2022-08-08fiscal Q2 202229800001564590-22-028339
10-Q2022-05-05fiscal Q1 202230640001564590-22-018138
10-K2022-02-24fiscal FY 2021391030001564590-22-006597
10-Q2021-11-05fiscal Q3 202130840001564590-21-054862
10-Q2021-08-06fiscal Q2 202130840001564590-21-041975
10-Q2021-05-04fiscal Q1 202130640001564590-21-023094
10-K2021-02-25fiscal FY 2020401240001564590-21-008444
10-Q2020-11-06fiscal Q3 202030840001564590-20-051685
10-Q2020-08-05fiscal Q2 202030840001564590-20-036458
10-Q2020-05-05fiscal Q1 202030640001564590-20-021096
10-K2020-02-28fiscal FY 2019401230001564590-20-007640
10-Q2019-11-04fiscal Q3 201936970001564590-19-039754
10-Q2019-08-02fiscal Q2 201935910001564590-19-028287
10-Q2019-05-09fiscal Q1 201916330000091882-19-000011

Inspect the source

Entity
DOMINION ENERGY SOUTH CAROLINA, INC. / CIK 0000091882
Captured
2026-09-21T17:16:48.195Z
SEC response SHA-256
2c464bcc4cfc392e9c9710d8b652ea0aef0bc0ceb0771a5cb215093bc87720d1

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