Skip to content

ASHLAND INC.: filings

Every ASHLAND INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-29fiscal Q3 2026421170001193125-26-324226
10-Q2026-04-29fiscal Q2 2026421170001193125-26-191380
10-Q2026-02-03fiscal Q1 202641830001193125-26-035054
10-K2025-11-20fiscal FY 2025541400001193125-25-289248
10-Q2025-07-30fiscal Q3 2025421170000950170-25-100270
10-Q2025-05-01fiscal Q2 2025421170000950170-25-061809
10-Q2025-01-29fiscal Q1 202542840000950170-25-010377
10-K2024-11-18fiscal FY 2024531370000950170-24-128009
10-Q2024-08-07fiscal Q3 2024421160000950170-24-092587
10-Q2024-05-01fiscal Q2 2024421160000950170-24-051148
10-Q2024-01-31fiscal Q1 202442840000950170-24-009280
10-K2023-11-17fiscal FY 2023531370000950170-23-064715
10-Q2023-07-27fiscal Q3 2023401120000950170-23-035115
10-Q2023-05-03fiscal Q2 2023401120000950170-23-017149
10-Q2023-02-01fiscal Q1 202339780000950170-23-001594
10-K2022-11-21fiscal FY 2022521340000950170-22-025539
10-Q2022-07-28fiscal Q3 2022411130000950170-22-013314
10-Q2022-04-28fiscal Q2 2022411130000950170-22-006488
10-Q2022-02-03fiscal Q1 202240800000950170-22-000723
10-K2021-11-22fiscal FY 2021521330000950170-21-004843
10-Q2021-07-29fiscal Q3 2021421170000950170-21-000603
10-Q2021-04-29fiscal Q2 2021421160001564590-21-021744
10-Q2021-02-04fiscal Q1 202142840001564590-21-004281
10-K2020-11-23fiscal FY 2020531330001564590-20-054890
10-Q2020-07-30fiscal Q3 2020431150001564590-20-034649
10-Q2020-05-06fiscal Q2 2020411120001564590-20-021890
10-Q2020-01-29fiscal Q1 202040790000950123-20-000628
10-K2019-11-25fiscal FY 2019501300001564590-19-044315
10-Q2019-07-31fiscal Q3 201936990001564590-19-027524
10-Q2019-05-01fiscal Q2 201935980001564590-19-014799
10-Q2019-02-06fiscal Q1 201936720001564590-19-002131
10-K2018-11-19fiscal FY 2018501310001564590-18-029786
10-Q2018-08-01fiscal Q3 2018381090001564590-18-018428
10-Q2018-05-02fiscal Q2 2018371050001564590-18-010283
10-Q2018-01-30fiscal Q1 201838770001674862-18-000013
10-K2017-11-20fiscal FY 2016481290001674862-17-000090
10-Q2017-08-04fiscal Q3 2017391090001674862-17-000060
10-Q2017-04-26fiscal Q2 2017391100001674862-17-000030
10-Q2017-01-27fiscal Q1 201739800001674862-17-000006
10-K2016-11-21fiscal FY 2016481280001674862-16-000008

Inspect the source

Entity
ASHLAND INC. / CIK 0001674862
Captured
2026-09-21T17:24:32.174Z
SEC response SHA-256
8d4289d492726150f37f23f244638a84b8efe77166b0068a603dbb578292ec02

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