Skip to content

ONE Gas, Inc.: filings

Every ONE Gas, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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 2026371040001587732-26-000035
10-Q2026-05-05fiscal Q1 202636760001587732-26-000021
10-K2026-02-19fiscal FY 2025421120001587732-26-000009
10-Q2025-11-04fiscal Q3 2025371080001587732-25-000055
10-Q2025-08-06fiscal Q2 2025371040001587732-25-000046
10-Q2025-05-06fiscal Q1 202536760001587732-25-000028
10-K2025-02-20fiscal FY 2023411090001587732-25-000013
10-Q2024-11-05fiscal Q3 2024371080001587732-24-000060
10-Q2024-08-06fiscal Q1 2024371040001587732-24-000051
10-Q2024-05-07fiscal Q1 202436760001587732-24-000033
10-K2024-02-22fiscal FY 2023421120001587732-24-000013
10-Q2023-10-31fiscal Q3 2023371080001587732-23-000054
10-Q2023-08-01fiscal Q1 2023371040001587732-23-000047
10-Q2023-05-02fiscal Q1 202337780001587732-23-000030
10-K2023-02-23fiscal FY 2022451180001587732-23-000015
10-Q2022-11-01fiscal Q3 2022351040001587732-22-000075
10-Q2022-08-02fiscal Q2 202235990001587732-22-000061
10-Q2022-05-03fiscal Q1 202235730001587732-22-000043
10-K2022-02-24fiscal FY 2021411110001587732-22-000019
10-Q2021-11-02fiscal Q3 2021351040001587732-21-000086
10-Q2021-08-03fiscal Q2 2021361020001587732-21-000073
10-Q2021-05-04fiscal Q1 202134720001587732-21-000045
10-K2021-02-26fiscal FY 2020411110001587732-21-000030
10-Q2020-11-03fiscal Q3 2020371060001587732-20-000073
10-Q2020-07-28fiscal Q2 2020371020001587732-20-000057
10-Q2020-04-28fiscal Q1 202036740001587732-20-000037
10-K2020-02-20fiscal FY 2019421440001587732-20-000017
10-Q2019-10-29fiscal Q3 2019371070001587732-19-000072
10-Q2019-07-30fiscal Q2 2019371030001587732-19-000053
10-Q2019-04-30fiscal Q1 201936750001587732-19-000033
10-K2019-02-20fiscal FY 2018411410001587732-19-000013
10-Q/A2018-10-31fiscal Q3 2018371000001587732-18-000073
10-Q2018-10-30fiscal Q3 2018371000001587732-18-000068
10-Q2018-08-01fiscal Q2 2018371000001587732-18-000051
10-Q2018-05-01fiscal Q1 201836740001587732-18-000026
10-K2018-02-22fiscal FY 2017381360001587732-18-000014
10-Q2017-10-31fiscal Q3 201736950001587732-17-000052
10-Q2017-08-01fiscal Q2 201736960001587732-17-000041
10-Q2017-05-02fiscal Q1 201735720001587732-17-000023
10-K2017-02-23fiscal FY 2016381360001587732-17-000011
10-Q2016-11-01fiscal Q3 201636960001587732-16-000145
10-Q2016-08-02fiscal Q2 201636960001587732-16-000127
10-Q2016-05-03fiscal Q1 201636740001587732-16-000107
10-K2016-02-18fiscal FY 2015381440001587732-16-000088
10-Q2015-10-29fiscal Q3 201536960001587732-15-000062
10-Q2015-07-30fiscal Q2 201536960001587732-15-000051
10-Q2015-04-30fiscal Q1 201534700001587732-15-000028
10-K/A2015-02-27fiscal FY 2014361290001587732-15-000016
10-K2015-02-19fiscal FY 2014361290001587732-15-000013
10-Q2014-11-04fiscal Q3 201435930001587732-14-000055
10-Q2014-08-05fiscal Q2 201434910001587732-14-000037
10-Q2014-05-06fiscal Q1 201434690001587732-14-000022

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

Inspect the source

Entity
ONE Gas, Inc. / CIK 0001587732
Captured
2026-09-20T09:23:34.806Z
SEC response SHA-256
8dec5ed192954069c5f167c9f4b41a7af2a4dc5a82bb93a71379feefc3b78ad2

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