
戈碧迦 — Investor Relations & Filings
Hubei Gobica Optical Glass Co., Ltd. specializes in the research, development, and manufacturing of optical glass and special glass materials. The company provides a comprehensive range of products, including optical glass blanks, high-precision optical components, and specialized glass for radiation shielding and high-temperature applications. Its core technologies focus on high-refractive-index, low-dispersion glass formulations and advanced melting processes. These materials are widely utilized in consumer electronics, automotive imaging systems, security surveillance, and medical instrumentation. By integrating material science with precision processing, the company supports the production of lenses and optical modules for smartphones, vehicle-mounted cameras, and industrial imaging equipment.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 湖北罡振律师事务所关于湖北戈碧迦光电科技股份有限公司2024年第二次临时股东大会法律意见书 | 2024-05-13 | Chinese | |
| 2024年第二次临时股东大会决议公告 | 2024-05-13 | Chinese | |
| 公司章程 | 2024-05-13 | Chinese | |
| 关于投资者关系活动记录表的公告 | 2024-05-07 | Chinese | |
| 关于董事会、监事会及高级管理人员延期换届的提示性公告 | 2024-05-06 | Chinese | |
| 关于召开2024年第二次临时股东大会通知公告(提供网络投票) | 2024-04-25 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 39916874 | 湖北罡振律师事务所关于湖北戈碧迦光电科技股份有限公司2024年第二次临时股东大会法律意见书 | 2024-05-13 | Chinese | ||
| 39916858 | 2024年第二次临时股东大会决议公告 | 2024-05-13 | Chinese | ||
| 39916851 | 公司章程 | 2024-05-13 | Chinese | ||
| 39916834 | 关于投资者关系活动记录表的公告 | 2024-05-07 | Chinese | ||
| 39916825 | 关于董事会、监事会及高级管理人员延期换届的提示性公告 | 2024-05-06 | Chinese | ||
| 39916818 | 关于召开2024年第二次临时股东大会通知公告(提供网络投票) | 2024-04-25 | Chinese | ||
| 39916813 | 关于拟变更公司注册资本、公司类型及修订《公司章程》并办理工商变更登记的公告 | 2024-04-25 | Chinese | ||
| 39916806 | 第四届董事会第二十二次会议决议公告 | 2024-04-25 | Chinese | ||
| 39916796 | 2024年一季度报告 | 2024-04-25 | Chinese | ||
| 39916776 | 第四届监事会第十九次会议决议公告 | 2024-04-25 | Chinese | ||
| 39916769 | 湖北戈碧迦光电科技股份有限公司关于超额配售选择权实施结果的公告 | 2024-04-24 | Chinese | ||
| 39916753 | 中信建投证券股份有限公司关于湖北戈碧迦光电科技股份有限公司向不特定合格投资者公开发行股票并在北京证券交易所上市超额配售选择权实施情况的核查意见 | 2024-04-23 | Chinese | ||
| 39916746 | 湖北戈碧迦光电科技股份有限公司超额配售选择权实施公告 | 2024-04-23 | Chinese | ||
| 39916736 | 北京德恒律师事务所关于湖北戈碧迦光电科技股份有限公司向不特定合格投资者公开发行股票并在北京证券交易所上市超额配售选择权实施情况的法律意见 | 2024-04-23 | Chinese | ||
| 39916723 | 关于签署募集资金专户三方监管协议的公告 | 2024-03-26 | 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 |
戈碧迦 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/58837/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58837 | 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=58837 | 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=58837 \ -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": 58837}, 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 戈碧迦 (id: 58837)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.