
Hubei DOTI Micro Technology Co.,Ltd. — Investor Relations & Filings
Hubei DOTI Micro Technology Co., Ltd. specializes in the research, development, manufacturing, and testing of semiconductor integrated circuits and discrete devices. The company provides comprehensive outsourced semiconductor assembly and test (OSAT) services, focusing on high-precision packaging solutions such as QFN, DFN, SOP, and SOT series. Its product portfolio includes power management ICs, sensors, and specialized micro-components used in consumer electronics, automotive systems, and industrial automation. DOTI Micro Technology emphasizes advanced automated production processes and rigorous quality control to deliver high-performance, miniaturized electronic components. The company supports the global supply chain by offering scalable manufacturing capabilities and technical expertise in micro-packaging technology.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度权益分派实施公告 | 2026-05-25 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-22 | Chinese | |
| 广东信达律师事务所关于湖北东田微科技股份有限公司2025年年度股东会之法律意见书 | 2026-05-22 | Chinese | |
| 东方证券股份有限公司关于湖北东田微科技股份有限公司首次公开发行股票并在创业板上市之保荐总结报告书 | 2026-05-14 | Chinese | |
| 关于公司及子公司向金融机构申请综合授信额度及提供担保并接受关联方担保的公告 | 2026-04-26 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-26 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47011301 | 2025年度权益分派实施公告 | 2026-05-25 | Chinese | ||
| 46797011 | 2025年年度股东会决议公告 | 2026-05-22 | Chinese | ||
| 46797013 | 广东信达律师事务所关于湖北东田微科技股份有限公司2025年年度股东会之法律意见书 | 2026-05-22 | Chinese | ||
| 45974774 | 东方证券股份有限公司关于湖北东田微科技股份有限公司首次公开发行股票并在创业板上市之保荐总结报告书 | 2026-05-14 | Chinese | ||
| 39094578 | 关于公司及子公司向金融机构申请综合授信额度及提供担保并接受关联方担保的公告 | 2026-04-26 | Chinese | ||
| 39094576 | 关于召开2025年年度股东会的通知 | 2026-04-26 | Chinese | ||
| 39094575 | 董事会关于独立董事独立性情况评估的专项意见 | 2026-04-26 | Chinese | ||
| 39094573 | 2025年独立董事年度述职(黄亿红) | 2026-04-26 | Chinese | ||
| 39094564 | 内部控制审计报告 | 2026-04-26 | Chinese | ||
| 39094513 | 关于2026年度日常关联交易预计公告 | 2026-04-26 | Chinese | ||
| 39094510 | 第二届董事会第十九次会议决议公告 | 2026-04-26 | Chinese | ||
| 39094508 | 2026年一季度报告 | 2026-04-26 | Chinese | ||
| 39094507 | 关于董事、高级管理人员2026年度薪酬方案的公告 | 2026-04-26 | Chinese | ||
| 39094505 | 东方证券股份有限公司关于湖北东田微科技股份有限公司2025年度持续督导现场检查报告 | 2026-04-26 | Chinese | ||
| 39094497 | 东方证券股份有限公司关于湖北东田微科技股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BOE Varitronix Limited
Global provider of small-to-medium-sized LCDs and comprehen…
|
710 | BM | Manufacturing |
|
Bomin Electronics Co.,Ltd.
Designs and manufactures high-precision PCBs and advanced i…
|
603936 | CN | Manufacturing |
|
BRAINCHIP HOLDINGS LTD
Develops neuromorphic computing for ultra-low power AI proc…
|
BRN | AU | Manufacturing |
|
Brainhole Technology Limited
Manufactures discrete semiconductors and offers smart techn…
|
2203 | HK | Manufacturing |
|
BRIGHT
Manufacturer of LED components and lighting solutions for 3…
|
3031 | TW | Manufacturing |
|
BRIGHTEK
Provides LED packaging and sensing solutions for automotive…
|
5244 | TW | Manufacturing |
|
BRITE SEMICONDUCTOR (SHANGHAI) CO., LTD.
Custom ASIC design and turnkey solution provider for IoT an…
|
688691 | CN | Manufacturing |
|
BSL CORPORATION BERHAD
Offers electronic manufacturing services (EMS) and precisio…
|
— | MY | Manufacturing |
|
Cambricon Technologies Corporation Limited
Develops AI processor chips and hardware systems for cloud …
|
688256 | CN | Manufacturing |
|
Camelot Electronics Technology Co.,Ltd.
Specializes in high-precision PCB manufacturing and electro…
|
301282 | CN | Manufacturing |
Hubei DOTI Micro Technology 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/56121/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56121 | 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=56121 | 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=56121 \ -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": 56121}, 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 Hubei DOTI Micro Technology Co.,Ltd. (id: 56121)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.