
UniTTEC Co., Ltd. — Investor Relations & Filings
UniTTEC Co., Ltd. specializes in the research, development, and implementation of advanced rail transit signaling and intelligent transportation systems. The company provides comprehensive solutions for urban rail transit and railway networks, focusing on safety-critical technologies such as Communication-Based Train Control (CBTC), Computer Interlocking (CI), and Automatic Train Protection (ATP). Its product portfolio includes integrated supervision systems and automated train operation modules designed to enhance operational efficiency and passenger safety. Beyond rail signaling, UniTTEC integrates intelligent infrastructure solutions and environmental monitoring technologies into its service offerings. The company is recognized for its independent innovation in high-reliability software and hardware architectures, supporting the modernization of large-scale transportation hubs and smart city initiatives through end-to-end engineering and maintenance services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于为董监高购买责任保险的公告 | 2024-04-26 | Chinese | |
| 8、公司《会计师事务所选聘管理制度》 | 2024-04-26 | Chinese | |
| 1、公司《董事会议事规则对照表》 | 2024-04-26 | Chinese | |
| 3、公司《内部审计制度》 | 2024-04-26 | Chinese | |
| 关于2024年度计提资产减值准备的公告 | 2024-04-26 | Chinese | |
| 关于会计政策变更的公告 | 2024-04-26 | Chinese |
Browse filings by year
26 years- 2026 3 filings
- 2024 154 filings
- 2023 218 filings
- 2022 170 filings
- 2021 201 filings
- 2020 215 filings
- 2019 156 filings
- 2018 156 filings
- 2017 196 filings
- 2016 178 filings
- 2015 147 filings
- 2014 191 filings
- 2013 80 filings
- 2012 119 filings
- 2011 92 filings
- 2010 100 filings
- 2009 138 filings
- 2008 159 filings
- 2007 123 filings
- 2006 62 filings
- 2005 61 filings
- 2004 25 filings
- 2003 37 filings
- 2002 17 filings
- 2001 1 filing
- 1999 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 44184510 | 关于为董监高购买责任保险的公告 | 2024-04-26 | Chinese | ||
| 44184496 | 8、公司《会计师事务所选聘管理制度》 | 2024-04-26 | Chinese | ||
| 44184484 | 1、公司《董事会议事规则对照表》 | 2024-04-26 | Chinese | ||
| 44184464 | 3、公司《内部审计制度》 | 2024-04-26 | Chinese | ||
| 44184449 | 关于2024年度计提资产减值准备的公告 | 2024-04-26 | Chinese | ||
| 44184416 | 关于会计政策变更的公告 | 2024-04-26 | Chinese | ||
| 44184398 | 关于董事会换届选举的公告 | 2024-04-26 | Chinese | ||
| 44184382 | 4浙江众合科技股份有限公司专项审计报告(股权激励)2023 | 2024-04-26 | Chinese | ||
| 44182916 | 2023年度董事会工作报告 | 2024-04-26 | Chinese | ||
| 44182888 | 内部控制审计报告 | 2024-04-26 | Chinese | ||
| 44182552 | 5、公司《公章管理规范》 | 2024-04-26 | Chinese | ||
| 44182510 | 年度股东大会通知 | 2024-04-26 | Chinese | ||
| 44182500 | 关于2023年度拟不进行利润分配预案的公告 | 2024-04-26 | Chinese | ||
| 44182495 | 董事会对独立董事独立性评估的专项意见 | 2024-04-26 | Chinese | ||
| 44182489 | 4、公司《子公司管理制度》 | 2024-04-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electrical equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMOGREENTECH Co., Ltd.
Develops advanced materials and components for the EV, IT, …
|
125210 | KR | Manufacturing |
|
Ampa Ltd.
A holding company with operations in real estate developmen…
|
AMPA | IL | Manufacturing |
|
Ballard Power Systems Inc.
A global leader in zero-emission hydrogen PEM fuel cell pow…
|
BLDP | CA | Manufacturing |
|
Baotou INST Magnetic New Materials Co., Ltd.
Manufactures high-performance rare earth magnets and precis…
|
301622 | CN | Manufacturing |
|
Beijing Beida Jade Bird Universal Sci-Tech Company Limited
An investment holding entity operating in tourism developme…
|
8095 | HK | Manufacturing |
|
Beijing SinoHytec Co., Ltd.
Develops hydrogen fuel cell engine systems and components f…
|
688339 | CN | Manufacturing |
|
Bisen Smart Access Co., Ltd.
Manufacturer of automatic gate, door, and traffic managemen…
|
301083 | CN | Manufacturing |
|
Bumhan Fuel Cell Co.,Ltd.
Develops and manufactures hydrogen fuel cell systems and re…
|
382900 | KR | Manufacturing |
|
Canadian Solar Inc.
Manufactures solar modules and develops utility-scale solar…
|
CSIQ | CA | Manufacturing |
|
Cell Impact AB
Global supplier of advanced bipolar flow plates for fuel ce…
|
CI | SE | Manufacturing |
UniTTEC 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/53903/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53903 | 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=53903 | 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=53903 \ -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": 53903}, 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 UniTTEC Co., Ltd. (id: 53903)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.