Skip to content

DNOW INC.: filings

Every DNOW INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-06fiscal Q2 2026521440001193125-26-338381
10-Q2026-05-07fiscal Q1 2026521080001193125-26-211564
10-K2026-02-26fiscal FY 2025581530001193125-26-072828
10-Q2025-11-05fiscal Q3 2025461320001193125-25-266494
10-Q2025-08-06fiscal Q2 2025461280000950170-25-103750
10-Q2025-05-07fiscal Q1 202546960000950170-25-065520
10-K2025-02-18fiscal FY 2024521370000950170-25-021784
10-Q2024-11-07fiscal Q3 2024461300000950170-24-123220
10-Q2024-08-07fiscal Q2 2024461260000950170-24-092492
10-Q2024-05-10fiscal Q1 202446960000950170-24-057616
10-K2024-02-15fiscal FY 2023531390000950170-24-015744
10-Q2023-11-02fiscal Q3 2023461300000950170-23-058182
10-Q2023-08-02fiscal Q2 2023461260000950170-23-036855
10-Q2023-05-04fiscal Q1 202346960000950170-23-017549
10-K2023-02-16fiscal FY 2022511330000950170-23-002996
10-Q2022-11-02fiscal Q3 2022441260000950170-22-021024
10-Q2022-08-03fiscal Q2 2022431180000950170-22-014065
10-Q2022-05-05fiscal Q1 202244920000950170-22-007607
10-K2022-02-17fiscal FY 2021491260000950170-22-001400
10-Q2021-11-03fiscal Q3 2021411160000950170-21-002745
10-Q2021-08-04fiscal Q2 2021411080001564590-21-040545
10-Q2021-05-05fiscal Q1 202140830001564590-21-023715
10-K2021-02-17fiscal FY 2020491240001564590-21-006229
10-Q2020-11-04fiscal Q3 2020421150001564590-20-050250
10-Q2020-08-05fiscal Q2 2020421100001564590-20-036570
10-Q2020-05-06fiscal Q1 202041820001564590-20-021642
10-K2020-02-19fiscal FY 2019511760001564590-20-005159
10-Q2019-11-06fiscal Q3 2019471270001564590-19-040762
10-Q2019-08-02fiscal Q2 2019471210001564590-19-028200
10-Q2019-05-02fiscal Q1 201946910001564590-19-015084
10-K2019-02-14fiscal FY 2018481760001564590-19-002939
10-Q2018-11-01fiscal Q3 2018431120001564590-18-026057
10-Q2018-08-02fiscal Q2 2018421080001564590-18-018752
10-Q2018-05-02fiscal Q1 201838760001564590-18-010156
10-K2018-02-14fiscal FY 2017411840001564590-18-002021
10-Q2017-11-01fiscal Q3 201737980001564590-17-020668
10-Q2017-08-02fiscal Q2 201737980001564590-17-014787
10-Q2017-05-03fiscal Q1 201737750001564590-17-008247
10-K2017-02-15fiscal FY 2016411910001564590-17-001602
10-Q2016-11-02fiscal Q3 201637970001564590-16-026862
10-Q2016-08-03fiscal Q2 201637980001564590-16-022201
10-Q2016-05-04fiscal Q1 201637760001564590-16-017559
10-K2016-02-23fiscal FY 2015421850001564590-16-013054
10-Q2015-11-03fiscal Q3 201538980001564590-15-009140
10-Q2015-08-05fiscal Q2 201538990001564590-15-006153
10-Q2015-05-07fiscal Q1 201538790001564590-15-003508
10-K2015-02-25fiscal FY 2014411890001193125-15-062723
10-Q2014-11-07fiscal Q3 2014401070001193125-14-403608
10-Q2014-08-08fiscal Q2 2014401060001193125-14-302037
10-Q2014-05-14fiscal Q1 201432640001193125-14-199228

Inspect the source

Entity
DNOW INC. / CIK 0001599617
Captured
2026-09-20T09:25:10.998Z
SEC response SHA-256
39acec88efc413b77502dc3ebec77084a800dbb5834deea467e10d17157bb05f

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