YUNG CHI PAINT & VARNISH MFG. CO., LTD. — Investor Relations & Filings
Yung Chi Paint & Varnish Mfg. Co., Ltd., operating under the prominent brand "Rainbow Paint," is a leading manufacturer specializing in the research, development, and production of high-performance coatings and synthetic resins. Established in 1951, the company provides a diverse range of products, including architectural coatings, heavy-duty anti-corrosion paints, marine coatings, coil coatings, and floor systems. Its specialized portfolio also features fire-retardant, nuclear power, and heat-resistant coatings, alongside pigment dispersions. Serving sectors such as construction, industrial infrastructure, and shipbuilding, the company emphasizes technical innovation and environmental sustainability. With ISO 9001 certification and a focus on "green enterprise" development, it delivers advanced solutions like the "Rainbow House" automated tinting system, ensuring precision and quality across global markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 114年年報及股東會資料 — 2025_1726_20260529F04.pdf | 2026-05-05 | Chinese | |
| 114年年報及股東會資料 — 2025_1726_20260529FE4.pdf | 2026-05-05 | Chinese | |
| 115年04月內部人持股異動(事後) | 2026-05-05 | Chinese | |
| 115年04月董事會成員及持股 | 2026-05-05 | Chinese | |
| 115年年報及股東會資料 — 2026_1726_20260529F17.pdf | 2026-04-24 | Chinese | |
| 115年年報及股東會資料 — 2026_1726_20260529FE2.pdf | 2026-04-24 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41281727 | 114年年報及股東會資料 — 2025_1726_20260529F04.pdf | 2026-05-05 | Chinese | ||
| 41282245 | 114年年報及股東會資料 — 2025_1726_20260529FE4.pdf | 2026-05-05 | Chinese | ||
| 41265873 | 115年04月內部人持股異動(事後) | 2026-05-05 | Chinese | ||
| 41265864 | 115年04月董事會成員及持股 | 2026-05-05 | Chinese | ||
| 36092284 | 115年年報及股東會資料 — 2026_1726_20260529F17.pdf | 2026-04-24 | Chinese | ||
| 36092263 | 115年年報及股東會資料 — 2026_1726_20260529FE2.pdf | 2026-04-24 | English | ||
| 36092201 | 115年年報及股東會資料 — 2026_1726_20260529F02.pdf | 2026-04-24 | Chinese | ||
| 36092136 | 115年年報及股東會資料 — 2026_1726_20260529F13.pdf | 2026-04-24 | Chinese | ||
| 36091984 | 115年年報及股東會資料 — 2026_1726_20260529FE1.pdf | 2026-04-24 | English | ||
| 36091959 | 115年年報及股東會資料 — 2026_1726_20260529F01.pdf | 2026-04-24 | Chinese | ||
| 35696192 | 公告本公司因違反空氣汙染防制法規定遭行政裁罰事宜 | 2026-04-23 | Chinese | ||
| 33992937 | 115年3月背書保證與資金貸與 | 2026-04-10 | Chinese | ||
| 33990219 | 115年3月營業收入 | 2026-04-10 | Chinese | ||
| 33789093 | 114年第4季財務報告書 — 202504_1726_AIC.pdf | 2026-04-08 | English | ||
| 33789066 | 114年第4季財務報告書 — 202504_1726_AIA.pdf | 2026-04-08 | English | ||
Market data
Market data not available
Price history
Peer group · Manufacture of paints, varnishes and similar coatings, printing ink and mastics
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
KALEKİM KİMYEVİ MADDELER SANAYİ VE TİCARET A.Ş.
Manufacturer of construction chemicals and building materia…
|
KLKIM | TR | Manufacturing |
|
Kamdhenu Ventures Limited
Specialized manufacturer and marketer of decorative paints …
|
KAMOPAINTS | IN | Manufacturing |
|
KANGNAM JEVISCO CO.,LTD
Manufacturer of paints and coatings for architectural, auto…
|
000860 | KR | Manufacturing |
|
Kansai Nerolac Paints
Manufacturer of decorative and industrial coatings and eco-…
|
KANSAINER | IN | Manufacturing |
|
KANSAI PAINT CO.,LTD.
A global manufacturer of automotive, industrial, decorative…
|
4613 | JP | Manufacturing |
|
KAWAKAMI PAINT MANUFACTURING CO.,LTD.
Manufacturer of functional and environmentally friendly pai…
|
4616 | JP | Manufacturing |
|
KIKUSUI CHEMICAL INDUSTRIES CO.,LTD.
Manufacturer of chemical products for the construction and …
|
7953 | JP | Manufacturing |
|
LETONG CHEMICAL CO.,LTD.
Produces printing inks and specialized coatings for packagi…
|
002319 | CN | Manufacturing |
|
MARSHALL BOYA VE VERNİK SANAYİİ A.Ş.
Manufactures paints and coatings for decorative, constructi…
|
MRSHL | TR | Manufacturing |
|
MEGA P&C ADVANCED MATERIALS (SHANGHAI) COMPANY LIMITED
Develops high-performance protective coatings for industria…
|
603062 | CN | Manufacturing |
YUNG CHI PAINT & VARNISH MFG. 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/51905/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51905 | 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=51905 | 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=51905 \ -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": 51905}, 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 YUNG CHI PAINT & VARNISH MFG. CO., LTD. (id: 51905)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.