
Wuhu Foresight Technology Co.,Ltd. — Investor Relations & Filings
Wuhu Foresight Technology Co., Ltd. specializes in the research, development, production, and sale of automotive interior functional parts and decorative components. The company's core product portfolio includes automotive air conditioning vents, cup holders, storage boxes, ashtrays, and various interior trim pieces. It provides integrated solutions encompassing product design, mold development, injection molding, and final assembly. Serving a global clientele of major automotive manufacturers and Tier 1 suppliers, the company focuses on high-precision manufacturing and the integration of aesthetic design with functional performance. Its technical capabilities extend to advanced surface treatment processes and automated production lines to ensure consistent quality across high-volume automotive platforms.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 上海市锦天城律师事务所关于芜湖福赛科技股份有限公司2024 年度第一次临时股东大会的法律意见书 | 2024-09-13 | Chinese | |
| 关于回购股份事项前十名股东和前十名无限售条件股东持股情况的公告 | 2024-09-10 | Chinese | |
| 中信建投证券股份有限公司关于芜湖福赛科技股份有限公司部分首次公开发行前已发行股份及首次公开发行战略配售股份上市流通的核查意见 | 2024-09-06 | Chinese | |
| 关于部分首次公开发行前已发行股份及首次公开发行战略配售股份上市流通的提示性公告 | 2024-09-06 | Chinese | |
| 关于回购股份事项前十名股东和前十名无限售条件股东持股情况的公告 | 2024-08-30 | Chinese | |
| 监事会决议公告 | 2024-08-28 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39464269 | 上海市锦天城律师事务所关于芜湖福赛科技股份有限公司2024 年度第一次临时股东大会的法律意见书 | 2024-09-13 | Chinese | ||
| 39464247 | 关于回购股份事项前十名股东和前十名无限售条件股东持股情况的公告 | 2024-09-10 | Chinese | ||
| 39464241 | 中信建投证券股份有限公司关于芜湖福赛科技股份有限公司部分首次公开发行前已发行股份及首次公开发行战略配售股份上市流通的核查意见 | 2024-09-06 | Chinese | ||
| 39464225 | 关于部分首次公开发行前已发行股份及首次公开发行战略配售股份上市流通的提示性公告 | 2024-09-06 | Chinese | ||
| 39464211 | 关于回购股份事项前十名股东和前十名无限售条件股东持股情况的公告 | 2024-08-30 | Chinese | ||
| 39464194 | 监事会决议公告 | 2024-08-28 | Chinese | ||
| 39464180 | 关联交易制度 | 2024-08-28 | Chinese | ||
| 39464166 | 独立董事工作制度 | 2024-08-28 | Chinese | ||
| 39464148 | 中信建投证券股份有限公司关于芜湖福赛科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2024-08-28 | Chinese | ||
| 39464132 | 中信建投证券股份有限公司关于芜湖福赛科技股份有限公司2024年半年度持续督导跟踪报告 | 2024-08-28 | Chinese | ||
| 39464120 | 董事会决议公告 | 2024-08-28 | Chinese | ||
| 39464105 | 关于回购公司股份方案的公告 | 2024-08-28 | Chinese | ||
| 39464096 | 关于使用部分闲置募集资金进行现金管理的公告 | 2024-08-28 | Chinese | ||
| 39464079 | 公司章程 | 2024-08-28 | Chinese | ||
| 39464052 | 董事会薪酬与考核委员会工作细则 | 2024-08-28 | 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 |
Wuhu Foresight 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/56343/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56343 | 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=56343 | 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=56343 \ -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": 56343}, 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 Wuhu Foresight Technology Co.,Ltd. (id: 56343)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.