
TWIN DISC INC — Investor Relations & Filings
Twin Disc, Inc. designs, manufactures, and distributes power transmission equipment for marine and land-based applications. The company's product portfolio includes marine transmissions, propulsion systems, and controls, alongside heavy-duty, off-highway power-shift transmissions, clutches, and torque converters. A key area of innovation is in electric and hybrid systems, offering full electric, serial hybrid, and parallel hybrid configurations designed to meet emissions standards, save fuel, and increase efficiency. Notable products include the QuickShift transmission system, which provides smooth and fast clutch engagement. Through its acquisition of brands like Kobelt, the company also offers specialized steering, thruster, and braking control systems, serving a global customer base in demanding off-highway and marine markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - TWIN DISC INC (0000100378) (Filer) | 2026-05-06 | English | |
| 8-K - TWIN DISC INC (0000100378) (Filer) | 2026-05-06 | English | |
| 8-K - TWIN DISC INC (0000100378) (Filer) | 2026-05-06 | English | |
| 4 - TWIN DISC INC (0000100378) (Filer) | 2026-02-27 | English | |
| 4 - TWIN DISC INC (0000100378) (Filer) | 2026-02-26 | English | |
| 4 - TWIN DISC INC (0000100378) (Filer) | 2026-02-25 | English |
Browse filings by year
27 years- 2026 19 filings
- 2025 51 filings
- 2024 43 filings
- 2023 38 filings
- 2022 44 filings
- 2021 40 filings
- 2020 54 filings
- 2019 57 filings
- 2018 60 filings
- 2017 51 filings
- 2016 45 filings
- 2015 57 filings
- 2014 52 filings
- 2013 43 filings
- 2012 52 filings
- 2011 53 filings
- 2010 55 filings
- 2009 39 filings
- 2008 52 filings
- 2007 54 filings
- 2006 47 filings
- 2005 49 filings
- 2004 48 filings
- 2003 34 filings
- 2002 11 filings
- 2001 10 filings
- 2000 10 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41833819 | 10-Q - TWIN DISC INC (0000100378) (Filer) | 2026-05-06 | English | ||
| 41833736 | 8-K - TWIN DISC INC (0000100378) (Filer) | 2026-05-06 | English | ||
| 41833697 | 8-K - TWIN DISC INC (0000100378) (Filer) | 2026-05-06 | English | ||
| 32878814 | 4 - TWIN DISC INC (0000100378) (Filer) | 2026-02-27 | English | ||
| 32878815 | 4 - TWIN DISC INC (0000100378) (Filer) | 2026-02-26 | English | ||
| 32878816 | 4 - TWIN DISC INC (0000100378) (Filer) | 2026-02-25 | English | ||
| 32878817 | 4 - TWIN DISC INC (0000100378) (Filer) | 2026-02-25 | English | ||
| 32878818 | 4 - TWIN DISC INC (0000100378) (Filer) | 2026-02-18 | English | ||
| 32878819 | 4 - TWIN DISC INC (0000100378) (Filer) | 2026-02-17 | English | ||
| 20884679 | 4 Filing | 2026-02-13 | English | ||
| 20884931 | 4 Filing | 2026-02-12 | English | ||
| 20884849 | 4 Filing | 2026-02-11 | English | ||
| 20884805 | 4 Filing | 2026-02-11 | English | ||
| 20884800 | 4 Filing | 2026-02-11 | English | ||
| 17354938 | 8-K Filing | 2026-02-04 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bearings, gears, gearing and driving elements
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Rheinmetall AG
An international systems supplier for the defense and autom…
|
RHM | DE | Manufacturing |
|
Rolcon Engineering Co. Ltd.
Designs and manufactures industrial chains and sprockets fo…
|
505807 | IN | Manufacturing |
|
SAMICK THK CO.,LTD
Manufactures high-precision motion control components for i…
|
004380 | KR | Manufacturing |
|
SAMYOUNG M-TEK C0. LTD.
Manufacturer of industrial materials and high-precision com…
|
054540 | KR | Manufacturing |
|
SANKYO CO.,LTD.
A parts manufacturer and trading company specializing in ma…
|
6417 | JP | Manufacturing |
|
Sar Auto Products Limited
Manufactures precision gears and transmission components fo…
|
538992 | IN | Manufacturing |
|
SBB TECH Co., Ltd.
Manufacturer of precision robot reducers, special bearings,…
|
389500 | KR | Manufacturing |
|
Schaeffler AG
Develops and manufactures high-precision components for aut…
|
SHA | DE | Manufacturing |
|
Schaeffler India Limited
Produces precision automotive components and bearing soluti…
|
SCHAEFFLER | IN | Manufacturing |
|
SEOAM MACHINERY INDUSTRY CO., LTD
Specialized manufacturer of high-precision core components …
|
100660 | KR | Manufacturing |
TWIN DISC INC via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/33796/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33796 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=33796 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=33796 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 33796}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for TWIN DISC INC (id: 33796)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.