Skip to content

Trinseo PLC: filings

Every Trinseo PLC 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-08-06fiscal Q2 2026411200001104659-26-091910
10-Q2026-04-30fiscal Q1 202641870001104659-26-052646
10-K2026-03-13fiscal FY 2025491330001104659-26-027518
10-Q2025-11-07fiscal Q3 2025411250001104659-25-108273
10-Q2025-08-07fiscal Q2 2025411210001558370-25-010698
10-Q2025-05-08fiscal Q1 202541870001558370-25-006909
10-K2025-02-27fiscal FY 2024501330001558370-25-001736
10-Q2024-11-07fiscal Q3 2024411250001558370-24-014793
10-Q2024-08-07fiscal Q2 2024411210001558370-24-011273
10-Q2024-05-09fiscal Q1 202441880001558370-24-007569
10-K2024-02-23fiscal FY 2023501350001558370-24-001604
10-Q2023-11-06fiscal Q3 2023421260001558370-23-017725
10-Q2023-08-04fiscal Q2 2023421220001558370-23-013353
10-Q2023-05-05fiscal Q1 202342880001558370-23-008238
10-K2023-02-27fiscal FY 2022491340001558370-23-002165
10-Q2022-11-04fiscal Q3 2022421260001558370-22-016352
10-Q2022-08-09fiscal Q2 2022421220001558370-22-012794
10-Q2022-05-05fiscal Q1 202241860001558370-22-007305
10-K2022-02-23fiscal FY 2021491900001558370-22-001688
10-Q2021-11-08fiscal Q3 2021411210001558370-21-015008
10-Q2021-08-05fiscal Q2 2021411170001558370-21-010604
10-Q2021-05-07fiscal Q1 202141860001558370-21-006407
10-K2021-02-22fiscal FY 2020491890001558370-21-001355
10-Q2020-11-06fiscal Q3 2020411250001558370-20-013054
10-Q2020-07-30fiscal Q2 2020431250001558370-20-008715
10-Q2020-05-08fiscal Q1 202043910001558370-20-005970
10-K2020-02-28fiscal FY 2019521930001558370-20-001766
10-Q2019-11-05fiscal Q3 2019451310001558370-19-009928
10-Q2019-08-09fiscal Q2 2019451270001558370-19-007840
10-Q2019-05-03fiscal Q1 201945920001558370-19-003933
10-K2019-02-28fiscal FY 2018491840001558370-19-001261
10-Q2018-11-09fiscal Q3 2018421180001558370-18-009161
10-Q2018-08-03fiscal Q2 2018431200001558370-18-006334
10-Q2018-05-03fiscal Q1 201843890001558370-18-003865
10-K2018-03-01fiscal FY 2017481780001558370-18-001379
10-Q2017-11-03fiscal Q3 2017421180001558370-17-008110
10-Q2017-08-03fiscal Q2 2017351000001558370-17-005809
10-Q2017-05-03fiscal Q1 201735740001558370-17-003355
10-K2017-03-01fiscal FY 2016411570001558370-17-001195
10-Q2016-11-03fiscal Q3 2016351030001558370-16-009167
10-Q2016-08-03fiscal Q2 2016351040001558370-16-007175
10-Q2016-05-05fiscal Q1 201634720001558370-16-005349
10-K2016-03-11fiscal FY 2015381510001558370-16-004029
10-Q2015-11-09fiscal Q3 201533980001558370-15-002510
10-Q2015-08-07fiscal Q2 201533980001558370-15-001525
10-Q2015-05-08fiscal Q1 201533720001193125-15-179406
10-K2015-03-10fiscal FY 2014371340001193125-15-085094
10-Q2014-11-14fiscal Q3 201432980001193125-14-412523
10-Q2014-08-11fiscal Q2 201432980001193125-14-304643

Inspect the source

Entity
Trinseo PLC / CIK 0001519061
Captured
2026-09-20T09:14:19.771Z
SEC response SHA-256
e3a5845fc5c6d03e2ccc693f5d6a2c28f559d3217055c010bf566e35f49e10f5

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