Skip to content

INGEVITY CORPORATION: filings

Every INGEVITY CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-30fiscal Q2 2026461250001653477-26-000047
10-Q2026-05-07fiscal Q1 202646950001653477-26-000035
10-K2026-02-26fiscal FY 2025571490001653477-26-000014
10-Q2025-11-06fiscal Q3 2025461290001653477-25-000127
10-Q2025-08-05fiscal Q2 2025461290001653477-25-000108
10-Q2025-05-06fiscal Q1 202546970001653477-25-000091
10-K2025-02-19fiscal FY 2024571500001653477-25-000015
10-Q2024-10-30fiscal Q3 2024481370001653477-24-000100
10-Q2024-08-01fiscal Q2 2024481330001653477-24-000082
10-Q2024-05-02fiscal Q1 2024491030001653477-24-000058
10-K2024-02-22fiscal FY 2023551440001653477-24-000009
10-Q2023-11-02fiscal Q3 2023491410001653477-23-000057
10-Q2023-08-03fiscal Q2 2023491370001653477-23-000047
10-Q2023-05-04fiscal Q1 2023501050001653477-23-000037
10-K2023-02-28fiscal FY 2022561470001653477-23-000010
10-Q2022-11-03fiscal Q3 2022501450001653477-22-000042
10-Q2022-08-03fiscal Q2 2022501410001653477-22-000032
10-Q2022-05-05fiscal Q1 2022501050001653477-22-000019
10-K2022-02-24fiscal FY 2021561470001653477-22-000008
10-Q2021-10-28fiscal Q3 2021511470001653477-21-000065
10-Q2021-07-29fiscal Q2 2021511430001653477-21-000053
10-Q2021-04-29fiscal Q1 2021511070001653477-21-000045
10-K2021-02-19fiscal FY 2020592180001653477-21-000017
10-Q2020-10-29fiscal Q3 2020501450001653477-20-000082
10-Q2020-07-30fiscal Q2 2020501410001653477-20-000075
10-Q2020-04-30fiscal Q1 2020501040001653477-20-000056
10-K2020-02-26fiscal FY 2019572220001653477-20-000014
10-Q2019-10-30fiscal Q3 2019531520001653477-19-000118
10-Q2019-07-31fiscal Q2 2019531480001653477-19-000107
10-Q2019-05-02fiscal Q1 2019521090001653477-19-000100
10-K2019-02-20fiscal FY 2018552220001653477-19-000011
10-Q2018-11-01fiscal Q3 2018491390001653477-18-000066
10-Q2018-08-02fiscal Q2 2018491380001653477-18-000055
10-Q2018-05-03fiscal Q1 2018491050001653477-18-000039
10-K2018-02-28fiscal FY 2017532050001653477-18-000008
10-Q2017-11-02fiscal Q3 2017481290001653477-17-000069
10-Q2017-08-03fiscal Q2 2017481290001653477-17-000061
10-Q2017-05-04fiscal Q1 201746930001653477-17-000051
10-K2017-03-02fiscal FY 2016512000001653477-17-000029
10-Q2016-11-03fiscal Q3 2016451200001653477-16-000089
10-Q2016-08-04fiscal Q2 2016431160001653477-16-000079
10-Q2016-05-17fiscal Q1 201642850001653477-16-000046

Inspect the source

Entity
INGEVITY CORPORATION / CIK 0001653477
Captured
2026-09-21T17:23:40.930Z
SEC response SHA-256
d2d2883c7c10642256a33ede8776f4eb2069a8e3b1a03ec35eaec4abb8a49b04

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