
AISINO CO.LTD — Investor Relations & Filings
Aisino Co., Ltd. is a technology enterprise specializing in information security, software development, and system integration. The company is a primary provider of tax-related technology solutions, notably supporting large-scale national projects through the development of tax control systems and electronic invoicing platforms. Its core business portfolio includes financial technology services, smart card manufacturing, and Internet of Things (IoT) applications. Aisino provides comprehensive technical support to government departments, financial institutions, and corporate entities. The company focuses on high-security hardware and software solutions, leveraging expertise in encryption and data management to facilitate digital transformation and regulatory compliance for its clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2017年年度审计报告 | 2018-03-21 | Chinese | |
| 2017年年度内部控制审计报告 | 2018-03-21 | Chinese | |
| 2017年年度报告 | 2018-03-21 | Chinese | |
| 第六届董事会第二十七次会议决议公告 | 2018-03-21 | Chinese | |
| 关于修改公司章程的公告 | 2018-03-21 | Chinese | |
| 第六届董事会第二十六次会议决议公告 | 2018-02-07 | Chinese |
Browse filings by year
24 years- 2026 28 filings
- 2025 101 filings
- 2024 69 filings
- 2023 79 filings
- 2022 73 filings
- 2021 73 filings
- 2020 79 filings
- 2019 107 filings
- 2018 91 filings
- 2017 91 filings
- 2016 190 filings
- 2015 103 filings
- 2014 70 filings
- 2013 35 filings
- 2012 41 filings
- 2011 36 filings
- 2010 35 filings
- 2009 42 filings
- 2008 38 filings
- 2007 32 filings
- 2006 46 filings
- 2005 19 filings
- 2004 13 filings
- 2003 14 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2018
10 filings
| |||||
| 40636834 | 2017年年度审计报告 | 2018-03-21 | Chinese | ||
| 40636310 | 2017年年度内部控制审计报告 | 2018-03-21 | Chinese | ||
| 40636248 | 2017年年度报告 | 2018-03-21 | Chinese | ||
| 40636087 | 第六届董事会第二十七次会议决议公告 | 2018-03-21 | Chinese | ||
| 40636077 | 关于修改公司章程的公告 | 2018-03-21 | Chinese | ||
| 40636066 | 第六届董事会第二十六次会议决议公告 | 2018-02-07 | Chinese | ||
| 40636058 | 关于与深圳市腾讯计算机系统有限公司签订战略合作框架协议的公告 | 2018-02-02 | Chinese | ||
| 40636048 | 关于上证e互动相关问答情况说明的公告 | 2018-01-16 | Chinese | ||
| 40636040 | 可转债转股结果暨股份变动公告 | 2018-01-04 | Chinese | ||
| 40636031 | 关于使用部分闲置资金进行投资理财到期赎回的公告 | 2018-01-04 | Chinese | ||
|
2017
5 filings
| |||||
| 40636025 | 第六届董事会第二十五次会议决议公告 | 2017-12-29 | Chinese | ||
| 40636014 | 关于通过高新技术企业重新认定的公告 | 2017-12-11 | Chinese | ||
| 40636003 | 第六届董事会第二十四次会议决议公告 | 2017-11-28 | Chinese | ||
| 40635993 | 关于控股股东改制及更名的公告 | 2017-11-24 | Chinese | ||
| 40635980 | 关于闲置资金投资理财产品到期赎回暨继续使用部分闲置资金购买理财产品的进展公告 | 2017-11-06 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1000mercis
Marketing technology group for data-driven advertising and …
|
ALMIL | FR | Telecommunications, computer pr… |
|
3C IT Solutions and Telecoms (India) Limited
Provides IT infrastructure, system integration, cloud, and …
|
544190 | IN | Telecommunications, computer pr… |
|
3 E Network Technology Group Ltd
B2B IT solutions provider of software for property, restaur…
|
MASK | US | Telecommunications, computer pr… |
|
3i Infotech limited
Provides digital transformation, cloud services, and specia…
|
3IINFOLTD | IN | Telecommunications, computer pr… |
|
4C Group AB
Provides software and expert services for readiness, traini…
|
4C | SE | Telecommunications, computer pr… |
|
4GLOBAL PLC
A data, services, and software company for the sports and p…
|
4GBL | GB | Telecommunications, computer pr… |
|
4SIGHT HOLDINGS LIMITED
Technology group providing digital transformation solutions…
|
4SIE | ZA | Telecommunications, computer pr… |
|
AAA TECHNOLOGIES LIMITED
Provides IS auditing, cybersecurity consulting, and IT comp…
|
AAATECH | IN | Telecommunications, computer pr… |
|
ABEJA,Inc.
An AI technology company that facilitates the digital trans…
|
5574 | JP | Telecommunications, computer pr… |
|
Abra Information Technologies Ltd.
Develops, implements, and integrates complex software and h…
|
ABRA | IL | Telecommunications, computer pr… |
AISINO 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/56612/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56612 | 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=56612 | 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=56612 \ -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": 56612}, 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 AISINO CO.LTD (id: 56612)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.