Perfect Optronics Limited — Investor Relations & Filings
Perfect Optronics Limited is an investment holding company principally engaged in the trading, development, and sale of display and optics products, as well as related electronic components. The Group specializes in the trading of essential display components for the electronics industry, including TFT-LCD panels, driver integrated circuits (ICs), and polarisers. Established in 2000, the company focuses on providing solutions within the display and optical technology sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| MONTHLY RETURN OF EQUITY ISSUER ON MOVEMENTS IN SECURITIES FOR THE MONTH ENDED 30 APRIL 2026 | 2026-05-05 | English | |
| Notification Letter to Non-Registered Shareholders | 2026-04-29 | English | |
| Notification Letter to Registered Shareholders | 2026-04-29 | English | |
| NOTICE OF ANNUAL GENERAL MEETING | 2026-04-29 | English | |
| Proxy Form for the Annual General Meeting on 17 June 2026 | 2026-04-29 | English | |
| PROPOSALS FOR GENERAL MANDATES TO ISSUE SHARES, SELL OR TRANSFER TREASURY SHARES AND TO REPURCHASE SHARES, RE-ELECTION OF THE RETIRING DIRECTORS, RE-APPOINTMENT OF AUDITOR AND ADOPTION OF THE THIRD AM | 2026-04-29 | English |
Market data
Market data not available
Price history
Peer group · Wholesale of electronic and telecommunications equipment and parts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
WPG Holdings Limited
Leading global semiconductor component distributor and Asia…
|
3702 | TW | Wholesale and retail trade |
|
WT Microelectronics Co., Ltd.
Global semiconductor distributor offering supply chain mana…
|
3036 | TW | Wholesale and retail trade |
|
Wuhan P&S Information Technology Co.,Ltd
Distributes electronic components and provides technical ap…
|
300184 | CN | Wholesale and retail trade |
|
XIAMEN DINGRONGYAN TECHNOLOGY CO., LTD.
Provides electronic components, semiconductors, and integra…
|
301028 | CN | Wholesale and retail trade |
|
YW COMPANY LIMITED
A diversified company providing rental, wholesale, and corp…
|
051390 | KR | Wholesale and retail trade |
|
Zenitron Corporation
Value-added distributor of semiconductor components and tur…
|
3028 | TW | Wholesale and retail trade |
Perfect Optronics Limited 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/51384/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51384 | 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=51384 | 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=51384 \ -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": 51384}, 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 Perfect Optronics Limited (id: 51384)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.