Skip to content

AdvanSix Inc.: filings

Every AdvanSix 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-08-07fiscal Q2 2026421140001673985-26-000049
10-Q2026-05-08fiscal Q1 202642880001673985-26-000037
10-K2026-02-20fiscal FY 2025491260001673985-26-000008
10-Q2025-11-07fiscal Q3 2025421180001673985-25-000135
10-Q2025-08-01fiscal Q2 2025421140001673985-25-000119
10-Q2025-05-02fiscal Q1 202542880001673985-25-000065
10-K2025-02-21fiscal FY 2024481230001673985-25-000011
10-Q2024-11-01fiscal Q3 2024421180001673985-24-000150
10-Q2024-08-02fiscal Q2 2024421140001673985-24-000107
10-Q2024-05-03fiscal Q1 202442880001673985-24-000067
10-K2024-02-16fiscal FY 2023491260001673985-24-000014
10-Q2023-11-03fiscal Q3 2023411160001673985-23-000142
10-Q2023-08-04fiscal Q2 2023411120001673985-23-000124
10-Q2023-05-05fiscal Q1 202341860001673985-23-000073
10-K2023-02-17fiscal FY 2022521310001673985-23-000007
10-Q2022-11-04fiscal Q3 2022411160001673985-22-000125
10-Q2022-08-05fiscal Q2 2022411120001673985-22-000102
10-Q2022-05-06fiscal Q1 202241860001673985-22-000057
10-K2022-02-18fiscal FY 2021501280001673985-22-000010
10-Q2021-10-29fiscal Q3 2021381080001673985-21-000144
10-Q2021-07-30fiscal Q2 2021381040001673985-21-000113
10-Q2021-04-30fiscal Q1 202138800001673985-21-000068
10-K2021-02-19fiscal FY 2020511700001673985-21-000011
10-Q2020-10-30fiscal Q3 2020401100001673985-20-000149
10-Q2020-07-31fiscal Q2 2020401060001673985-20-000129
10-Q2020-05-01fiscal Q1 202041840001673985-20-000078
10-K2020-02-21fiscal FY 2019531750001673985-20-000009
10-Q2019-11-01fiscal Q3 2019431200001673985-19-000131
10-Q2019-08-01fiscal Q2 2019431160001673985-19-000100
10-Q2019-05-03fiscal Q1 201943920001673985-19-000054
10-K2019-02-22fiscal FY 2018451500001673985-19-000010
10-Q2018-11-02fiscal Q3 201836940001673985-18-000127
10-Q2018-08-03fiscal Q2 201835920001673985-18-000098
10-Q2018-05-04fiscal Q1 201834700001673985-18-000055
10-K2018-02-27fiscal FY 2017411390001673985-18-000014
10-Q2017-11-07fiscal Q3 201733880001673985-17-000056
10-Q2017-08-10fiscal Q2 201733880001673985-17-000033
10-Q2017-05-11fiscal Q1 201733650000930413-17-002089
10-K2017-03-06fiscal FY 2016421380000930413-17-000896
10-Q2016-11-10fiscal Q3 201634860000930413-16-008682

Inspect the source

Entity
AdvanSix Inc. / CIK 0001673985
Captured
2026-09-21T17:22:58.575Z
SEC response SHA-256
c2040bae3a3a917124e9fd60d5553f49f637894b6f20d02a24265c7f3d631e88

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