Skip to content

TPI Composites, Inc.: filings

Every TPI Composites, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-K2026-03-25fiscal FY 2025571540001193125-26-124194
10-Q2025-11-10fiscal Q3 2025471380001193125-25-274259
10-Q2025-08-11fiscal Q2 2025471340001193125-25-178033
10-Q2025-05-12fiscal Q1 2025471000000950170-25-069233
10-K2025-02-20fiscal FY 2024581550000950170-25-024274
10-Q2024-11-07fiscal Q3 2024481400000950170-24-123380
10-Q2024-08-08fiscal Q2 2024481360000950170-24-094107
10-Q2024-05-02fiscal Q1 2024481020000950170-24-052152
10-K2024-02-22fiscal FY 2023571520000950170-24-018800
10-Q2023-11-02fiscal Q3 2023491430000950170-23-058210
10-Q2023-08-03fiscal Q2 2023491380000950170-23-038046
10-Q2023-05-03fiscal Q1 2023481020000950170-23-017223
10-K2023-02-22fiscal FY 2022561490000950170-23-003810
10-Q2022-11-03fiscal Q3 2022461340000950170-22-021919
10-Q2022-08-03fiscal Q2 2022461300000950170-22-014266
10-Q2022-05-05fiscal Q1 202246960000950170-22-007888
10-K2022-02-25fiscal FY 2021561480000950170-22-002105
10-Q2021-11-09fiscal Q3 2021451300000950170-21-003762
10-Q2021-08-05fiscal Q2 2021451260000950170-21-000929
10-Q2021-05-06fiscal Q1 202145930001564590-21-025069
10-K2021-02-25fiscal FY 2020541820001564590-21-008945
10-Q2020-11-05fiscal Q3 2020451290001564590-20-051359
10-Q2020-08-06fiscal Q2 2020481330001564590-20-037788
10-Q2020-05-07fiscal Q1 202048990001564590-20-022828
10-K2020-03-02fiscal FY 2019551830001564590-20-007922
10-Q2019-11-06fiscal Q3 2019471260001564590-19-041001
10-Q2019-08-07fiscal Q2 2019461220001564590-19-030059
10-Q2019-05-08fiscal Q1 201947950001564590-19-017207
10-K2019-03-05fiscal FY 2018531720001564590-19-006097
10-Q2018-11-07fiscal Q3 2018461160001564590-18-028045
10-Q2018-08-07fiscal Q2 2018451130001564590-18-019920
10-Q2018-05-03fiscal Q1 201841810001564590-18-010728
10-K2018-03-08fiscal FY 2017461520001564590-18-004934
10-Q2017-11-08fiscal Q3 2017371010001564590-17-022726
10-Q2017-08-08fiscal Q2 201736990001564590-17-016509
10-Q2017-05-08fiscal Q1 201735710001564590-17-009393
10-K2017-03-17fiscal FY 2016451500001564590-17-004685
10-Q2016-11-09fiscal Q3 2016361010001564590-16-028676
10-Q2016-08-30fiscal Q2 2016371030001193125-16-695964

Inspect the source

Entity
TPI Composites, Inc. / CIK 0001455684
Captured
2026-09-21T17:19:13.176Z
SEC response SHA-256
7030da0ebd8df12ff07b2673a876b91d300fa0d650e7b5f578382801d2f855dc

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