Paragon Technologies Co., Ltd. — Investor Relations & Filings
Paragon Technologies Co., Ltd. specializes in vacuum sputtering thin-film technology and advanced surface treatment solutions. The company pioneered the application of vacuum sputtering for Electromagnetic Interference (EMI) and Electrostatic Discharge (ESD) shielding in 3C electronic products, including mobile devices, personal digital assistants, and navigation systems. Its core business encompasses the research, development, manufacturing, and sale of vacuum equipment alongside Physical Vapor Deposition (PVD) appearance coating services. Expanding its technical expertise, the company provides specialized surface treatments for the automotive sector, particularly for high-end automotive wheels. Paragon Technologies focuses on delivering high-performance thin-film applications that integrate functional protection with aesthetic enhancement for electronic components and automotive parts.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公告115年第一季合併財務報告董事會召開日期 | 2026-04-30 | Chinese | |
| 代重要子公司MACRO SIGHT INTERNATIONAL CO., LTD. 公告董事會決議發放股利 | 2026-04-29 | Chinese | |
| 係因本公司有價證券於集中交易市場達公布注意交易資訊 標準,故公布相關財務業務等重大訊息,以利投資人區別瞭解 | 2026-04-20 | Chinese | |
| 公告本公司董事會決議召開一一五年股東常會相關事宜(新增議案) | 2026-04-14 | Chinese | |
| 本公司董事會決議通過以私募方式辦理現金增資發行普通股案 | 2026-04-14 | Chinese | |
| 本公司董事會決議通過不繼續辦理114年股東常會通過之 以私募方式辦理現金增資發行普通股案 | 2026-04-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39935525 | 公告115年第一季合併財務報告董事會召開日期 | 2026-04-30 | Chinese | ||
| 38496618 | 代重要子公司MACRO SIGHT INTERNATIONAL CO., LTD. 公告董事會決議發放股利 | 2026-04-29 | Chinese | ||
| 34689122 | 係因本公司有價證券於集中交易市場達公布注意交易資訊 標準,故公布相關財務業務等重大訊息,以利投資人區別瞭解 | 2026-04-20 | Chinese | ||
| 34471128 | 公告本公司董事會決議召開一一五年股東常會相關事宜(新增議案) | 2026-04-14 | Chinese | ||
| 34471436 | 本公司董事會決議通過以私募方式辦理現金增資發行普通股案 | 2026-04-14 | Chinese | ||
| 34475142 | 本公司董事會決議通過不繼續辦理114年股東常會通過之 以私募方式辦理現金增資發行普通股案 | 2026-04-14 | Chinese | ||
| 34475178 | 董事會決議不分派股利 | 2026-04-14 | Chinese | ||
| 34479175 | 114年度股利金額(董事會決議) | 2026-04-14 | Chinese | ||
| 34401324 | 115年04月僑外投資持股 | 2026-04-13 | Chinese | ||
| 33996281 | 代重要子公司精華國際投資有限公司、Macro Sight Technology Limited公告董事會決議發放股利 | 2026-04-10 | Chinese | ||
| 33792330 | 115年3月背書保證與資金貸與 | 2026-04-08 | Chinese | ||
| 33792328 | 115年3月營業收入 | 2026-04-08 | Chinese | ||
| 33695506 | 115年03月內部人持股異動(事後) | 2026-04-07 | Chinese | ||
| 33695503 | 115年03月董事會成員及持股 | 2026-04-07 | Chinese | ||
| 33163608 | 代子公司精華國際投資有限公司公告已完成出售其子公司柏霆(蘇州)光電 科技股份有限公司交易 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Treatment and coating of metals; machining
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Hallmark Technologies Inc.
Engineered and produced customized steel molds for precisio…
|
— | CA | Manufacturing |
|
HARDIDE PLC
Provider of advanced surface coating technology for critica…
|
HDD | GB | Manufacturing |
|
HODEN SEIMITSU KAKO KENKYUSHO CO.,LTD.
Manufacturer of high-precision dies and machinery parts usi…
|
6469 | JP | Manufacturing |
|
Impro Precision Industries Limited
Global manufacturer specializing in high-precision, high-co…
|
1286 | KY | Manufacturing |
|
Inhwa Precision Co., Ltd.
Manufacturer of large vessel engine components, metal machi…
|
101930 | KR | Manufacturing |
|
Izostal S.A.
Manufacturer of steel pipes with anti-corrosive coatings fo…
|
IZS | PL | Manufacturing |
|
Jiangsu Liba Enterprise Joint-Stock Co.,Ltd
Manufactures VCM and PCM composite metal materials for hous…
|
603519 | CN | Manufacturing |
|
JIANGXI HENGDA HI-TECH CO.,LTD.
Develops wear-resistant materials and surface engineering f…
|
002591 | CN | Manufacturing |
|
KFM Kingdom Holdings Limited
Advanced precision metal engineering solution provider for …
|
3816 | HK | Manufacturing |
|
Korea Plasma Technology U Co.,Ltd
Provides metal surface treatments, aluminum extrusion, and …
|
054410 | KR | Manufacturing |
Paragon Technologies 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/52335/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52335 | 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=52335 | 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=52335 \ -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": 52335}, 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 Paragon Technologies Co., Ltd. (id: 52335)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.