Skip to content

MTS SYSTEMS CORPORATION: filings

Every MTS SYSTEMS CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2021-02-09

The latest filing in this captured record is a 10-Q filed 2021-02-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. MTS SYSTEMS CORPORATION 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-Q2021-02-09fiscal Q1 2021531090000068709-21-000004
10-K2020-12-15fiscal FY 2020551440000068709-20-000047
10-Q2020-08-03fiscal Q3 2020531420000068709-20-000035
10-Q2020-05-04fiscal Q2 2020531420000068709-20-000023
10-Q2020-02-03fiscal Q1 2020521060000068709-20-000007
10-K2019-11-25fiscal FY 2019511440000068709-19-000051
10-Q2019-08-05fiscal Q3 2019491430000068709-19-000032
10-Q2019-05-06fiscal Q2 2019491430000068709-19-000023
10-Q2019-02-04fiscal Q1 2019491090000068709-19-000011
10-K2018-11-26fiscal FY 2018511380000068709-18-000038
10-Q2018-08-06fiscal Q3 2018461260000068709-18-000029
10-Q2018-05-07fiscal Q2 2018451240000068709-18-000019
10-Q2018-02-05fiscal Q1 201845920000068709-18-000005
10-K2017-11-27fiscal FY 2017491340000068709-17-000050
10-Q2017-08-07fiscal Q3 2017441220000068709-17-000043
10-Q2017-05-08fiscal Q2 2017431200000068709-17-000035
10-Q2017-04-10fiscal Q1 201743880000068709-17-000027
10-K2017-04-10fiscal FY 2016491340000068709-17-000026
10-Q2016-08-08fiscal Q3 2016451280000068709-16-000009
10-Q2016-05-10fiscal Q2 2016441260000897101-16-002319
10-Q2016-02-09fiscal Q1 201644920000897101-16-001859
10-K2015-12-02fiscal FY 2015461260000897101-15-001612
10-Q2015-08-03fiscal Q3 2015441260000897101-15-001021
10-Q2015-05-04fiscal Q2 2015441260000897101-15-000610
10-Q2015-02-02fiscal Q1 201544920000897101-15-000132
10-K2014-11-26fiscal FY 2014471290000897101-14-001738
10-Q2014-08-04fiscal Q3 2014471320000897101-14-001092
10-Q2014-05-05fiscal Q2 2014461300000897101-14-000579
10-Q2014-01-30fiscal Q1 201446960000897101-14-000122
10-K2013-11-27fiscal FY 2013491350000897101-13-001762
10-Q2013-08-05fiscal Q3 2013461280000897101-13-001146
10-Q2013-05-06fiscal Q2 2013451280000897101-13-000672
10-Q2013-01-31fiscal Q1 201345940000897101-13-000127
10-K2012-11-28fiscal FY 2012501380000897101-12-002045
10-Q2012-08-02fiscal Q3 2012451210000897101-12-001293
10-Q2012-05-04fiscal Q2 2012451240001140361-12-022906
10-Q2012-02-02fiscal Q1 201245920001140361-12-005079
10-K/A2011-12-30fiscal FY 2011501350001140361-11-059222
10-Q2011-08-05fiscal Q3 2011431180001140361-11-039877

Inspect the source

Entity
MTS SYSTEMS CORPORATION / CIK 0000068709
Captured
SEC response SHA-256
2a9654d7fe8c6cf187e62b944a7ba9c3996ae95964391dfe66062b0c88e7132e

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