Skip to content

Tower International, Inc.: filings

Every Tower International, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-07-25

The latest filing in this captured record is a 10-Q filed 2019-07-25. No later filing is in the SEC companyfacts record captured on 2026-09-22. Tower International, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2019-07-25fiscal Q2 2019411180001558370-19-006335
10-Q2019-05-02fiscal Q1 201940840001144204-19-023283
10-K2019-02-27fiscal FY 2018491600001144204-19-010395
10-Q2018-10-29fiscal Q3 2018381110001144204-18-055836
10-Q2018-07-31fiscal Q2 2018381120001144204-18-041087
10-Q2018-05-03fiscal Q1 201840850001144204-18-025082
10-K2018-02-28fiscal FY 2017481600001144204-18-011448
10-Q2017-10-30fiscal Q3 2017391110001144204-17-054803
10-Q2017-07-26fiscal Q2 2017401140001144204-17-038320
10-Q2017-05-02fiscal Q1 201740870001144204-17-023916
10-K2017-02-28fiscal FY 2016491610001144204-17-011747
10-Q2016-11-02fiscal Q3 2016401160001144204-16-131114
10-Q2016-07-26fiscal Q2 2016391160001144204-16-114489
10-Q2016-04-28fiscal Q1 201639840001144204-16-097062
10-K2016-02-29fiscal FY 2015481580001144204-16-084980
10-Q2015-10-30fiscal Q3 2015391160001144204-15-061899
10-Q2015-07-30fiscal Q2 2015391160001144204-15-045175
10-Q2015-05-07fiscal Q1 201539840001144204-15-028373
10-K2015-02-27fiscal FY 2014471580001144204-15-012552
10-Q2014-10-30fiscal Q3 2014401200001144204-14-064023
10-Q2014-07-31fiscal Q2 2014391160001144204-14-046120
10-Q2014-04-30fiscal Q1 201439840001144204-14-026257
10-K2014-03-07fiscal FY 2013471570001144204-14-013980
10-Q2013-10-30fiscal Q3 2013391130001144204-13-057638
10-Q2013-07-31fiscal Q2 2013391130001144204-13-042228
10-Q2013-05-02fiscal Q1 201339820001144204-13-025985
10-K2013-03-07fiscal FY 2012491680001144204-13-013617
10-Q2012-11-01fiscal Q3 2012431260001144204-12-058924
10-Q2012-08-07fiscal Q2 2012431240001144204-12-043368
10-Q2012-05-03fiscal Q1 201240820001144204-12-025880
10-K2012-03-08fiscal FY 2011401060001144204-12-013778
10-Q2011-11-03fiscal Q3 2011411080001193125-11-295235
10-Q2011-08-04fiscal Q2 2011401060001193125-11-210354

Inspect the source

Entity
Tower International, Inc. / CIK 0001485469
Captured
SEC response SHA-256
dd8352501a42d64055fed9c8ba25abe0bb74ad76e60c06fbd71de0d2f44bb7b9

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