
林泰新材 — Investor Relations & Filings
Lintai New Material specializes in the research, development, and manufacturing of high-performance wet friction materials and components. The company's core product portfolio includes paper-based friction plates, carbon-based friction plates, and specialized steel plates designed for automotive transmissions, industrial machinery, and agricultural equipment. Its solutions are widely integrated into dual-clutch transmissions (DCT), automatic transmissions (AT), and wet braking systems. By focusing on advanced material science and precision engineering, the company provides critical components that ensure efficient power transfer and thermal stability in demanding mechanical environments. Lintai New Material serves as a key supplier to original equipment manufacturers (OEMs) in the automotive and heavy machinery sectors, offering alternatives to imported high-end friction solutions through continuous innovation in composite materials and manufacturing processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于使用部分闲置募集资金进行现金管理的进展公告 | 2025-02-06 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的进展公告 | 2025-02-04 | Chinese | |
| 2024年年度业绩预告公告 | 2025-01-22 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的公告 | 2025-01-21 | Chinese | |
| 第二届监事会第九次会议决议公告 | 2025-01-21 | Chinese | |
| 第二届董事会第十次会议决议公告 | 2025-01-21 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 40134681 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2025-02-06 | Chinese | ||
| 40134672 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2025-02-04 | Chinese | ||
| 40134663 | 2024年年度业绩预告公告 | 2025-01-22 | Chinese | ||
| 40134655 | 关于使用部分闲置募集资金进行现金管理的公告 | 2025-01-21 | Chinese | ||
| 40134648 | 第二届监事会第九次会议决议公告 | 2025-01-21 | Chinese | ||
| 40134638 | 第二届董事会第十次会议决议公告 | 2025-01-21 | Chinese | ||
| 40134628 | 关于签署募集资金专户三方监管协议的公告 | 2025-01-21 | Chinese | ||
| 40134622 | 东吴证券股份有限公司关于江苏林泰新材科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2025-01-21 | Chinese | ||
| 40134615 | 东吴证券股份有限公司关于江苏林泰新材科技股份有限公司调整募集资金投资项目拟投入募集资金金额的核查意见 | 2025-01-21 | Chinese | ||
| 40134608 | 关于调整募集资金投资项目拟投入募集资金金额的公告 | 2025-01-21 | Chinese | ||
| 40134598 | 关于使用闲置自有资金进行现金管理的公告 | 2025-01-21 | Chinese | ||
| 40134591 | 江苏林泰新材科技股份有限公司超额配售选择权实施结果公告 | 2025-01-19 | Chinese | ||
| 40134583 | 江苏林泰新材科技股份有限公司超额配售选择权实施公告 | 2025-01-16 | Chinese | ||
| 40134576 | 国浩律师(上海)事务所关于江苏林泰新材科技股份有限公司向不特定合格投资者公开发行股票并在北京证券交易所上市超额配售选择权实施情况之法律意见书 | 2025-01-16 | Chinese | ||
| 40134535 | 东吴证券股份有限公司关于江苏林泰新材科技股份有限公司向不特定合格投资者公开发行股票并在北京证券交易所上市超额配售选择权实施情况的核查意见 | 2025-01-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AC S.A.
Manufacturer of autogas systems (LPG/CNG) for petrol and di…
|
ACG | PL | Manufacturing |
|
ActBlue Co., Ltd.
Develops engine exhaust after-treatment systems to meet glo…
|
300816 | CN | Manufacturing |
|
ADD Industry (Zhejiang) Co., Ltd
Manufacturer of automotive suspension components, including…
|
603089 | CN | Manufacturing |
|
Adient plc
Global designer and manufacturer of automotive seating syst…
|
ADNT | IE | Manufacturing |
|
AD Plastik d.d.
Develops and produces plastic components for the automotive…
|
ADPL | HR | Manufacturing |
|
ADRAD HOLDINGS LIMITED
Designs and manufactures heat exchange solutions and automo…
|
AHL | AU | Manufacturing |
|
Adval Tech Holding AG
Manufactures high-volume metal and plastic components for t…
|
ADVN | CH | Manufacturing |
|
ADVANCED BRAKING TECHNOLOGY LTD
Provides sealed, fail-safe braking solutions for heavy mach…
|
ABV | AU | Manufacturing |
|
Agriauto Industries Limited
Manufactures and sells automotive, motorcycle, and agricult…
|
AGIL | PK | Manufacturing |
|
AISAN INDUSTRY CO., LTD
Manufacturer of automotive components, fuel systems, and en…
|
7283 | JP | Manufacturing |
林泰新材 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/58725/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58725 | 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=58725 | 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=58725 \ -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": 58725}, 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 林泰新材 (id: 58725)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.