Autel Intelligent Technology Corp.,Ltd. — Investor Relations & Filings
About Autel Intelligent Technology Corp.,Ltd.
Autel Intelligent Technology Corp., Ltd. specializes in the development, manufacturing, and sale of automotive intelligent diagnostics, inspection, and analysis systems. The company provides a comprehensive suite of products, including advanced diagnostic scanners, tire pressure monitoring systems (TPMS), and Advanced Driver Assistance Systems (ADAS) calibration tools. Autel's solutions are designed to support the global automotive aftermarket, offering technicians and repair shops high-performance hardware integrated with sophisticated software for vehicle maintenance and repair. Recently, the company has expanded its portfolio to include electric vehicle (EV) charging solutions, such as AC and DC chargers, to support the transition to sustainable mobility. By leveraging extensive research and development, Autel delivers integrated digital solutions that enhance diagnostic efficiency and vehicle safety across a wide range of vehicle makes and models.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 道通科技2025年半年度报告摘要 | 2025-08-15 | Chinese | |
| 道通科技关于2025年半年度利润分配方案的公告 | 2025-08-15 | Chinese | |
| 中信证券股份有限公司关于深圳市道通科技股份有限公司使用自有资金支付募投项目所需资金并以募集资金等额置换的核查意见 | 2025-08-15 | Chinese | |
| 深圳市道通科技股份有限公司章程(2025年8月修订) | 2025-08-15 | Chinese | |
| 道通科技关于变更注册资本、 修订《公司章程》 并办理工商变更登记的公告 | 2025-08-15 | Chinese | |
| 道通科技第四届董事会第二十四次会议决议公告 | 2025-08-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 38305932 | 道通科技2025年半年度报告摘要 | 2025-08-15 | Chinese | ||
| 38305915 | 道通科技关于2025年半年度利润分配方案的公告 | 2025-08-15 | Chinese | ||
| 38305902 | 中信证券股份有限公司关于深圳市道通科技股份有限公司使用自有资金支付募投项目所需资金并以募集资金等额置换的核查意见 | 2025-08-15 | Chinese | ||
| 38305884 | 深圳市道通科技股份有限公司章程(2025年8月修订) | 2025-08-15 | Chinese | ||
| 38305869 | 道通科技关于变更注册资本、 修订《公司章程》 并办理工商变更登记的公告 | 2025-08-15 | Chinese | ||
| 38305860 | 道通科技第四届董事会第二十四次会议决议公告 | 2025-08-15 | Chinese | ||
| 38305846 | 道通科技第四届监事会第十四次会议决议公告 | 2025-08-15 | Chinese | ||
| 38305831 | 道通科技关于2025年度“提质增效重回报”专项行动方案的半年度评估报告 | 2025-08-15 | Chinese | ||
| 38305816 | 道通科技2025年半年度报告 | 2025-08-15 | Chinese | ||
| 38305770 | 道通科技2024年员工持股计划第一次持有人会议决议公告 | 2025-08-15 | Chinese | ||
| 38305759 | 道通科技关于使用自有资金支付募投项目所需资金并以募集资金等额置换的公告 | 2025-08-15 | Chinese | ||
| 38305746 | 道通科技关于召开2025年第一次临时股东大会的通知 | 2025-08-15 | Chinese | ||
| 38305734 | 道通科技关于董事会秘书正式履职的公告 | 2025-07-21 | Chinese | ||
| 38305723 | 道通科技关于收到实际控制人、董事长提议实施2025年度中期分红暨落实“提质增效重回报”行动方案的公告 | 2025-07-20 | Chinese | ||
| 38305711 | 道通科技关于股份回购实施结果的公告 | 2025-07-08 | 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 |
|
Addsino Co.,Ltd
Specializes in electronic information technology and electr…
|
000547 | CN | 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 |
Autel Intelligent Technology Corp.,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/58238/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58238 | 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=58238 | 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=58238 \ -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": 58238}, 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 Autel Intelligent Technology Corp.,Ltd. (id: 58238)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.