BIWIN STORAGE TECHNOLOGY CO., LTD. — Investor Relations & Filings
About BIWIN STORAGE TECHNOLOGY CO., LTD.
BIWIN Storage Technology Co., Ltd. specializes in the research, development, and manufacturing of flash storage and memory solutions. The company’s product portfolio encompasses solid-state drives (SSDs), DRAM memory modules, and embedded storage solutions including eMMC, eMCP, and UFS. BIWIN provides high-performance storage for consumer electronics, industrial computing, automotive systems, and enterprise data centers. A key differentiator is its integrated business model, which combines R&D with advanced in-house packaging and testing facilities. This integration supports the delivery of reliable, high-density storage products tailored to rigorous technical requirements. Additionally, the company serves as a strategic manufacturing partner for globally recognized brands, leveraging its technical expertise to produce licensed storage hardware for international markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度报告 | 2026-03-19 | Chinese | |
| 关于公司2024年限制性股票激励计划首次授予第二个归属期符合归属条件的公告 | 2026-03-19 | Chinese | |
| 2025年度环境、社会及公司治理(ESG)报告 | 2026-03-19 | Chinese | |
| 上海兰迪律师事务所关于深圳佰维存储科技股份有限公司2024年限制性股票激励计划首次授予部分第二个归属期归属条件成就的法律意见书 | 2026-03-19 | Chinese | |
| 关于深圳佰维存储科技股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-03-19 | Chinese | |
| 2025年度独立董事述职报告(方吉槟-已离任) | 2026-03-19 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39449430 | 2025年年度报告 | 2026-03-19 | Chinese | ||
| 39449429 | 关于公司2024年限制性股票激励计划首次授予第二个归属期符合归属条件的公告 | 2026-03-19 | Chinese | ||
| 39449416 | 2025年度环境、社会及公司治理(ESG)报告 | 2026-03-19 | Chinese | ||
| 39449012 | 上海兰迪律师事务所关于深圳佰维存储科技股份有限公司2024年限制性股票激励计划首次授予部分第二个归属期归属条件成就的法律意见书 | 2026-03-19 | Chinese | ||
| 39449000 | 关于深圳佰维存储科技股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-03-19 | Chinese | ||
| 39448946 | 2025年度独立董事述职报告(方吉槟-已离任) | 2026-03-19 | Chinese | ||
| 39448939 | 2025年年度报告摘要 | 2026-03-19 | Chinese | ||
| 39448938 | 关于增加2026年度金融衍生品套期保值业务额度的可行性分析报告 | 2026-03-19 | Chinese | ||
| 39448937 | 2025年年度审计报告-天健审〔2026〕3-14号 | 2026-03-19 | Chinese | ||
| 39448934 | 2025年度会计师事务所履职情况评估报告 | 2026-03-19 | Chinese | ||
| 39448933 | 关于增加2026年金融衍生品套期保值业务额度的公告 | 2026-03-19 | Chinese | ||
| 39448925 | 董事会与薪酬与考核委员会关于2024年限制性股票激励计划首次授予第二个归属期归属名单的核查意见 | 2026-03-19 | Chinese | ||
| 39448918 | 2025年度环境、社会及公司治理(ESG)报告摘要 | 2026-03-19 | Chinese | ||
| 39448898 | 2025年度独立董事述职报告(王源-已离任) | 2026-03-19 | Chinese | ||
| 39448887 | 关于提请股东会授权董事会以简易程序向特定对象发行股票的公告 | 2026-03-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of computers and peripheral equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ATEN INTERNATIONAL CO., LTD.
Global provider of IT and professional AV connectivity and …
|
6277 | TW | Manufacturing |
|
Aures Technologies
IT manufacturer of hardware solutions for the Point-of-Sale…
|
AURS | FR | Manufacturing |
|
AVALDATA CORPORATION
Designs and manufactures high-reliability industrial electr…
|
6918 | JP | Manufacturing |
|
AVerMedia Technologies, Inc.
Global provider of digital video, audio, and AI edge comput…
|
2417 | TW | Manufacturing |
|
Avision Inc.
Global provider of scanners, laser printers, and digital of…
|
2380 | TW | Manufacturing |
|
Axiotron Corp.
Develops and manufactures specialized hardware, converting …
|
— | CA | Manufacturing |
|
BFLABS Co.,LTD.
Develops Intelligent Transportation Systems (ITS) for urban…
|
139050 | KR | Manufacturing |
|
Biostar Microtech International Corp.
Global manufacturer of computer hardware, industrial automa…
|
2399 | TW | Manufacturing |
|
BIXOLONCo.,Ltd
A global manufacturer of POS, label, and mobile printing so…
|
093190 | KR | Manufacturing |
|
BUFFALO INC.
Manufacturer of computer peripherals, specializing in netwo…
|
6676 | JP | Manufacturing |
BIWIN STORAGE 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/58466/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58466 | 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=58466 | 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=58466 \ -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": 58466}, 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 BIWIN STORAGE TECHNOLOGY CO., LTD. (id: 58466)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.