GLARUN TECHNOLOGY CO.,LTD — Investor Relations & Filings
About GLARUN TECHNOLOGY CO.,LTD
Glarun Technology Co., Ltd. is a specialized provider of electronic information systems, focusing on the development and production of radar and microwave technology. The company’s primary offerings include air traffic control radar, weather surveillance systems, and maritime monitoring equipment. It also designs and manufactures microwave integrated circuits, digital television broadcasting transmitters, and advanced communication components. Glarun provides integrated solutions for complex sensing and data transmission requirements, serving sectors such as civil aviation, meteorology, and telecommunications. The company emphasizes technical innovation in signal processing, electronic system integration, and high-frequency electronic components to support critical infrastructure and specialized monitoring applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国睿科技股份有限公司关于公司与控股股东签订关联交易框架协议的公告 | 2025-04-18 | Chinese | |
| 国睿科技股份有限公司股东会议事规则(2025年4月修订) | 2025-04-18 | Chinese | |
| 国睿科技股份有限公司董事会关于独立董事独立性的专项评估意见 | 2025-04-18 | Chinese | |
| 独立董事2024年度述职报告(于成永) | 2025-04-18 | Chinese | |
| 国睿科技股份有限公司关于对中国电子科技财务有限公司风险持续评估报告 | 2025-04-18 | Chinese | |
| 国睿科技股份有限公司 董事会风险管理与审计委员会2024年度履职情况报告 | 2025-04-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
13 filings
| |||||
| 41142921 | 国睿科技股份有限公司关于公司与控股股东签订关联交易框架协议的公告 | 2025-04-18 | Chinese | ||
| 41142908 | 国睿科技股份有限公司股东会议事规则(2025年4月修订) | 2025-04-18 | Chinese | ||
| 41142902 | 国睿科技股份有限公司董事会关于独立董事独立性的专项评估意见 | 2025-04-18 | Chinese | ||
| 41142893 | 独立董事2024年度述职报告(于成永) | 2025-04-18 | Chinese | ||
| 41142879 | 国睿科技股份有限公司关于对中国电子科技财务有限公司风险持续评估报告 | 2025-04-18 | Chinese | ||
| 41142872 | 国睿科技股份有限公司 董事会风险管理与审计委员会2024年度履职情况报告 | 2025-04-18 | Chinese | ||
| 41142860 | 国睿科技股份有限公司第九届董事会第三十次会议决议公告 | 2025-04-18 | Chinese | ||
| 41142851 | 独立董事提名人声明与承诺(于成永) | 2025-04-18 | Chinese | ||
| 41142841 | 大华会计师事务所对公司控股股东及其他关联方占用资金情况的专项说明 | 2025-04-18 | Chinese | ||
| 41142822 | 国睿科技股份有限公司关于修订《公司章程》及其附件的公告 | 2025-04-18 | Chinese | ||
| 41142810 | 国睿科技股份有限公司关于控股子公司增资扩股事项挂牌暨放弃优先认购权的公告 | 2025-04-01 | Chinese | ||
| 41142801 | 国睿科技股份有限公司关于高级管理人员变动的公告 | 2025-03-21 | Chinese | ||
| 41142789 | 国睿科技股份有限公司关于董事会及监事会延期换届的提示性公告 | 2025-02-14 | Chinese | ||
|
2024
2 filings
| |||||
| 41142777 | 国睿科技股份有限公司第九届董事会第二十六次会议决议公告 | 2024-12-23 | Chinese | ||
| 41142765 | 国睿科技股份有限公司2025年度“提质增效重回报”专项行动方案 | 2024-12-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
10x Genomics, Inc.
Develops and manufactures integrated solutions for biologic…
|
TXG | US | Manufacturing |
|
908 Devices Inc.
Develops handheld and desktop devices for point-of-need che…
|
MASS | US | Manufacturing |
|
Acconeer AB
Develops compact, energy-efficient millimeter-wave radar se…
|
ACCON | SE | Manufacturing |
|
Acrel Co., Ltd.
Develops smart energy management systems and electrical saf…
|
300286 | CN | Manufacturing |
|
ACTIA Group
Designer and manufacturer of high-tech electronic systems f…
|
ATI | FR | Manufacturing |
|
Addsino Co.,Ltd
Specializes in electronic information technology and electr…
|
000547 | CN | Manufacturing |
|
A&D HOLON Holdings Company, Limited
Develops measurement, weighing, medical, and semiconductor …
|
7745 | JP | Manufacturing |
|
ADTEC PLASMA TECHNOLOGY CO.,LTD.
Manufactures RF plasma generators and power supplies for se…
|
6668 | JP | Manufacturing |
|
ADVANCED ENERGY INDUSTRIES INC
Designs and manufactures precision power conversion, measur…
|
AEIS | US | Manufacturing |
|
ADVANCE METERING TECHNOLOGY LIMITED
Manufactures energy meters and provides energy management a…
|
534612 | IN | Manufacturing |
GLARUN TECHNOLOGY 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/56819/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56819 | 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=56819 | 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=56819 \ -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": 56819}, 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 GLARUN TECHNOLOGY CO.,LTD (id: 56819)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.