
TGI — Investor Relations & Filings
Established in 1964, the company is a diversified manufacturer of high-performance glass products. Operations encompass several specialized divisions, including flat glass, container glass, glass fiber, and consumer tableware. The architectural portfolio features advanced solutions such as Low-E, tempered, and laminated glass designed for energy efficiency and structural integrity. In the industrial sector, the company produces high-quality glass fiber yarns and fabrics for electronic and composite applications. Leveraging integrated production capabilities and rigorous quality control, the company provides technical glass solutions for the construction, electronics, and renewable energy sectors. Its commitment to technological innovation is evidenced by the development of specialized solar glass and high-precision electronic materials, catering to a global client base requiring sophisticated material science applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公告更正本公司106年第二季合併財報附註揭露資訊附表九 電子書、赴大陸投資資訊及XBRL申報資訊 | 2017-08-16 | Chinese | |
| 公告本公司依公開發行公司資金貸與及背書保證處理準則 第二十二條第一項第三款規定辦理 | 2017-08-11 | Chinese | |
| 106年第2季海外子公司投資 | 2017-08-11 | Chinese | |
| 澄清106-08-11工商時報B4版台玻今年營收估增1成 報導內容 | 2017-08-11 | Chinese | |
| 106年7月營業收入 | 2017-08-09 | Chinese | |
| 106年7月背書保證與資金貸與 | 2017-08-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2017
15 filings
| |||||
| 33472457 | 公告更正本公司106年第二季合併財報附註揭露資訊附表九 電子書、赴大陸投資資訊及XBRL申報資訊 | 2017-08-16 | Chinese | ||
| 33472460 | 公告本公司依公開發行公司資金貸與及背書保證處理準則 第二十二條第一項第三款規定辦理 | 2017-08-11 | Chinese | ||
| 33472461 | 106年第2季海外子公司投資 | 2017-08-11 | Chinese | ||
| 33472463 | 澄清106-08-11工商時報B4版台玻今年營收估增1成 報導內容 | 2017-08-11 | Chinese | ||
| 33472470 | 106年7月營業收入 | 2017-08-09 | Chinese | ||
| 33472467 | 106年7月背書保證與資金貸與 | 2017-08-09 | Chinese | ||
| 33472475 | 106年07月內部人持股異動(事後) | 2017-08-08 | Chinese | ||
| 33472473 | 106年07月董事會成員及持股 | 2017-08-08 | Chinese | ||
| 33472477 | 公告董事會通過台玻資金貸與子公司台灣玻璃中國控股有限公司 U$15,000,000債權轉增資案 | 2017-08-07 | Chinese | ||
| 33472478 | 公告本公司董事會通過撤銷赴大陸地區投資U$2,635,840案, 改為轉增資香港地區實聯中國控股有限公司 | 2017-08-07 | Chinese | ||
| 33472482 | 公告本公司董事會通過撤銷間接轉投資淮安實源采鹵有限公司 U$2,635,840案 | 2017-08-07 | Chinese | ||
| 33478397 | 105年年報及股東會資料 — 2016_1802_20170608F11.pdf | 2017-07-21 | Chinese | ||
| 33478386 | 105年年報及股東會資料 — 2017_1802_20170608F05.pdf | 2017-07-21 | Chinese | ||
| 33478381 | 105年年報及股東會資料 — 2017_1802_20170608F14.pdf | 2017-07-21 | Chinese | ||
| 33478376 | 105年年報及股東會資料 — 2016_1802_20170608FE4.pdf | 2017-07-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of glass and glass products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Agarwal Float Glass India Limited
Trades and processes diverse glass products for constructio…
|
AGARWALFT | IN | Manufacturing |
|
Agarwal Toughened Glass India Limited
Manufacturer of high-performance safety glass for structura…
|
AGARWALTUF | IN | Manufacturing |
|
AGC Inc.
Global manufacturer of glass, electronics, chemicals, and c…
|
5201 | JP | Manufacturing |
|
AGI GREENPAC LIMITED
Manufactures glass containers, PET bottles, and closures fo…
|
AGI | IN | Manufacturing |
|
Anhui Deli Household Glass Co.,Ltd.
Specializes in the production and global distribution of da…
|
002571 | CN | Manufacturing |
|
Asahi India Glass Ltd.
Integrated glass solutions provider for automotive and arch…
|
ASAHIINDIA | IN | Manufacturing |
|
Asahimas Flat Glass Tbk
Manufacturer of flat glass, automotive glass, and mirrors.
|
AMFG | ID | Manufacturing |
|
Baluchistan Glass Limited
Manufactures and sells glass containers for food, beverages…
|
BGL | PK | Manufacturing |
|
BANDARAM PHARMA PACKTECH LIMITED
Manufactures and distributes primary packaging solutions fo…
|
524602 | IN | Manufacturing |
|
Borosil Limited
Manufacturer of borosilicate glassware for consumer, scient…
|
BOROLTD | IN | Manufacturing |
TGI 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/51924/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51924 | 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=51924 | 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=51924 \ -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": 51924}, 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 TGI (id: 51924)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.