
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-04-22 | Chinese | |
| 2024年年度财务报告 | 2025-04-22 | Chinese | |
| 第九届董事会审计委员会关于2025年第一季度报告相关事项的意见 | 2025-04-22 | Chinese | |
| 关于会计政策变更的公告 | 2025-04-22 | Chinese | |
| 关于公司及子公司拟开展衍生品交易的公告 | 2025-04-22 | Chinese | |
| 2024年度独立董事述职报告(许永东) | 2025-04-22 | Chinese |
Browse filings by year
26 years- 2026 29 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
| |||||
| 44304062 | 关于为全资子公司提供对外融资性担保额度的公告 | 2025-04-22 | Chinese | ||
| 44304054 | 2024年年度财务报告 | 2025-04-22 | Chinese | ||
| 44304034 | 第九届董事会审计委员会关于2025年第一季度报告相关事项的意见 | 2025-04-22 | Chinese | ||
| 44304027 | 关于会计政策变更的公告 | 2025-04-22 | Chinese | ||
| 44304019 | 关于公司及子公司拟开展衍生品交易的公告 | 2025-04-22 | Chinese | ||
| 44304011 | 2024年度独立董事述职报告(许永东) | 2025-04-22 | Chinese | ||
| 44304000 | 华泰联合证券有限责任公司关于新大陆数字技术股份有限公司2024年度募集资金存放与使用情况的专项核查报告 | 2025-04-22 | Chinese | ||
| 44303974 | 董事会对独立董事独立性评估的专项意见 | 2025-04-22 | Chinese | ||
| 44303963 | 第九届董事会审计委员会关于2024年年度报告相关事项的意见 | 2025-04-22 | Chinese | ||
| 44303952 | 2024年度监事会工作报告 | 2025-04-22 | Chinese | ||
| 44303949 | 关于公司及子公司开展衍生品交易的可行性报告 | 2025-04-22 | Chinese | ||
| 44303939 | 关于使用闲置自有资金购买金融理财产品的公告 | 2025-04-22 | Chinese | ||
| 44303929 | 2024年年度报告 | 2025-04-22 | Chinese | ||
| 44303927 | 年度募集资金使用鉴证报告 | 2025-04-22 | Chinese | ||
| 44303785 | 内部控制审计报告 | 2025-04-22 | 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.