
Addsino Co.,Ltd — Investor Relations & Filings
Addsino Co., Ltd. is a high-tech enterprise specializing in electronic information technology and electromagnetic security. The company focuses on the research, development, and manufacturing of advanced electronic systems, including electromagnetic environment simulation, electronic countermeasures, and cybersecurity solutions. Its core product portfolio encompasses high-end communication equipment, precision electronic components, and integrated simulation platforms designed for complex operational environments. Addsino provides comprehensive technical services and system integration for defense, aerospace, and specialized industrial applications. By leveraging expertise in signal processing and electromagnetic spectrum management, the company delivers critical infrastructure for electronic warfare training, testing, and strategic communications. Its operations emphasize technological innovation in industrial software and high-performance computing to support digital transformation and security requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公司对外担保管理规定 | 2025-12-09 | Chinese | |
| 公司高级管理人员薪酬管理规定 | 2025-12-09 | Chinese | |
| 上市公司独立董事提名人声明与承诺(叶树理) | 2025-12-09 | Chinese | |
| 上市公司独立董事候选人声明与承诺(叶树理) | 2025-12-09 | Chinese | |
| 上市公司独立董事提名人声明与承诺(张梅) | 2025-12-09 | Chinese | |
| 公司投资者关系管理规定 | 2025-12-09 | Chinese |
Browse filings by year
27 years- 2026 41 filings
- 2025 131 filings
- 2024 83 filings
- 2023 80 filings
- 2022 123 filings
- 2021 97 filings
- 2020 112 filings
- 2019 135 filings
- 2018 259 filings
- 2017 102 filings
- 2016 179 filings
- 2015 140 filings
- 2014 209 filings
- 2013 108 filings
- 2012 103 filings
- 2011 86 filings
- 2010 83 filings
- 2009 62 filings
- 2008 32 filings
- 2007 46 filings
- 2006 85 filings
- 2005 23 filings
- 2004 39 filings
- 2003 42 filings
- 2002 16 filings
- 2001 6 filings
- 1993 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 42387725 | 公司对外担保管理规定 | 2025-12-09 | Chinese | ||
| 42387692 | 公司高级管理人员薪酬管理规定 | 2025-12-09 | Chinese | ||
| 42387649 | 上市公司独立董事提名人声明与承诺(叶树理) | 2025-12-09 | Chinese | ||
| 42387626 | 上市公司独立董事候选人声明与承诺(叶树理) | 2025-12-09 | Chinese | ||
| 42387588 | 上市公司独立董事提名人声明与承诺(张梅) | 2025-12-09 | Chinese | ||
| 42387554 | 公司投资者关系管理规定 | 2025-12-09 | Chinese | ||
| 42387515 | 公司控股子公司管理规定 | 2025-12-09 | Chinese | ||
| 42387491 | 公司董事会薪酬与考核委员会实施规则 | 2025-12-09 | Chinese | ||
| 42387450 | 公司环境、社会及治理(ESG)管理规定 | 2025-12-09 | Chinese | ||
| 42387404 | 公司独立董事工作规则 | 2025-12-09 | Chinese | ||
| 42387368 | 上市公司独立董事候选人声明与承诺(徐连春) | 2025-12-09 | Chinese | ||
| 42387324 | 关于公司董事会换届选举的公告 | 2025-12-09 | Chinese | ||
| 42387311 | 关于持股5%以上股东的一致行动人减持股份触及1%整数倍的公告 | 2025-12-09 | Chinese | ||
| 42387267 | 公司募集资金管理规定 | 2025-12-09 | Chinese | ||
| 42387236 | 上市公司独立董事候选人声明与承诺(张梅) | 2025-12-09 | 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 |
|
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 |
|
ADVANTEST CORPORATION
Manufactures automatic test equipment and measurement solut…
|
6857 | JP | Manufacturing |
Addsino 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/53666/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53666 | 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=53666 | 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=53666 \ -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": 53666}, 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 Addsino Co.,Ltd (id: 53666)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.