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 |
|---|---|---|---|
|
Kranti Industries Limited
Manufactures precision machined components for agricultural…
|
542459 | IN | Manufacturing |
|
LASERBOND LIMITED
Surface engineering and additive manufacturing to extend in…
|
LBL | AU | Manufacturing |
|
Mayville Engineering Company, Inc.
A value-added manufacturing partner for OEMs, offering full…
|
MEC | US | Manufacturing |
|
Metasurface Technologies Holdings Limited
Build-to-print precision engineering manufacturing high-spe…
|
8637 | HK | Manufacturing |
|
MetMax Europe Nyilvánosan Működő Részvénytársaság
High-precision metal component manufacturing and assembly f…
|
METMAX | HU | Manufacturing |
|
Misquita Engineering Limited
Manufactures precision CNC machined components for automoti…
|
542801 | IN | Manufacturing |
|
NAKAMURA CHOUKOU CO., LTD.
Manufactures precision components and equipment for process…
|
6166 | JP | Manufacturing |
|
Nanjing Develop Advanced Manufacturing Co., Ltd.
Produces high-precision mechanical components and CNC parts…
|
688377 | CN | Manufacturing |
|
Neturen Co., Ltd.
Specializes in induction heating, providing equipment, serv…
|
5976 | JP | Manufacturing |
|
NN INC
A diversified industrial manufacturer of high-precision com…
|
NNBR | US | 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.