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 |
|---|---|---|---|
|
DIC India Ltd
Manufactures printing inks and laminating adhesives for pac…
|
DICIND | IN | Manufacturing |
|
Dongguan Changlian New Materials Technology Co.,Ltd.
Develops and produces eco-friendly water-based printing ink…
|
301618 | CN | Manufacturing |
|
Donglai Coating Technology( Shanghai) Co.,Ltd
Specializes in high-performance automotive OEM and refinish…
|
688129 | CN | Manufacturing |
|
DYO BOYA FABRİKALARI SANAYİ VE TİCARET A.Ş.
Manufacturer of decorative and industrial paints, coatings,…
|
DYOBY | TR | Manufacturing |
|
ECL EnviroClean Ventures Ltd.
Green technology company manufacturing energy reduction pro…
|
PDV | CA | Manufacturing |
|
Elantas Beck India Ltd
Produces specialty chemicals and insulation for electrical …
|
ELANTAS | IN | Manufacturing |
|
Encres DUBUIT
Manufacturer of high-tech industrial inks for screen, pad, …
|
ALDUB | FR | Manufacturing |
|
Fabryka Farb i Lakierów "Śnieżka" S.A.
A leading manufacturer of paints and coatings in Central an…
|
SKA | PL | Manufacturing |
|
FendX Technologies
Develops proprietary nanotechnology-based coatings to repel…
|
FNDX | CA | Manufacturing |
|
Flugger Group
Develops and sells paints, wood stains, fillers, and tools …
|
FLUG | DK | 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.