
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 |
|---|---|---|---|
| 公司募集资金管理办法修正案 | 2022-03-30 | Chinese | |
| 关于延期披露2021年年度报告的公告 | 2022-03-25 | Chinese | |
| 第九届董事会第二十次(临时)会议决议公告 | 2022-02-15 | Chinese | |
| 股东大会议事规则 | 2022-01-05 | Chinese | |
| 公司章程 | 2022-01-05 | Chinese | |
| 北京国枫律师事务所关于航天发展2022年第一次临时股东大会法律意见书 | 2022-01-05 | 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 | |
|---|---|---|---|---|---|
|
2022
8 filings
| |||||
| 42344996 | 公司募集资金管理办法修正案 | 2022-03-30 | Chinese | ||
| 42344938 | 关于延期披露2021年年度报告的公告 | 2022-03-25 | Chinese | ||
| 42344903 | 第九届董事会第二十次(临时)会议决议公告 | 2022-02-15 | Chinese | ||
| 42344868 | 股东大会议事规则 | 2022-01-05 | Chinese | ||
| 42344830 | 公司章程 | 2022-01-05 | Chinese | ||
| 42344782 | 北京国枫律师事务所关于航天发展2022年第一次临时股东大会法律意见书 | 2022-01-05 | Chinese | ||
| 42344733 | 董事会议事规则 | 2022-01-05 | Chinese | ||
| 42344698 | 2022年第一次临时股东大会决议公告 | 2022-01-05 | Chinese | ||
|
2021
7 filings
| |||||
| 42344663 | 中信证券股份有限公司关于航天发展调整部分募集资金投资项目投资结构的核查意见 | 2021-12-20 | Chinese | ||
| 42344606 | 独立董事关于相关事项的独立意见 | 2021-12-20 | Chinese | ||
| 42344556 | 关于航天新通向航天发展增发股权收购航天发展持有的重庆金美69.2329%股权有关事宜的公告 | 2021-12-20 | Chinese | ||
| 42344516 | 关于董事辞职的公告 | 2021-12-20 | Chinese | ||
| 42344482 | 第九届监事会第十次(临时)会议决议公告 | 2021-12-20 | Chinese | ||
| 42344457 | 公司章程修正案 | 2021-12-20 | Chinese | ||
| 42344398 | 公司董事会议事规则修正案 | 2021-12-20 | 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.