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 |
|---|---|---|---|
|
AI/ML Innovations Inc.
Digital healthcare technology applying AI/ML neural network…
|
AIML | CA | Telecommunications, computer pr… |
|
AInnovation Technology Group Co., Ltd
Provides enterprise AI solutions, including software and ha…
|
2121 | HK | Telecommunications, computer pr… |
|
Aino Health AB (publ)
A SaaS platform for managing and reducing employee sickness…
|
AINO | SE | Telecommunications, computer pr… |
|
AISAN TECHNOLOGY CO.,LTD.
Develops CAD and mobile mapping systems for surveying and c…
|
4667 | JP | Telecommunications, computer pr… |
|
AI storm CO.,LTD.
An IT services company offering IT consulting, digital sign…
|
3719 | JP | Telecommunications, computer pr… |
|
Alchera Inc.
A Vision AI company specializing in face analysis, OCR, and…
|
347860 | KR | Telecommunications, computer pr… |
|
ALCIDION GROUP LIMITED
Develops software to enhance patient safety and clinical pr…
|
ALC | AU | Telecommunications, computer pr… |
|
ALEEN INC.
Digital health platform providing AI-driven symptom checkin…
|
ALEN.U | CA | Telecommunications, computer pr… |
|
ALFA FINANCIAL SOFTWARE HOLDINGS PL
Developer of a cloud-based SaaS platform for the global ass…
|
ALFA | GB | Telecommunications, computer pr… |
|
Algorhythm Holdings, Inc.
An AI and electronics holding company for logistics and kar…
|
RIME | 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.