IFLYTEK CO.,LTD. — Investor Relations & Filings
IFLYTEK CO.,LTD. specializes in the research and development of intelligent speech and language technologies, natural language processing, and machine learning. The company provides a comprehensive suite of artificial intelligence solutions, including speech recognition, synthesis, and translation services. Its core product ecosystem features the iFlytek Spark cognitive large language model, which powers applications across education, healthcare, automotive, and smart city sectors. IFLYTEK delivers integrated hardware and software platforms designed to enhance human-computer interaction and automate complex cognitive tasks. Key initiatives include AI-driven educational tools for personalized learning and intelligent medical systems for clinical decision support. By leveraging deep learning architectures, the company focuses on advancing cross-language communication and industrial digital transformation through high-performance AI algorithms.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于第二期员工持股计划非交易过户完成的公告 | 2026-04-14 | Chinese | |
| 第七届董事会第二次会议决议公告 | 2026-04-14 | Chinese | |
| 第二期员工持股计划 | 2026-01-09 | Chinese | |
| 安徽天禾律师事务所关于公司2026年第一次临时股东会的法律意见书 | 2026-01-09 | Chinese | |
| 第七届董事会第一次会议决议公告 | 2026-01-09 | Chinese | |
| 董事、高级管理人员薪酬管理制度 | 2026-01-04 | Chinese |
Browse filings by year
19 years- 2026 13 filings
- 2025 145 filings
- 2024 140 filings
- 2023 132 filings
- 2022 128 filings
- 2021 191 filings
- 2020 136 filings
- 2019 132 filings
- 2018 130 filings
- 2017 135 filings
- 2016 181 filings
- 2015 145 filings
- 2014 110 filings
- 2013 138 filings
- 2012 113 filings
- 2011 95 filings
- 2010 73 filings
- 2009 61 filings
- 2008 83 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 34900833 | 关于第二期员工持股计划非交易过户完成的公告 | 2026-04-14 | Chinese | ||
| 34900831 | 第七届董事会第二次会议决议公告 | 2026-04-14 | Chinese | ||
| 35150610 | 第二期员工持股计划 | 2026-01-09 | Chinese | ||
| 35150608 | 安徽天禾律师事务所关于公司2026年第一次临时股东会的法律意见书 | 2026-01-09 | Chinese | ||
| 35150600 | 第七届董事会第一次会议决议公告 | 2026-01-09 | Chinese | ||
| 35150592 | 董事、高级管理人员薪酬管理制度 | 2026-01-04 | Chinese | ||
| 35150582 | 独立董事制度(2025年12月) | 2026-01-04 | Chinese | ||
| 35150574 | 安徽天禾律师事务所关于公司2025年第三次临时股东会的法律意见书 | 2026-01-04 | Chinese | ||
| 35150572 | 公司章程(2025年12月) | 2026-01-04 | Chinese | ||
| 35150569 | 股东会议事规则(2025年12月) | 2026-01-04 | Chinese | ||
| 35150557 | 关于股权激励计划部分股票期权注销完成的公告 | 2026-01-04 | Chinese | ||
| 35150548 | 董事会议事规则(2025年12月) | 2026-01-04 | Chinese | ||
| 35150540 | 2025年第三次临时股东会决议公告 | 2026-01-04 | Chinese | ||
|
2025
2 filings
| |||||
| 35150531 | 独立董事候选人声明与承诺(张凌寒) | 2025-12-24 | Chinese | ||
| 35150527 | 第二期员工持股计划(草案)摘要 | 2025-12-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Arab Sea Information System Co.
Develops commercial and administrative software, including …
|
7201 | SA | Telecommunications, computer pr… |
|
ARAXI LIMITED
A financial technology group specializing in payments infra…
|
AXXE | ZA | Telecommunications, computer pr… |
|
ARCHERMIND TECHNOLOGY CO., LTD.
Software services for intelligent terminals, smart automoti…
|
300598 | CN | Telecommunications, computer pr… |
|
Architel Systems Corporation
Developed specialized IP software systems for telecom carri…
|
— | CA | Telecommunications, computer pr… |
|
ARCHTIS LIMITED
Develops data-centric security solutions for sensitive and …
|
AR9 | AU | Telecommunications, computer pr… |
|
ArcSoft Corporation Limited
Develops AI computer vision and imaging software for mobile…
|
688088 | CN | Telecommunications, computer pr… |
|
Arcure
Develops AI and embedded vision solutions for industrial ma…
|
ALCUR | FR | Telecommunications, computer pr… |
|
ARD GRUP BİLİŞİM TEKNOLOJİLERİ A.Ş.
Develops software and integrated tech solutions for legal, …
|
ARDYZ | TR | Telecommunications, computer pr… |
|
Arent Inc.
Develops DX solutions and SaaS products integrating BIM wit…
|
5254 | JP | Telecommunications, computer pr… |
|
Arista Networks, Inc.
Develops client-to-cloud networking solutions and high-perf…
|
ANET | US | Telecommunications, computer pr… |
IFLYTEK 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/54283/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54283 | 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=54283 | 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=54283 \ -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": 54283}, 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 IFLYTEK CO.,LTD. (id: 54283)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.