Skip to content

The Chemours Company: filings

Every The Chemours Company annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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 Q2 2026481410001627223-26-000024
10-Q2026-05-05fiscal Q1 2026481020001627223-26-000011
10-K2026-02-24fiscal FY 2025582720001193125-26-065201
10-Q2025-11-06fiscal Q3 2025501440001193125-25-269765
10-Q2025-08-05fiscal Q2 2025481380000950170-25-103212
10-Q2025-05-06fiscal Q1 2025482190000950170-25-064546
10-K2025-02-18fiscal FY 2024582170000950170-25-021787
10-Q2024-11-04fiscal Q3 2024511450000950170-24-120270
10-Q2024-08-01fiscal Q2 2024491390000950170-24-089414
10-Q2024-04-30fiscal Q1 2024491010000950170-24-050551
10-K2024-03-27fiscal FY 2023572280000950170-24-037171
10-Q2023-10-27fiscal Q3 2023481380000950170-23-056036
10-Q2023-07-28fiscal Q2 2023481380000950170-23-035531
10-Q2023-04-28fiscal Q1 2023481000000950170-23-015878
10-K2023-02-10fiscal FY 2022561460000950170-23-002467
10-Q2022-10-26fiscal Q3 2022481380000950170-22-020205
10-Q2022-08-01fiscal Q2 2022481380001564590-22-027142
10-Q2022-05-03fiscal Q1 2022481000001564590-22-017508
10-K2022-02-11fiscal FY 2021571480001564590-22-004791
10-Q2021-11-05fiscal Q3 2021491400001564590-21-054925
10-Q2021-07-30fiscal Q2 2021491400001564590-21-039525
10-Q2021-05-05fiscal Q1 2021481000001564590-21-023483
10-K2021-02-12fiscal FY 2020571470001564590-21-005805
10-Q2020-11-04fiscal Q3 2020481380001564590-20-050526
10-Q2020-07-31fiscal Q2 2020481380001564590-20-035206
10-Q2020-05-06fiscal Q1 202047980001564590-20-021955
10-K2020-02-14fiscal FY 2019541870001564590-20-004829
10-Q2019-11-05fiscal Q3 2019481370001564590-19-040478
10-Q2019-08-02fiscal Q2 2019471330001564590-19-028394
10-Q2019-05-03fiscal Q1 201947950001564590-19-015642
10-K2019-02-15fiscal FY 2018501810001564590-19-003090
10-Q2018-11-02fiscal Q3 2018431280001564590-18-026512
10-Q2018-08-03fiscal Q2 2018431260001564590-18-019162
10-Q2018-05-04fiscal Q1 201843900001564590-18-010990
10-K2018-02-16fiscal FY 2017491680001564590-18-002325
10-Q2017-11-03fiscal Q3 2017421240001564590-17-021527
10-Q2017-08-03fiscal Q2 2017411220001564590-17-015399
10-Q2017-05-03fiscal Q1 201741860001564590-17-008323
10-K2017-02-17fiscal FY 2016491690001564590-17-001763
10-Q2016-11-07fiscal Q3 2016441230001627223-16-000148
10-Q2016-08-09fiscal Q2 2016451250001627223-16-000139
10-Q2016-05-09fiscal Q1 201645930001627223-16-000102
10-K2016-02-25fiscal FY 2015461570001627223-16-000066
10-Q2015-11-05fiscal Q3 2015441220001627223-15-000050
10-Q2015-08-06fiscal Q2 2015371010001627223-15-000023

Inspect the source

Entity
The Chemours Company / CIK 0001627223
Captured
2026-09-21T17:22:08.501Z
SEC response SHA-256
a9767e28b16e6bc2a1915d2db9d049db0a8a49ad9444b46cef2ef105d657541e

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