
WEIFU HIGH-TECHNOLOGY GROUP CO.,LTD. — Investor Relations & Filings
WEIFU HIGH-TECHNOLOGY GROUP CO.,LTD. specializes in the research, development, and manufacturing of core automotive components. The company's primary product portfolio includes fuel injection systems, exhaust aftertreatment systems, and air management systems. Key offerings encompass diesel fuel injection pumps, injectors, turbochargers, and various catalytic converters designed to meet stringent emission standards. Weifu High-Technology also focuses on emerging energy solutions, including components for hydrogen fuel cells and electric vehicle thermal management. Through strategic collaborations and a commitment to technological innovation, the company provides critical systems for commercial vehicles, passenger cars, and industrial machinery, emphasizing efficiency and environmental sustainability in the global automotive supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 内部控制自我评价报告 | 2024-04-15 | Chinese | |
| 关于回购注销部分限制性股票通知债权人的公告 | 2024-04-15 | Chinese | |
| 2023年半年度报告(更正后) | 2024-04-15 | Chinese | |
| 监事会对公司2023年度内部控制评价报告的意见 | 2024-04-15 | Chinese | |
| 年度关联方资金占用专项审计报告 | 2024-04-15 | Chinese | |
| 关于独立董事津贴的公告 | 2024-04-15 | Chinese |
Browse filings by year
29 years- 2026 31 filings
- 2025 168 filings
- 2024 116 filings
- 2023 89 filings
- 2022 101 filings
- 2021 82 filings
- 2020 102 filings
- 2019 53 filings
- 2018 55 filings
- 2017 47 filings
- 2016 48 filings
- 2015 74 filings
- 2014 58 filings
- 2013 59 filings
- 2012 101 filings
- 2011 53 filings
- 2010 87 filings
- 2009 32 filings
- 2008 37 filings
- 2007 42 filings
- 2006 50 filings
- 2005 25 filings
- 2004 31 filings
- 2003 20 filings
- 2002 20 filings
- 2001 3 filings
- 1999 2 filings
- 1998 2 filings
- 1995 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 42497726 | 内部控制自我评价报告 | 2024-04-15 | Chinese | ||
| 42497678 | 关于回购注销部分限制性股票通知债权人的公告 | 2024-04-15 | Chinese | ||
| 42497642 | 2023年半年度报告(更正后) | 2024-04-15 | Chinese | ||
| 42497344 | 监事会对公司2023年度内部控制评价报告的意见 | 2024-04-15 | Chinese | ||
| 42497298 | 年度关联方资金占用专项审计报告 | 2024-04-15 | Chinese | ||
| 42497239 | 关于独立董事津贴的公告 | 2024-04-15 | Chinese | ||
| 42497219 | 内部控制审计报告 | 2024-04-15 | Chinese | ||
| 42497189 | 关于修订《关联交易管理制度》的公告 | 2024-04-15 | Chinese | ||
| 42497150 | 关于2024年度开展票据池业务的公告 | 2024-04-15 | Chinese | ||
| 42497062 | 2022年半年度报告(更正后) | 2024-04-15 | Chinese | ||
| 42496794 | 公司对会计师事务所履职情况评估报告 | 2024-04-15 | Chinese | ||
| 42496782 | 董事会审计委员会对会计师事务所履行监督职责情况报告 | 2024-04-15 | Chinese | ||
| 42496730 | 董事会审计委员会工作细则(2024年4月) | 2024-04-15 | Chinese | ||
| 42496671 | 2023年年度报告 | 2024-04-15 | Chinese | ||
| 42495818 | 2023年度独立董事述职报告(冯凯燕) | 2024-04-15 | 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 |
WEIFU HIGH-TECHNOLOGY GROUP 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/53690/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53690 | 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=53690 | 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=53690 \ -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": 53690}, 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 WEIFU HIGH-TECHNOLOGY GROUP CO.,LTD. (id: 53690)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.