
NARI Technology Co., Ltd. — Investor Relations & Filings
NARI Technology Co., Ltd. specializes in the research, development, and manufacturing of power system automation, information communication, and industrial control technologies. The company provides comprehensive solutions for smart grids, covering power generation, transmission, transformation, distribution, and consumption. Key offerings include supervisory control and data acquisition (SCADA) systems, energy management systems (EMS), protection and control equipment, and renewable energy integration solutions. NARI also develops advanced power electronics, flexible AC transmission systems (FACTS), and high-voltage direct current (HVDC) technologies. Serving global utility providers and industrial sectors, the company focuses on enhancing grid reliability, efficiency, and the integration of clean energy sources through digital transformation and intelligent hardware.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2019年年度股东大会决议公告 | 2020-05-26 | Chinese | |
| 2019年年度股东大会会议资料 | 2020-05-18 | Chinese | |
| 关于召开2019年度网上业绩说明会预告公告 | 2020-05-18 | Chinese | |
| 关于向控股股东申请委托贷款暨关联交易的公告 | 2020-04-29 | Chinese | |
| 关于2020年度房产租赁及综合服务暨关联交易的公告 | 2020-04-29 | Chinese | |
| 关于2020年度公司内部企业间委托贷款额度的公告 | 2020-04-29 | Chinese |
Browse filings by year
24 years- 2026 49 filings
- 2025 162 filings
- 2024 115 filings
- 2023 140 filings
- 2022 146 filings
- 2021 122 filings
- 2020 108 filings
- 2019 147 filings
- 2018 135 filings
- 2017 185 filings
- 2016 76 filings
- 2015 58 filings
- 2014 66 filings
- 2013 106 filings
- 2012 58 filings
- 2011 51 filings
- 2010 51 filings
- 2009 53 filings
- 2008 54 filings
- 2007 54 filings
- 2006 60 filings
- 2005 24 filings
- 2004 42 filings
- 2003 7 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 40876264 | 2019年年度股东大会决议公告 | 2020-05-26 | Chinese | ||
| 40876252 | 2019年年度股东大会会议资料 | 2020-05-18 | Chinese | ||
| 40876242 | 关于召开2019年度网上业绩说明会预告公告 | 2020-05-18 | Chinese | ||
| 40876234 | 关于向控股股东申请委托贷款暨关联交易的公告 | 2020-04-29 | Chinese | ||
| 40876223 | 关于2020年度房产租赁及综合服务暨关联交易的公告 | 2020-04-29 | Chinese | ||
| 40876214 | 关于2020年度公司内部企业间委托贷款额度的公告 | 2020-04-29 | Chinese | ||
| 40876200 | 董事会审计委员会2019年度履职情况报告 | 2020-04-29 | Chinese | ||
| 40876192 | 内部控制审计报告 | 2020-04-29 | Chinese | ||
| 40876179 | 2019年度非经营性资金占用及其他关联资金往来的专项说明 | 2020-04-29 | Chinese | ||
| 40876153 | 2019年年度报告摘要 | 2020-04-29 | Chinese | ||
| 40876145 | 关于召开2019年年度股东大会的通知 | 2020-04-29 | Chinese | ||
| 40876136 | 董事会关于会计政策变更的说明 | 2020-04-29 | Chinese | ||
| 40876128 | 关于续聘会计师事务所的公告 | 2020-04-29 | Chinese | ||
| 40876115 | 关于2019年度募集资金存放与使用情况的专项报告 | 2020-04-29 | Chinese | ||
| 40876097 | 关于2020年度第一、二期超短期融资券发行结果的公告 | 2020-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of electric motors, generators, transformers and electricity distribution and control apparatus
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aartech Solonics Limited
Engineering firm providing energy storage, bus transfer sys…
|
AARTECH | IN | Manufacturing |
|
ABB India Limited
Technology leader in electrification and automation for a s…
|
ABB | IN | Manufacturing |
|
ABB Ltd
A technology company specializing in electrification and au…
|
ABBN | CH | Manufacturing |
|
ACCORD TRANSFORMER & SWITCHGEAR LIMITED
Designs and manufactures energy-efficient transformers and …
|
544710 | IN | Manufacturing |
|
Ads-Tec Energy Public Ltd Co
Develops battery-buffered platform solutions for ultra-fast…
|
ADSE | US | Manufacturing |
|
ADVAIT ENERGY TRANSITIONS LIMITED
Provides power transmission components, renewable energy, a…
|
ADVAIT | IN | Manufacturing |
|
ADVENT TECHNOLOGIES HOLDINGS, INC.
Develops and manufactures complete fuel cell systems and th…
|
ADN | US | Manufacturing |
|
AEC
Provider of heavy electrical equipment, power electronics, …
|
1514 | TW | Manufacturing |
|
AFC ENERGY PLC
Develops hydrogen power generation technologies for off-gri…
|
AFC | GB | Manufacturing |
|
AHA Co.,Ltd
A technology company operating in EdTech, Healthcare, and E…
|
102950 | KR | Manufacturing |
NARI 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/56710/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56710 | 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=56710 | 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=56710 \ -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": 56710}, 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 NARI Technology Co., Ltd. (id: 56710)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.