
GRG Metrology & Test Group Co., Ltd. — Investor Relations & Filings
GRG Metrology & Test Group Co., Ltd. is a technical service provider specializing in metrological calibration and comprehensive testing solutions. The organization delivers a broad range of services, including reliability and environmental testing, electromagnetic compatibility (EMC) evaluation, chemical analysis, and environmental monitoring. It supports critical sectors such as aerospace, automotive, telecommunications, rail transit, and marine engineering. By leveraging an extensive network of specialized laboratories and advanced instrumentation, the group provides technical support across the entire product development and manufacturing lifecycle. Its core activities focus on ensuring equipment precision, product safety, and regulatory compliance through rigorous validation and certification processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京市天元(广州)律师事务所关于广电计量检测集团股份有限公司2026年第一次临时股东会之法律意见 | 2026-06-11 | Chinese | |
| 关于2023年股票期权与限制性股票激励计划部分股票期权注销完成的公告 | 2026-06-08 | Chinese | |
| 第五届董事会第三十三次会议决议公告 | 2026-05-26 | Chinese | |
| 信用类债券募集资金管理制度(2026年5月) | 2026-05-26 | Chinese | |
| 信用类债券信息披露事务管理制度(2026年5月) | 2026-05-26 | Chinese | |
| 关于公开发行公司债券预案的公告 | 2026-05-26 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 48052456 | 北京市天元(广州)律师事务所关于广电计量检测集团股份有限公司2026年第一次临时股东会之法律意见 | 2026-06-11 | Chinese | ||
| 48005872 | 关于2023年股票期权与限制性股票激励计划部分股票期权注销完成的公告 | 2026-06-08 | Chinese | ||
| 47077447 | 第五届董事会第三十三次会议决议公告 | 2026-05-26 | Chinese | ||
| 47077179 | 信用类债券募集资金管理制度(2026年5月) | 2026-05-26 | Chinese | ||
| 47077178 | 信用类债券信息披露事务管理制度(2026年5月) | 2026-05-26 | Chinese | ||
| 47077177 | 关于公开发行公司债券预案的公告 | 2026-05-26 | Chinese | ||
| 39779245 | 2026年一季度报告 | 2026-04-21 | Chinese | ||
| 39779228 | 第五届董事会第三十二次会议决议公告 | 2026-04-21 | Chinese | ||
| 39779216 | 2026-029 2025年度股东会决议公告 | 2026-04-16 | Chinese | ||
| 39779212 | 北京市天元(广州)律师事务所关于广电计量检测集团股份有限公司2025年度股东会之法律意见 | 2026-04-16 | Chinese | ||
| 39779209 | 关于签署募集资金三方监管协议的公告 | 2026-03-31 | Chinese | ||
| 39779204 | 内部控制审计报告 | 2026-03-26 | Chinese | ||
| 39779200 | 北京浩天(深圳)律师事务所关于广电计量检测集团股份有限公司2023年股票期权与限制性股票激励计划注销部分股票期权以及回购注销部分限制性股票事项的法律意见书 | 2026-03-26 | Chinese | ||
| 39779183 | 关于使用闲置募集资金暂时补充流动资金的公告 | 2026-03-26 | Chinese | ||
| 39779171 | 华泰联合证券有限责任公司关于广电计量检测集团股份有限公司使用募集资金置换预先已投入募投项目自筹资金及已支付发行费用的核查意见 | 2026-03-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Technical testing and analysis
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aerodrome Group Ltd.
Aerial intelligence firm providing UAV data collection, ana…
|
ARDM | IL | Professional, scientific and te… |
|
Allied Oil & Gas Corp.
Specialized provider of industrial products, technical serv…
|
AOG | CA | Professional, scientific and te… |
|
ALS LIMITED
Global provider of analytical testing, inspection, and cert…
|
ALQ | AU | Professional, scientific and te… |
|
Applus Services S.A.
Global provider of testing, inspection, and certification (…
|
APPS | ES | Professional, scientific and te… |
|
BactiQuant A/S
Provides patented technology for rapid monitoring of bacter…
|
BACTIQ | DK | Professional, scientific and te… |
|
BIODESIX INC
Develops blood-based diagnostic tests and biopharma service…
|
BDSX | US | Professional, scientific and te… |
|
BiotoxtechCo.,Ltd.
A non-clinical CRO providing safety and efficacy evaluation…
|
086040 | KR | Professional, scientific and te… |
|
Blutip Power Technologies Ltd.
Delivers precise energy measurement to reduce operational c…
|
BPR.H | CA | Professional, scientific and te… |
|
Britannia Life Sciences
Global product development platform providing integrated QA…
|
BLAB | CA | Professional, scientific and te… |
|
Bureau Veritas SA
A global provider of testing, inspection, and certification…
|
BVI | FR | Professional, scientific and te… |
GRG Metrology & Test 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/54955/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54955 | 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=54955 | 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=54955 \ -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": 54955}, 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 GRG Metrology & Test Group Co., Ltd. (id: 54955)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.