FLAT GLASS GROUP CO., LTD. — Investor Relations & Filings
About FLAT GLASS GROUP CO., LTD.
Flat Glass Group Co., Ltd. specializes in the research, development, and manufacturing of diverse glass products, with a primary focus on solar photovoltaic (PV) glass. As a major global supplier in the renewable energy value chain, the company produces high-transmittance patterned and coated glass used for solar module encapsulation. Its broader product range includes float glass, architectural glass—such as low-emissivity, tempered, and laminated varieties—and household glass for furniture and appliances. The company maintains a vertically integrated business model that includes quartz sand mining and advanced glass processing facilities. Flat Glass Group provides technical solutions for the global solar power, construction, and consumer goods markets, leveraging large-scale production capacities and specialized manufacturing technologies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 福莱特玻璃集团股份有限公司董事会议事规则 | 2025-10-27 | Chinese | |
| 福莱特玻璃集团股份有限公司关于召开2025年第三季度业绩说明会的公告 | 2025-10-27 | Chinese | |
| 福莱特H股公告(福萊特玻璃集團股份有限公司董事會薪酬委員會工作制度) | 2025-10-27 | Chinese | |
| 福莱特H股公告(建議修訂公司章程及建議修訂部分公司治理制度) | 2025-10-27 | Chinese | |
| 福莱特玻璃集团股份有限公司2025年第三季度报告 | 2025-10-27 | Chinese | |
| 福莱特玻璃集团股份有限公司信息披露管理制度 | 2025-10-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38338883 | 福莱特玻璃集团股份有限公司董事会议事规则 | 2025-10-27 | Chinese | ||
| 38338869 | 福莱特玻璃集团股份有限公司关于召开2025年第三季度业绩说明会的公告 | 2025-10-27 | Chinese | ||
| 38338858 | 福莱特H股公告(福萊特玻璃集團股份有限公司董事會薪酬委員會工作制度) | 2025-10-27 | Chinese | ||
| 38338837 | 福莱特H股公告(建議修訂公司章程及建議修訂部分公司治理制度) | 2025-10-27 | Chinese | ||
| 38338798 | 福莱特玻璃集团股份有限公司2025年第三季度报告 | 2025-10-27 | Chinese | ||
| 38338778 | 福莱特玻璃集团股份有限公司信息披露管理制度 | 2025-10-27 | Chinese | ||
| 38338753 | 福莱特玻璃集团股份有限公司期货和衍生品交易管理制度 | 2025-10-27 | Chinese | ||
| 38338743 | 福莱特玻璃集团股份有限公司募集资金管理制度 | 2025-10-27 | Chinese | ||
| 38338726 | 福莱特玻璃集团股份有限公司内部审计制度 | 2025-10-27 | Chinese | ||
| 38338720 | 福莱特玻璃集团股份有限公司对外投资管理制度 | 2025-10-27 | Chinese | ||
| 38338707 | 福莱特玻璃集团股份有限公司累积投票制实施细则 | 2025-10-27 | Chinese | ||
| 38338693 | 福莱特玻璃集团股份有限公司独立董事工作制度 | 2025-10-27 | Chinese | ||
| 38338675 | 福莱特玻璃集团股份有限公司股东会议事规则 | 2025-10-27 | Chinese | ||
| 38338649 | 福莱特玻璃集团股份有限公司关于2020年A股限制性股票激励计划部分首次授予部分股份回购注销完成的公告 | 2025-10-27 | Chinese | ||
| 38338632 | 福莱特H股公告(翌日披露報表) | 2025-10-24 | 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 |
|
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 |
|
BOROSIL RENEWABLES LIMITED
Specialized producer of high-performance solar glass for th…
|
BORORENEW | IN | Manufacturing |
|
Borosil Scientific Limited
Produces laboratory glassware and scientific instruments fo…
|
BOROSCI | IN | Manufacturing |
FLAT GLASS GROUP 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/57302/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57302 | 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=57302 | 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=57302 \ -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": 57302}, 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 FLAT GLASS GROUP CO., LTD. (id: 57302)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.