
Newland Digital Technology Co.,Ltd. — Investor Relations & Filings
Newland Digital Technology Co.,Ltd. specializes in the development and manufacturing of data collection, mobile communication, and payment processing solutions. The company’s core portfolio includes a comprehensive range of electronic payment terminals (POS), barcode scanning engines, handheld scanners, and mobile data terminals. Leveraging advanced research in image processing and two-dimensional barcode decoding technology, the firm provides integrated digital identity and IoT solutions. Its products serve diverse sectors including retail, logistics, finance, and healthcare. The company focuses on digital transformation by bridging physical and digital environments through secure payment systems and high-performance data capture hardware, maintaining a significant global presence in the digital commerce infrastructure market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 新大陆数字技术股份有限公司章程(2025年12月) | 2025-12-02 | Chinese | |
| 关于股份回购实施完成暨股份变动的公告 | 2025-12-02 | Chinese | |
| 关于为全资子公司提供担保的进展公告 | 2025-11-07 | Chinese | |
| 关于回购公司股份的进展公告 | 2025-11-04 | Chinese | |
| 新大陆2025年第一次临时股东会法律意见书 | 2025-10-30 | Chinese | |
| 2025年第一次临时股东会决议公告 | 2025-10-30 | Chinese |
Browse filings by year
26 years- 2026 28 filings
- 2025 106 filings
- 2024 99 filings
- 2023 77 filings
- 2022 85 filings
- 2021 147 filings
- 2020 119 filings
- 2019 110 filings
- 2018 160 filings
- 2017 151 filings
- 2016 171 filings
- 2015 131 filings
- 2014 147 filings
- 2013 83 filings
- 2012 104 filings
- 2011 68 filings
- 2010 92 filings
- 2009 69 filings
- 2008 60 filings
- 2007 67 filings
- 2006 51 filings
- 2005 55 filings
- 2004 32 filings
- 2003 34 filings
- 2002 24 filings
- 2001 7 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44306499 | 新大陆数字技术股份有限公司章程(2025年12月) | 2025-12-02 | Chinese | ||
| 44306485 | 关于股份回购实施完成暨股份变动的公告 | 2025-12-02 | Chinese | ||
| 44306475 | 关于为全资子公司提供担保的进展公告 | 2025-11-07 | Chinese | ||
| 44306464 | 关于回购公司股份的进展公告 | 2025-11-04 | Chinese | ||
| 44306459 | 新大陆2025年第一次临时股东会法律意见书 | 2025-10-30 | Chinese | ||
| 44306450 | 2025年第一次临时股东会决议公告 | 2025-10-30 | Chinese | ||
| 44306442 | 第九届董事会第十四次会议决议公告 | 2025-10-28 | Chinese | ||
| 44306432 | 2025年三季度报告 | 2025-10-28 | Chinese | ||
| 44306431 | 第九届监事会第六次会议决议公告 | 2025-10-28 | Chinese | ||
| 44306429 | 关于注销前次回购股份完成工商变更登记的公告 | 2025-10-24 | Chinese | ||
| 44306422 | 关于召开2025年第一次临时股东会的提示性公告 | 2025-10-24 | Chinese | ||
| 44306417 | 第九届董事会第十三次会议决议公告 | 2025-10-14 | Chinese | ||
| 44306412 | 关于召开2025年第一次临时股东会的通知 | 2025-10-14 | Chinese | ||
| 44306403 | 关于回购公司股份的进展公告 | 2025-10-09 | Chinese | ||
| 44306399 | 关于使用闲置自有资金购买金融理财产品的公告 | 2025-09-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of computers and peripheral equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2CRSi
Designs and manufactures high-performance, energy-efficient…
|
2CRSI | FR | Manufacturing |
|
AAEON
Manufacturer of industrial and embedded computing platforms…
|
6579 | TW | Manufacturing |
|
ABKO CO., LTD.
Develops PC components, gaming peripherals, and consumer el…
|
129890 | KR | Manufacturing |
|
ACER
Specializes in computer hardware like PCs, laptops, desktop…
|
2353 | TW | Manufacturing |
|
ADLINK
Global provider of edge computing and IoT solutions for ind…
|
6166 | TW | Manufacturing |
|
Advantech
Global leader in industrial computing, IoT systems, and emb…
|
2395 | TW | Manufacturing |
|
AGM GROUP HOLDINGS, INC.
Designs blockchain ASIC chips and sells cryptocurrency mini…
|
AGMH | US | Manufacturing |
|
AGT
Develops computer peripherals, smart mobile devices, and sm…
|
2432 | TW | Manufacturing |
|
AIC
Designs professional display devices and visual solutions f…
|
9912 | TW | Manufacturing |
|
AMAX
Global provider of AI and HPC solutions, high-density serve…
|
6933 | TW | Manufacturing |
Newland Digital 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/53950/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53950 | 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=53950 | 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=53950 \ -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": 53950}, 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 Newland Digital Technology Co.,Ltd. (id: 53950)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.