
XUELONG GROUP CO., LTD — Investor Relations & Filings
XUELONG GROUP CO., LTD. specializes in the research, development, and manufacturing of automotive cooling system components. The company primarily focuses on engine cooling fans, silicone oil fan clutches, and electromagnetic fan clutches designed for commercial vehicles, heavy-duty trucks, and construction machinery. Utilizing advanced plastic injection molding and precision engineering, the group provides integrated thermal management solutions to global automotive OEMs. Its product portfolio extends to various plastic functional parts and assemblies, emphasizing lightweight design and energy efficiency. The company maintains a strong emphasis on technological innovation and quality control, positioning itself as a key supplier in the global commercial vehicle supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 雪龙集团股份有限公司关于2025年年度暨2026年第一季度业绩说明会召开情况的公告 | 2026-05-21 | Chinese | |
| 雪龙集团股份有限公司2025年年度权益分派实施公告 | 2026-05-14 | Chinese | |
| 雪龙集团股份有限公司关于使用部分暂时闲置募集资金进行现金管理到期赎回的公告 | 2026-05-08 | Chinese | |
| 国浩律师(上海)事务所关于雪龙集团股份有限公司2025年度股东会的法律意见书 | 2026-05-07 | Chinese | |
| 雪龙集团股份有限公司2025年年度股东会决议公告 | 2026-05-07 | Chinese | |
| 雪龙集团股份有限公司对会计师事务所2025年度履职情况的评估报告 | 2026-04-10 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46757960 | 雪龙集团股份有限公司关于2025年年度暨2026年第一季度业绩说明会召开情况的公告 | 2026-05-21 | Chinese | ||
| 46344272 | 雪龙集团股份有限公司2025年年度权益分派实施公告 | 2026-05-14 | Chinese | ||
| 44488763 | 雪龙集团股份有限公司关于使用部分暂时闲置募集资金进行现金管理到期赎回的公告 | 2026-05-08 | Chinese | ||
| 44269670 | 国浩律师(上海)事务所关于雪龙集团股份有限公司2025年度股东会的法律意见书 | 2026-05-07 | Chinese | ||
| 44266847 | 雪龙集团股份有限公司2025年年度股东会决议公告 | 2026-05-07 | Chinese | ||
| 38799959 | 雪龙集团股份有限公司对会计师事务所2025年度履职情况的评估报告 | 2026-04-10 | Chinese | ||
| 38799958 | 雪龙集团股份有限公司2025年度独立董事述职报告(罗京花) | 2026-04-10 | Chinese | ||
| 38799949 | 雪龙集团股份有限公司关于召开2025年年度股东会的通知 | 2026-04-10 | Chinese | ||
| 38799942 | 雪龙集团股份有限公司2025年年度报告 | 2026-04-10 | Chinese | ||
| 38799939 | 雪龙集团股份有限公司董事会对独立董事独立性自查情况的专项报告 | 2026-04-10 | Chinese | ||
| 38799929 | 雪龙集团股份有限公司关于董事、高级管理人员2026年度薪酬、津贴方案的公告 | 2026-04-10 | Chinese | ||
| 38799926 | 雪龙集团股份有限公司第五届董事会第四次会议决议公告 | 2026-04-10 | Chinese | ||
| 38799918 | 雪龙集团股份有限公司2025年年度利润分配方案公告 | 2026-04-10 | Chinese | ||
| 38799906 | 雪龙集团股份有限公司2025年度内部控制审计报告 | 2026-04-10 | Chinese | ||
| 38799885 | 雪龙集团股份有限公司2025年度独立董事述职报告(俞小莉) | 2026-04-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AISIN CORPORATION
Global supplier of automotive components and energy, lifest…
|
7259 | JP | Manufacturing |
|
A-JIN INDUSTRY CO.,LTD
OEM manufacturer of automotive body parts and electronic eq…
|
013310 | KR | Manufacturing |
|
Akar Auto Industries Limited
Manufacturer of precision automotive components, leaf sprin…
|
530621 | IN | Manufacturing |
|
AKEBONO BRAKE INDUSTRY CO.,LTD.
Manufacturer of braking systems for automotive, rail, and i…
|
7238 | JP | Manufacturing |
|
AKWEL
Global supplier of automotive systems for fluid management,…
|
AKW | FR | Manufacturing |
|
ALGO Group Inc.
OE manufacturer providing turnkey solutions for critical au…
|
AO | CA | Manufacturing |
|
Allison Transmission Holdings Inc
Designer and manufacturer of propulsion solutions for comme…
|
ALSN | US | Manufacturing |
|
ALMAC CO., Ltd
Manufactures aluminum components for the automotive industr…
|
354320 | KR | Manufacturing |
|
Altur S.A.
Manufacturer of cast and processed aluminum components for …
|
ALT | RO | Manufacturing |
|
AMERICAN AXLE & MANUFACTURING HOLDINGS INC
A global Tier 1 automotive supplier of driveline and metal …
|
AXL | US | Manufacturing |
XUELONG 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/57916/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57916 | 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=57916 | 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=57916 \ -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": 57916}, 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 XUELONG GROUP CO., LTD (id: 57916)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.