
Zhejiang Fengmao Technology Co., Ltd. — Investor Relations & Filings
Zhejiang Fengmao Technology Co., Ltd. specializes in the research, development, manufacturing, and distribution of high-performance rubber transmission systems and precision components. The company's core product portfolio includes automotive V-belts, multi-wedge belts, synchronous belts, and tensioners designed for both original equipment manufacturers (OEM) and the global aftermarket. Beyond automotive applications, its products serve industrial machinery and agricultural equipment sectors. Fengmao Technology focuses on material innovation and precision engineering to enhance product durability, heat resistance, and transmission efficiency. The company maintains a strong emphasis on quality control and technical R&D to meet rigorous performance standards in power transmission and fluid system sealing solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于浙江丰茂科技股份有限公司截至2025年12月31日止前次募集资金使用情况鉴证报告 | 2026-05-14 | Chinese | |
| 东方证券股份有限公司关于浙江丰茂科技股份有限公司使用超募资金永久补充流动资金的核查意见 | 2026-05-14 | Chinese | |
| 关于2025年年度股东会增加临时提案暨股东会补充通知的公告 | 2026-05-14 | Chinese | |
| 前次募集资金使用情况报告 | 2026-05-14 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | |
| 2025年度董事会工作报告 | 2026-04-27 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46344378 | 关于浙江丰茂科技股份有限公司截至2025年12月31日止前次募集资金使用情况鉴证报告 | 2026-05-14 | Chinese | ||
| 46344377 | 东方证券股份有限公司关于浙江丰茂科技股份有限公司使用超募资金永久补充流动资金的核查意见 | 2026-05-14 | Chinese | ||
| 46344376 | 关于2025年年度股东会增加临时提案暨股东会补充通知的公告 | 2026-05-14 | Chinese | ||
| 46343740 | 前次募集资金使用情况报告 | 2026-05-14 | Chinese | ||
| 39485851 | 关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | ||
| 39485849 | 2025年度董事会工作报告 | 2026-04-27 | Chinese | ||
| 39485840 | 董事会薪酬与考核委员会关于作废2024年限制性股票激励计划部分已授予但尚未归属的限制性股票的核查意见 | 2026-04-27 | Chinese | ||
| 39485830 | 东方证券股份有限公司关于浙江丰茂科技股份有限公司2025年度持续督导培训情况报告 | 2026-04-27 | Chinese | ||
| 39485823 | 2025年度募集资金存放与使用情况专项报告的鉴证报告 | 2026-04-27 | Chinese | ||
| 39485812 | 关于会计政策变更的公告 | 2026-04-27 | Chinese | ||
| 39485804 | 关于2026年度向银行等金融机构申请授信额度的公告 | 2026-04-27 | Chinese | ||
| 39485794 | 关于2025年度利润分配预案的公告 | 2026-04-27 | Chinese | ||
| 39485785 | 关于2025年度会计师事务所的履职评估及审计委员会履行监督职责情况报告 | 2026-04-27 | Chinese | ||
| 39485775 | 2025年度非经营性资金占用及其他关联资金往来情况的专项报告 | 2026-04-27 | Chinese | ||
| 39485768 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other rubber products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
A-1 LIMITED
Produces reclaimed rubber from waste tires for industrial a…
|
542012 | IN | Manufacturing |
|
Advance Multitech Ltd.
Manufacturer of industrial rubber sheets and polymer produc…
|
526331 | IN | Manufacturing |
|
AIRBOSS OF AMERICA CORP.
Develops and manufactures advanced custom rubber compounds …
|
BOS | CA | Manufacturing |
|
AMEENJI RUBBER LIMITED
Produces rubber-to-metal bonded components and bearings for…
|
544555 | IN | Manufacturing |
|
ANHUI ZHONGDING SEALING PARTS CO.,LTD
Manufactures high-performance rubber and plastic components…
|
000887 | CN | Manufacturing |
|
Armacell
Global manufacturer of engineered foams and flexible foam f…
|
— | LU | Manufacturing |
|
ASAHI RUBBER INC.
Manufactures molded rubber parts for the automotive, medica…
|
5162 | JP | Manufacturing |
|
Bando Chemical Industries, Ltd.
Manufacturer of power transmission belts, conveyor belts, a…
|
5195 | JP | Manufacturing |
|
CAREPLUS GROUP BERHAD
Manufactures, processes, and trades medical gloves, serving…
|
— | MY | Manufacturing |
|
CHANGZHOU LANGBO SEALING TECHNOLOGIES CO.,LTD.
Specializes in precision rubber sealing solutions for autom…
|
603655 | CN | Manufacturing |
Zhejiang Fengmao Technology Co., Ltd. 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/56310/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56310 | 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=56310 | 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=56310 \ -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": 56310}, 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 Zhejiang Fengmao Technology Co., Ltd. (id: 56310)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.