戈碧迦 — Investor Relations & Filings
About 戈碧迦
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 |
|---|---|---|---|
| 关于增加公司2025年度固定资产投资额度的公告 | 2025-07-08 | Chinese | |
| 关于续租紫昕集团厂房暨关联交易公告 | 2025-07-08 | Chinese | |
| 中信建投证券股份有限公司关于湖北戈碧迦光电科技股份有限公司关联交易的核查意见 | 2025-07-08 | Chinese | |
| 关于召开2025年第三次临时股东会通知公告(提供网络投票) | 2025-07-08 | Chinese | |
| 第五届监事会第九次会议决议公告 | 2025-07-08 | Chinese | |
| 证券事务代表任命公告 | 2025-07-08 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39919530 | 关于增加公司2025年度固定资产投资额度的公告 | 2025-07-08 | Chinese | ||
| 39919522 | 关于续租紫昕集团厂房暨关联交易公告 | 2025-07-08 | Chinese | ||
| 39919515 | 中信建投证券股份有限公司关于湖北戈碧迦光电科技股份有限公司关联交易的核查意见 | 2025-07-08 | Chinese | ||
| 39919507 | 关于召开2025年第三次临时股东会通知公告(提供网络投票) | 2025-07-08 | Chinese | ||
| 39919501 | 第五届监事会第九次会议决议公告 | 2025-07-08 | Chinese | ||
| 39919491 | 证券事务代表任命公告 | 2025-07-08 | Chinese | ||
| 39919485 | 持股5%以上股东拟减持股份的预披露公告 | 2025-06-18 | Chinese | ||
| 39919482 | 2024年年度权益分派实施公告 | 2025-06-12 | Chinese | ||
| 39919472 | 投资者关系活动记录表 | 2025-06-12 | Chinese | ||
| 39919468 | 关于参加湖北辖区上市公司2025年投资者网上集体接待日活动预告公告 | 2025-06-08 | Chinese | ||
| 39919462 | 因股本变动调整权益分派比例的公告 | 2025-05-28 | Chinese | ||
| 39919455 | 关于2025年股权激励计划限制性股票首次授予结果公告 | 2025-05-26 | Chinese | ||
| 39919447 | 北京市竞天公诚律师事务所关于湖北戈碧迦光电科技股份有限公司2025年股权激励计划首次授予限制性股票与股权激励计划安排存在差异之法律意见书 | 2025-05-26 | Chinese | ||
| 39919430 | 中信建投证券股份有限公司关于湖北戈碧迦光电科技股份有限公司2025年股权激励计划首次授予限制性股票与股权激励计划安排存在差异之独立财务顾问报告 | 2025-05-26 | Chinese | ||
| 39919418 | 独立董事专门会议关于2025年股权激励计划首次授予限制性股票 与股权激励计划安排存在差异的核查意见 | 2025-05-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 |
|
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 |
戈碧迦 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.