
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-07 | Chinese | |
| 股票交易异常波动公告 | 2025-12-02 | Chinese | |
| 第十届董事会第二十五次(临时)会议决议公告 | 2025-11-21 | Chinese | |
| 关于控股孙公司以公开挂牌方式增资扩股暨引入投资者的公告 | 2025-11-21 | Chinese | |
| 股票交易异常波动公告 | 2025-11-19 | 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
| |||||
| 42387191 | 第十届董事会第二十六次(临时)会议决议公告 | 2025-12-09 | Chinese | ||
| 42387170 | 股票交易异常波动公告 | 2025-12-07 | Chinese | ||
| 42387147 | 股票交易异常波动公告 | 2025-12-02 | Chinese | ||
| 42387117 | 第十届董事会第二十五次(临时)会议决议公告 | 2025-11-21 | Chinese | ||
| 42387089 | 关于控股孙公司以公开挂牌方式增资扩股暨引入投资者的公告 | 2025-11-21 | Chinese | ||
| 42387050 | 股票交易异常波动公告 | 2025-11-19 | Chinese | ||
| 42387012 | 股票交易异常波动公告 | 2025-11-17 | Chinese | ||
| 42386967 | 关于子公司业绩承诺补偿涉及诉讼事项进展的公告 | 2025-11-10 | Chinese | ||
| 42386941 | 2025年三季度报告 | 2025-10-27 | Chinese | ||
| 42386901 | 关于累计诉讼、仲裁情况的公告 | 2025-10-14 | Chinese | ||
| 42386864 | 2025年半年度报告 | 2025-08-22 | Chinese | ||
| 42386853 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-22 | Chinese | ||
| 42386824 | 半年报董事会决议公告 | 2025-08-22 | Chinese | ||
| 42386791 | 公司董事会关于2025年半年度募集资金存放与实际使用情况的专项报告(2018年募集资金) | 2025-08-22 | Chinese | ||
| 42386747 | 2025年半年度财务报告 | 2025-08-22 | 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.