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 |
|---|---|---|---|
|
AOPEN Incorporated
Global provider of commercial-grade small form factor compu…
|
3046 | TW | Manufacturing |
|
Apacer Technology Inc.
Global provider of memory modules, digital storage, and sma…
|
8271 | TW | Manufacturing |
|
APRO Co., LTD
Manufactures equipment for rechargeable lithium-ion batteri…
|
262260 | KR | Manufacturing |
|
Aroot Co., Ltd.
Developer and manufacturer of compact POS, mobile, label, a…
|
096690 | KR | Manufacturing |
|
Asetek A/S
Designs liquid cooling solutions and high-performance sim r…
|
ASTK | DK | Manufacturing |
|
ASROCK Inc.
Global manufacturer of motherboards, graphics cards, mini P…
|
3515 | TW | Manufacturing |
|
ASRock Rack Inc.
Specializes in high-performance server hardware, motherboar…
|
7711 | TW | Manufacturing |
|
Associated Industries China, Inc.
Designs professional display devices and visual solutions f…
|
9912 | TW | Manufacturing |
|
ASTA Co., Ltd.
Develops diagnostic solutions using mass spectrometry and n…
|
246720 | KR | Manufacturing |
|
ASUSTeK Computer Inc.
Global leader in computer hardware, electronics, gaming sol…
|
2357 | TW | 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.