
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 |
|---|---|---|---|
| 容诚专字[2023]350Z0029号 营业收入扣除情况的专项审核报告_新大陆2022年 | 2023-04-28 | Chinese | |
| 独立董事年度述职报告 | 2023-04-28 | Chinese | |
| 2022年度董事会工作报告 | 2023-04-28 | Chinese | |
| 董事会决议公告 | 2023-04-28 | Chinese | |
| 关于重大事项的提示性公告 | 2023-04-27 | Chinese | |
| 关于公司及子公司拟开展衍生品交易的公告 | 2023-04-20 | 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 | |
|---|---|---|---|---|---|
|
2023
11 filings
| |||||
| 44298110 | 容诚专字[2023]350Z0029号 营业收入扣除情况的专项审核报告_新大陆2022年 | 2023-04-28 | Chinese | ||
| 44297861 | 独立董事年度述职报告 | 2023-04-28 | Chinese | ||
| 44297851 | 2022年度董事会工作报告 | 2023-04-28 | Chinese | ||
| 44297841 | 董事会决议公告 | 2023-04-28 | Chinese | ||
| 44297828 | 关于重大事项的提示性公告 | 2023-04-27 | Chinese | ||
| 44297819 | 关于公司及子公司拟开展衍生品交易的公告 | 2023-04-20 | Chinese | ||
| 44297806 | 关于公司及子公司开展衍生品交易的可行性报告 | 2023-04-20 | Chinese | ||
| 44297794 | 独立董事关于第八届董事会第十五次会议相关事项的独立意见 | 2023-04-20 | Chinese | ||
| 44297779 | 第八届董事会第十五次会议决议公告 | 2023-04-20 | Chinese | ||
| 44297767 | 关于使用闲置自有资金购买金融理财产品的公告 | 2023-04-20 | Chinese | ||
| 44297753 | 第八届董事会第十四次会议决议公告 | 2023-02-02 | Chinese | ||
|
2022
4 filings
| |||||
| 44297667 | 2022年三季度报告 | 2022-10-28 | Chinese | ||
| 44297645 | 董事会决议公告 | 2022-10-28 | Chinese | ||
| 44297634 | 监事会决议公告 | 2022-10-28 | Chinese | ||
| 44297618 | 监事会关于公司2022年第三季度报告有关事项的审核意见 | 2022-10-28 | 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.