Gem-Year Industrial Co.,Ltd. — Investor Relations & Filings
About Gem-Year Industrial Co.,Ltd.
Gem-Year Industrial Co., Ltd. specializes in the research, development, manufacturing, and distribution of high-strength fasteners and hardware components. The product portfolio includes a comprehensive range of bolts, nuts, screws, and washers designed for critical applications in automotive engineering, high-speed railway infrastructure, bridge construction, and mechanical equipment. The company operates integrated production facilities encompassing wire drawing, cold heading, heat treatment, and surface coating processes. By leveraging automated logistics and large-scale manufacturing capabilities, the firm provides standardized and customized fastening solutions to global industrial markets. Its technical focus emphasizes structural integrity, corrosion resistance, and precision engineering to meet international quality standards across diverse sectors, including energy and electronics.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 晋亿实业股份有限公司第八届董事会2026年第一次会议决议公告 | 2026-03-19 | Chinese | |
| 晋亿实业股份有限公司董事会关于独立董事独立性自查情况的专项报告 | 2026-03-19 | Chinese | |
| 晋亿实业股份有限公司2025年度独立董事述职报告(张惠忠) | 2026-03-19 | Chinese | |
| 晋亿实业股份有限公司2025年年度报告 | 2026-03-19 | Chinese | |
| 晋亿实业股份有限公司2025年度利润分配预案公告 | 2026-03-19 | Chinese | |
| 晋亿实业股份有限公司2025年年度业绩预告 | 2026-01-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 36127868 | 晋亿实业股份有限公司第八届董事会2026年第一次会议决议公告 | 2026-03-19 | Chinese | ||
| 34845000 | 晋亿实业股份有限公司董事会关于独立董事独立性自查情况的专项报告 | 2026-03-19 | Chinese | ||
| 34844992 | 晋亿实业股份有限公司2025年度独立董事述职报告(张惠忠) | 2026-03-19 | Chinese | ||
| 34844985 | 晋亿实业股份有限公司2025年年度报告 | 2026-03-19 | Chinese | ||
| 34844983 | 晋亿实业股份有限公司2025年度利润分配预案公告 | 2026-03-19 | Chinese | ||
| 34844976 | 晋亿实业股份有限公司2025年年度业绩预告 | 2026-01-27 | Chinese | ||
|
2025
9 filings
| |||||
| 34844968 | 北京观韬(上海)律师事务所关于晋亿实业股份有限公司2025年第一次临时股东大会之法律意见书 | 2025-12-19 | Chinese | ||
| 34844943 | 晋亿实业股份有限公司2025年第一次临时股东大会决议公告 | 2025-12-19 | Chinese | ||
| 34844928 | 晋亿实业股份有限公司关于董事辞职暨选举职工代表董事的公告 | 2025-12-19 | Chinese | ||
| 34844920 | 晋亿实业股份有限公司第八届董事会2025年第六次会议决议公告 | 2025-12-19 | Chinese | ||
| 34844906 | 晋亿实业股份有限公司2025年第一次临时股东大会资料 | 2025-12-10 | Chinese | ||
| 34844897 | 晋亿实业股份有限公司第八届董事会2025年第五次会议决议公告 | 2025-12-03 | Chinese | ||
| 34844888 | 晋亿实业股份有限公司关于取消监事会并修订《公司章程》及修订、制定公司部分治理制度的公告 | 2025-12-03 | Chinese | ||
| 34844872 | 董事、高级管理人员持有公司股份及其变动管理制度 | 2025-12-03 | Chinese | ||
| 34844864 | 总经理工作细则 | 2025-12-03 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other fabricated metal products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AEROFLEX ENTERPRISES LIMITED
Manufactures stainless steel flexible hoses and assemblies …
|
AEROENTER | IN | Manufacturing |
|
Aeroflex Industries Limited
Manufactures metallic flexible hoses and assemblies for hig…
|
AEROFLEX | IN | Manufacturing |
|
Aeroflex Neu Limited
Engineers and manufactures flexible flow solutions for extr…
|
AERONEU | IN | Manufacturing |
|
AHRESTY CORPORATION
Manufacturer of aluminum die-cast products and alloy ingots…
|
5852 | JP | Manufacturing |
|
AIA Engineering Ltd.
Manufactures high-chromium wear-resistant parts for mining,…
|
AIAENG | IN | Manufacturing |
|
AISHIDA CO.,LTD.
Manufacturer of cookware, small appliances, and industrial …
|
002403 | CN | Manufacturing |
|
Alumexx N.V.
Manufactures and supplies aluminum equipment for working at…
|
ALX | NL | Manufacturing |
|
AMERICAN REBEL HOLDINGS INC
Designs and manufactures personal security products and saf…
|
AREB | US | Manufacturing |
|
Anchor Lamina Inc.
International supplier of premium die sets, components, and…
|
— | CA | Manufacturing |
|
Apsis Aerocom Limited
Manufactures and distributes high-precision fasteners and e…
|
APSISAERO | IN | Manufacturing |
Gem-Year Industrial 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/57151/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57151 | 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=57151 | 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=57151 \ -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": 57151}, 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 Gem-Year Industrial Co.,Ltd. (id: 57151)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.