
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 |
|---|---|---|---|
|
SF Oilless Bearing Group Co., Ltd.
Specializes in self-lubricating and oilless bearing solutio…
|
300817 | CN | Manufacturing |
|
SHANDONG GOLDEN EMPIRE PRECISION MACHINERY TECHNOLOGY CO., LTD.
Produces high-precision bearing cages and components for gl…
|
603270 | CN | Manufacturing |
|
Shanghai Allied Industrial Group Co., Ltd.
Designs and manufactures precision mechanical components an…
|
301419 | CN | Manufacturing |
|
Shanghai Kaytune Industrial Co., Ltd.
Manufacturer of high-precision mechanical components and po…
|
301001 | CN | Manufacturing |
|
Shanthi Gears Ltd.
Designs and manufactures precision gears, gearboxes and pow…
|
SHANTIGEAR | IN | Manufacturing |
|
SHENKE SLIDE BEARING CORPORATION
Specializes in high-performance sliding bearings for large-…
|
002633 | CN | Manufacturing |
|
SHENZHEN ZHAOWEI MACHINERY & ELECTRONIC CO., LTD.
Manufacturer of precision micro-drive systems and integrate…
|
003021 | CN | Manufacturing |
|
Sichuan Dawn Precision Technology Co.,Ltd
Specializes in R&D and manufacturing of mechanical power tr…
|
300780 | CN | Manufacturing |
|
SINOMACH PRECISION INDUSTRY Group Co., Ltd.
Develops precision bearings, superhard materials, and advan…
|
002046 | CN | Manufacturing |
|
SKF
Develops and supplies products and services related to rota…
|
SKF | SE | 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.