Skip to content

Element Solutions Inc: filings

Every Element Solutions Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-04-29fiscal Q1 2026511040001590714-26-000041
10-K2026-02-18fiscal FY 2025581490001590714-26-000018
10-Q2025-10-29fiscal Q3 2025501420001590714-25-000087
10-Q2025-07-31fiscal Q2 2025501420001590714-25-000077
10-Q2025-04-24fiscal Q1 2025501040001590714-25-000041
10-K2025-02-19fiscal FY 2024571480001590714-25-000022
10-Q2024-10-29fiscal Q3 2024501440001590714-24-000146
10-Q2024-07-30fiscal Q2 2024501440001590714-24-000135
10-Q2024-04-30fiscal Q1 2024511060001590714-24-000089
10-K2024-02-21fiscal FY 2023561450001590714-24-000054
10-Q2023-10-26fiscal Q3 2023521500001590714-23-000083
10-Q2023-07-27fiscal Q2 2023521500001590714-23-000073
10-Q2023-04-27fiscal Q1 2023521080001590714-23-000045
10-K2023-02-22fiscal FY 2022571480001590714-23-000027
10-Q2022-10-27fiscal Q3 2022511460001590714-22-000081
10-Q2022-07-28fiscal Q2 2022511460001590714-22-000073
10-Q2022-04-28fiscal Q1 2022521080001590714-22-000045
10-K2022-02-23fiscal FY 2021541390001590714-22-000029
10-Q2021-10-28fiscal Q3 2021521480001590714-21-000091
10-Q2021-07-29fiscal Q2 2021511440001590714-21-000078
10-Q2021-04-29fiscal Q1 2021511040001590714-21-000041
10-K2021-02-25fiscal FY 2020551390001590714-21-000021
10-Q2020-10-28fiscal Q3 2020481380001590714-20-000129
10-Q2020-08-04fiscal Q2 2020481380001590714-20-000101
10-Q2020-04-30fiscal Q1 202048980001590714-20-000051
10-K2020-02-28fiscal FY 2019551830001590714-20-000023
10-Q2019-11-07fiscal Q3 2019511440001590714-19-000155
10-Q2019-08-02fiscal Q2 2019511410001590714-19-000140
10-Q2019-05-01fiscal Q1 2019511020001590714-19-000092
10-K2019-02-28fiscal FY 2018521830001590714-19-000040
10-Q2018-11-01fiscal Q3 2018481360001590714-18-000109
10-Q2018-08-02fiscal Q2 2018521460001590714-18-000081
10-Q2018-05-03fiscal Q1 2018511060001590714-18-000053
10-K2018-02-28fiscal FY 2017541820001590714-18-000033
10-Q2017-11-02fiscal Q3 2017521460001590714-17-000157
10-Q2017-08-09fiscal Q2 2017501400001590714-17-000115
10-Q2017-05-09fiscal Q1 2017511060001590714-17-000086
10-K2017-03-13fiscal FY 2016532000001590714-17-000047
10-Q2016-11-07fiscal Q3 2016491460001590714-16-000248
10-Q2016-08-09fiscal Q2 2016521500001590714-16-000202
10-Q2016-05-10fiscal Q1 2016481050001590714-16-000153
10-K2016-03-11fiscal FY 2015441190001590714-16-000097
10-Q2015-11-16fiscal Q3 2015491570001590714-15-000067
10-Q2015-08-14fiscal Q2 2015481490001590714-15-000034
10-Q2015-05-15fiscal Q1 2015491040001590714-15-000009
10-K2015-03-30fiscal FY 201434790001171843-15-001732
10-Q2014-11-14fiscal Q3 201428630001171843-14-005566
10-Q2014-08-06fiscal Q2 201427560001171843-14-003769
10-Q2014-05-07fiscal Q1 2014511010001171843-14-002185

Inspect the source

Entity
Element Solutions Inc / CIK 0001590714
Captured
2026-09-20T09:23:55.950Z
SEC response SHA-256
ff9c51e416051a5056909af1174bfaaf29b21af6b7812d29e49fb282417b52ba

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