Skip to content

VALVOLINE INC.: filings

Every VALVOLINE INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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 Q3 2026411170001674910-26-000066
10-Q2026-05-07fiscal Q2 2026401120001674910-26-000045
10-Q2026-02-04fiscal Q1 202640840001674910-26-000015
10-K2025-11-21fiscal FY 2025491290001674910-25-000135
10-Q2025-08-06fiscal Q3 2025381130001674910-25-000119
10-Q2025-05-08fiscal Q2 2025371070001674910-25-000082
10-Q2025-02-06fiscal Q1 202537790001674910-25-000034
10-K2024-11-22fiscal FY 2024511310001674910-24-000152
10-Q2024-08-07fiscal Q3 2024371110001674910-24-000096
10-Q2024-05-10fiscal Q2 2024371070001674910-24-000065
10-Q2024-02-06fiscal Q1 202437790001674910-24-000033
10-K2023-11-20fiscal FY 2023511310001674910-23-000125
10-Q2023-08-09fiscal Q3 2023371110001674910-23-000086
10-Q2023-05-10fiscal Q2 2023371070001674910-23-000059
10-Q2023-02-07fiscal Q1 202337790001674910-23-000033
10-K/A2022-12-02fiscal FY 2022511870001674910-22-000154
10-Q2022-08-04fiscal Q3 2022391150001674910-22-000075
10-Q2022-05-10fiscal Q2 2022391110001674910-22-000057
10-Q2022-02-09fiscal Q1 202238810001674910-22-000038
10-K2021-11-19fiscal FY 2021531360001674910-21-000136
10-Q2021-08-05fiscal Q3 2021391120001674910-21-000093
10-Q2021-04-29fiscal Q2 2021391080001674910-21-000060
10-Q2021-02-04fiscal Q1 202139820001674910-21-000031
10-K2020-11-24fiscal FY 2020511890001674910-20-000221
10-Q2020-08-04fiscal Q3 2020391130001674910-20-000113
10-Q2020-05-07fiscal Q2 2020411130001674910-20-000079
10-Q2020-02-04fiscal Q1 202040830001674910-20-000036
10-K2019-11-22fiscal FY 2019491910001674910-19-000209
10-Q2019-08-01fiscal Q3 2019391150001674910-19-000105
10-Q2019-05-02fiscal Q2 2019391110001674910-19-000065
10-Q2019-02-07fiscal Q1 201938830001674910-19-000039
10-K2018-11-21fiscal FY 2018491880001674910-18-000131
10-Q2018-08-02fiscal Q3 2018391060001674910-18-000053
10-Q2018-05-03fiscal Q2 2018391060001674910-18-000030
10-Q2018-02-08fiscal Q1 201838780001674910-18-000013
10-K2017-11-17fiscal FY 2017471720001674910-17-000042
10-Q2017-08-08fiscal Q3 2017411100001674910-17-000031
10-Q2017-04-28fiscal Q2 2017391060001674910-17-000016
10-Q2017-02-13fiscal Q1 201738780001674910-17-000005

Inspect the source

Entity
VALVOLINE INC. / CIK 0001674910
Captured
2026-09-21T17:24:33.548Z
SEC response SHA-256
8476a1eaf76dc6d7e3fdfbe826fb3d0f96bfc14377897562f6bff7b23da46984

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