
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 |
|---|---|---|---|
| 第七届董事会第十三次会议决议公告 | 2020-10-30 | Chinese | |
| 独立董事关于第七届董事会第十三次会议审议有关事项的独立意见 | 2020-10-30 | Chinese | |
| 2020年三季度报告 | 2020-10-30 | Chinese | |
| 第七届监事会第十次会议决议公告 | 2020-10-30 | Chinese | |
| 2020年三季度报告正文 | 2020-10-30 | Chinese | |
| 股份有限公司第七届董事会第十二次会议决议公告 | 2020-10-16 | 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 | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 40641177 | 第七届董事会第十三次会议决议公告 | 2020-10-30 | Chinese | ||
| 40641170 | 独立董事关于第七届董事会第十三次会议审议有关事项的独立意见 | 2020-10-30 | Chinese | ||
| 40641154 | 2020年三季度报告 | 2020-10-30 | Chinese | ||
| 40641134 | 第七届监事会第十次会议决议公告 | 2020-10-30 | Chinese | ||
| 40641122 | 2020年三季度报告正文 | 2020-10-30 | Chinese | ||
| 40641108 | 股份有限公司第七届董事会第十二次会议决议公告 | 2020-10-16 | Chinese | ||
| 40641101 | 可转债转股结果暨股份变动公告 | 2020-10-12 | Chinese | ||
| 40641089 | 关于变更可转换公司债券募集资金投资项目后签订募集资金专户存储监管协议的公告 | 2020-09-18 | Chinese | ||
| 40641077 | 关于参加北京辖区上市公司投资者集体接待日的公告 | 2020-08-31 | Chinese | ||
| 40641067 | 2020年半年度报告摘要 | 2020-08-21 | Chinese | ||
| 40641057 | 关于2020年半年度募集资金存放与使用情况的专项报告 | 2020-08-21 | Chinese | ||
| 40641047 | 2020年半年度报告 | 2020-08-21 | Chinese | ||
| 40641044 | 第七届监事会第九次会议决议公告 | 2020-08-21 | Chinese | ||
| 40641035 | 关于修改公司章程的公告 | 2020-08-21 | Chinese | ||
| 40641027 | 第七届董事会第十一次会议决议公告 | 2020-08-21 | 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.