Skip to content

Southwest Gas Holdings, Inc.: filings

Every Southwest Gas Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-05fiscal Q2 2026381060001692115-26-000112
10-Q2026-05-05fiscal Q1 202638780001692115-26-000088
10-K2026-02-25fiscal FY 2025421510001692115-26-000062
10-Q2025-11-05fiscal Q3 2025391100001692115-25-000149
10-Q2025-08-06fiscal Q2 2025411150001692115-25-000141
10-Q2025-05-12fiscal Q1 202541870001692115-25-000119
10-K2025-02-26fiscal FY 2024451210001692115-25-000082
10-Q2024-11-06fiscal Q3 2024421150001692115-24-000114
10-Q2024-08-06fiscal Q2 2024421150001692115-24-000099
10-Q2024-05-08fiscal Q1 202441840001692115-24-000080
10-K2024-02-28fiscal FY 2023451200001692115-24-000038
10-Q2023-11-08fiscal Q3 2023411610001692115-23-000143
10-Q2023-08-09fiscal Q2 2023411610001692115-23-000133
10-Q2023-05-09fiscal Q1 2023411330001692115-23-000110
10-K2023-02-28fiscal FY 2022461210001692115-23-000056
10-Q2022-11-09fiscal Q3 2022411610001692115-22-000035
10-Q2022-08-09fiscal Q2 2022411610001692115-22-000024
10-Q2022-05-10fiscal Q1 2022411330001692115-22-000008
10-K2022-03-01fiscal FY 2021491310001692115-22-000005
10-Q2021-11-09fiscal Q3 2021411650001692115-21-000048
10-Q2021-08-05fiscal Q2 2021411650001692115-21-000040
10-Q2021-05-06fiscal Q1 2021411350001692115-21-000024
10-K2021-02-25fiscal FY 2020471670001692115-21-000008
10-Q2020-11-05fiscal Q3 2020421690001692115-20-000064
10-Q2020-08-06fiscal Q2 2020421670001692115-20-000054
10-Q2020-05-07fiscal Q1 2020421370001692115-20-000032
10-K2020-03-02fiscal FY 2019471660001692115-20-000016
10-Q2019-11-06fiscal Q3 2019421670001692115-19-000071
10-Q2019-08-07fiscal Q2 2019421670001692115-19-000062
10-Q2019-05-08fiscal Q1 2019421380001692115-19-000045
10-K2019-02-28fiscal FY 2018461860001692115-19-000013
10-Q2018-11-07fiscal Q3 2018401610001692115-18-000050
10-Q2018-08-08fiscal Q2 2018401610001193125-18-242612
10-Q2018-05-08fiscal Q1 2018361160001193125-18-155358
10-K2018-02-28fiscal FY 2017391660001193125-18-063850
10-Q2017-11-07fiscal Q3 2017361450001193125-17-335180
10-Q2017-08-08fiscal Q2 2017361450001193125-17-251363
10-Q2017-05-09fiscal Q1 2017361160001193125-17-164213

Inspect the source

Entity
Southwest Gas Holdings, Inc. / CIK 0001692115
Captured
2026-09-21T17:24:12.557Z
SEC response SHA-256
ba9574c003b135cfed78faa25f8c8291748d98b74055f6637ec5380fec17ec30

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