Jiayuan Science and Technology Co.,Ltd. — Investor Relations & Filings
Jiayuan Science and Technology Co., Ltd. specializes in the research, development, and large-scale production of high-performance electrolytic copper foil. The company focuses on ultra-thin and extremely thin copper foils, ranging from 4.5μm to 12μm, which are critical components for high-energy-density lithium-ion batteries used in electric vehicles and energy storage systems. Additionally, the firm produces standard copper foils for printed circuit boards (PCBs) and specialized foils for high-frequency and high-speed electronic applications. By leveraging advanced electrolysis technology and precision surface treatment processes, the company provides materials characterized by high tensile strength, excellent conductivity, and superior adhesion. Its products serve global leaders in the battery manufacturing and electronics sectors, supporting the transition to sustainable energy and advanced telecommunications infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度内部控制自我评价报告 | 2026-04-23 | Chinese | |
| 《薪酬管理制度》(2026年4月) | 2026-04-23 | Chinese | |
| 北京德恒(深圳)律师事务所关于佳缘科技股份有限公司2022年限制性股票激励计划调整及作废部分已授予尚未归属的第二类限制性股票的法律意见 | 2026-04-23 | Chinese | |
| 第四届董事会第六次会议决议公告 | 2026-04-23 | Chinese | |
| 2025年度募集资金存放与使用情况鉴证报告 | 2026-04-23 | Chinese | |
| 2025年年度报告 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40026742 | 2025年度内部控制自我评价报告 | 2026-04-23 | Chinese | ||
| 40026741 | 《薪酬管理制度》(2026年4月) | 2026-04-23 | Chinese | ||
| 40026737 | 北京德恒(深圳)律师事务所关于佳缘科技股份有限公司2022年限制性股票激励计划调整及作废部分已授予尚未归属的第二类限制性股票的法律意见 | 2026-04-23 | Chinese | ||
| 40026735 | 第四届董事会第六次会议决议公告 | 2026-04-23 | Chinese | ||
| 40026718 | 2025年度募集资金存放与使用情况鉴证报告 | 2026-04-23 | Chinese | ||
| 40026692 | 2025年年度报告 | 2026-04-23 | Chinese | ||
| 40026687 | 中信证券股份有限公司关于佳缘科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-23 | Chinese | ||
| 40026675 | 关于拟续聘会计师事务所的公告 | 2026-04-23 | Chinese | ||
| 40026672 | 独立董事2025年度述职报告(肖军) | 2026-04-23 | Chinese | ||
| 40026669 | 中信证券股份有限公司关于佳缘科技股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-23 | Chinese | ||
| 40026666 | 关于董事、高级管理人员2026年度薪酬方案的公告 | 2026-04-23 | Chinese | ||
| 40026663 | 《董事会薪酬与考核委员会实施细则》(2026年4月) | 2026-04-23 | Chinese | ||
| 40026661 | 2026-020 关于2026年第一季度计提资产减值及信用减值准备的公告(盖章扫描) | 2026-04-23 | Chinese | ||
| 40026659 | 2026-013 关于2025年度计提资产减值、信用减值准备及核销资产的的公告 | 2026-04-23 | Chinese | ||
| 40026658 | 关于作废部分已授予尚未归属的第二类限制性股票的公告 | 2026-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of basic precious and other non-ferrous metals
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
6K ADDITIVE, INC.
Produces sustainable metal powders for 3D printing using mi…
|
6KA | US | Manufacturing |
|
Afarak Group
A vertically-integrated producer of chromium-based specialt…
|
AFAGR | FI | Manufacturing |
|
Alcoa Corp
A global producer of bauxite, alumina, and aluminum with in…
|
AA | US | Manufacturing |
|
Alcomet AD
Manufacturer of flat-rolled and extruded aluminum products,…
|
ALCM | BG | Manufacturing |
|
ALCONIX CORPORATION
An integrated non-ferrous metals company combining trading …
|
3036 | JP | Manufacturing |
|
Alnera Aluminium Co., Ltd.
Manufactures aluminum extrusion profiles and fabricated com…
|
301613 | CN | Manufacturing |
|
Alpro a.d. Vlasenica
Manufacturer of extruded aluminum profiles for architectura…
|
ALPRRA | BA | Manufacturing |
|
Alro S.A.
A large, vertically integrated aluminum producer in Europe …
|
ALR | RO | Manufacturing |
|
Al Taiseer Group Talco Industrial Co.
Specializes in aluminum extrusion, surface treatments, and …
|
4143 | SA | Manufacturing |
|
Alumetal S.A.
Producer of recycled aluminium alloys, primarily for the au…
|
AML | PL | Manufacturing |
Jiayuan Science and 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/56067/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56067 | 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=56067 | 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=56067 \ -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": 56067}, 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 Jiayuan Science and Technology Co.,Ltd. (id: 56067)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.