
GKG Precision Machine Co.,Ltd. — Investor Relations & Filings
GKG Precision Machine Co., Ltd. designs and manufactures high-precision automated equipment for electronics assembly. The company’s core product line features advanced solder paste printing systems, including fully automatic stencil printers and high-speed precision dispensers. These systems are engineered for surface mount technology (SMT) production lines, incorporating high-speed vision alignment, sophisticated cleaning mechanisms, and modular designs to accommodate complex printed circuit board requirements. GKG provides automation solutions that support high-volume manufacturing and the miniaturization of electronic components. Its equipment is utilized across various sectors, including telecommunications, automotive electronics, and consumer hardware, focusing on reliability, accuracy, and integration with smart factory standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度股东会决议公告 | 2026-05-21 | Chinese | |
| 上海市锦天城(深圳)律师事务所关于东莞市凯格精机股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | |
| 关于控股股东一致行动人变更名称及其他工商信息暨完成工商变更登记的公告 | 2026-05-15 | Chinese | |
| 国信证券股份有限公司关于东莞市凯格精机股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-27 | Chinese | |
| 关于召开2025年度业绩说明会的公告 | 2026-04-27 | Chinese | |
| 国信证券股份有限公司关于东莞市凯格精机股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-27 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46733753 | 2025年年度股东会决议公告 | 2026-05-21 | Chinese | ||
| 46733755 | 上海市锦天城(深圳)律师事务所关于东莞市凯格精机股份有限公司2025年年度股东会的法律意见书 | 2026-05-21 | Chinese | ||
| 46351390 | 关于控股股东一致行动人变更名称及其他工商信息暨完成工商变更登记的公告 | 2026-05-15 | Chinese | ||
| 39404663 | 国信证券股份有限公司关于东莞市凯格精机股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-27 | Chinese | ||
| 39404650 | 关于召开2025年度业绩说明会的公告 | 2026-04-27 | Chinese | ||
| 39404644 | 国信证券股份有限公司关于东莞市凯格精机股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-27 | Chinese | ||
| 39404637 | 2025年内部控制自我评价报告 | 2026-04-27 | Chinese | ||
| 39404628 | 第三届董事会第四次会议决议公告 | 2026-04-27 | Chinese | ||
| 39404625 | 2025年度募集资金存放与使用情况的专项报告 | 2026-04-27 | Chinese | ||
| 39404624 | 关于董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-27 | Chinese | ||
| 39404622 | 2025年年度报告摘要 | 2026-04-27 | Chinese | ||
| 39404621 | 2025年度非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-27 | Chinese | ||
| 39404619 | 2025年度董事会工作报告 | 2026-04-27 | Chinese | ||
| 39404608 | 国信证券股份有限公司关于东莞市凯格精机股份有限公司2025年年度持续督导跟踪报告 | 2026-04-27 | Chinese | ||
| 39404594 | 独立董事述职-严义 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other special-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DOF ROBOTİK SANAYİ A.Ş.
Designs and manufactures robotic motion simulators and VR a…
|
DOFRB | TR | Manufacturing |
|
DOUGLAS DYNAMICS, INC
Manufacturer and upfitter of commercial work truck attachme…
|
PLOW | US | Manufacturing |
|
Dr. Hoenle AG
A global supplier of industrial UV technology, adhesives, a…
|
HNL | DE | Manufacturing |
|
Duroc
An investment company that acquires and develops industrial…
|
DURC | SE | Manufacturing |
|
Dürr AG
Mechanical and plant engineering firm for automation, paint…
|
DUE | DE | Manufacturing |
|
Dynamic Design Co., LTD.
Designs and manufactures tire molds and related manufacturi…
|
145210 | KR | Manufacturing |
|
EB TECH CO.,LTD.
Manufactures electron accelerators and provides electron be…
|
208850 | KR | Manufacturing |
|
ECA INTEGRATED SOLUTION BERHAD
Designer, developer, manufacturer of advanced automated man…
|
— | MY | Manufacturing |
|
EKSO BIONICS HOLDINGS, INC.
Developer of robotic exoskeleton technology for medical and…
|
EKSO | US | Manufacturing |
|
Enerflex Ltd.
Integrated global provider of energy infrastructure and tra…
|
EFX | CA | Manufacturing |
GKG Precision Machine 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/56252/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56252 | 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=56252 | 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=56252 \ -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": 56252}, 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 GKG Precision Machine Co.,Ltd. (id: 56252)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.