
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 |
|---|---|---|---|
|
China High Speed Transmission Equipment Group Co., Ltd.
Leading manufacturer of high-speed gearboxes, transmission …
|
658 | KY | Manufacturing |
|
Comer Industries
Designs and produces power transmission systems for agricul…
|
COM | IT | Manufacturing |
|
cpc
Develops high-precision linear motion systems and smart aut…
|
1597 | TW | Manufacturing |
|
CS BEARING Co., Ltd.
Specialized manufacturer of bearings for the wind power gen…
|
297090 | KR | Manufacturing |
|
DaedongGear
Manufactures gears, transmissions, and axles for agricultur…
|
008830 | KR | Manufacturing |
|
DAIDO KOGYO CO.,LTD.
Manufacturer of power transmission and motion control compo…
|
6373 | JP | Manufacturing |
|
DAIDO METAL CO., LTD.
Global manufacturer of plain bearings for automotive, marin…
|
7245 | JP | Manufacturing |
|
DELIJIA TRANSMISSION TECHNOLOGY (JIANGSU) CO.,LTD.
Manufacturer of high-precision planetary, wind power, and i…
|
603092 | CN | Manufacturing |
|
Ditton pievadkezu rupnica
Manufacturer of driving chains and custom metal components …
|
DPK1R | LV | Manufacturing |
|
Elecon Engineering Co.Ltd.
Designs and manufactures power transmission equipment and m…
|
ELECON | IN | 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.