百度360必应搜狗淘宝本站头条
当前位置:网站首页 > 技术文章 > 正文

JD.com to list its property, industrial units in Hong Kong

itomcoil 2025-01-15 14:07 22 浏览

By YU Hao

Chinese e-commerce giant JD.com is planning to spin off two of its business units – JD property and JD industrials – through separate Hong Kong listings.

JD.com now holds 74.5 percent of JD Property and 78 percent of JD Industrials. After listing, JD.com will still hold more than 50 percent of each company, and both will remain its subsidiaries.

Right kind of development

Founded in 2018, JD Property builds and manages property – mostly industrial parks – at home and abroad. The company has more than 50 properties in China and 25 projects overseas. It also operates more than 100 megawatts of photovoltaic roof projects.

Back in 2018 when JD Property was founded, the Chinese government was tightening macro control policies on the property market and beefing up regulation of lending. The moves successfully curbed some leverage of real estate bubbles and encouraged the right kind of development. Having been founded at the very beginning of this tempestuous new era in China’s property market, JD Property was forged in a very different fire from China’s older developers.

Most of JD Property’s overseas projects are in Southeast Asia. Since 2021, it has invested heavily in logistics parks in Indonesia.

According to its prospectus, JD Property’s revenue grew from 582 million yuan (US$85 million) in 2020 to 2.3 billion yuan in 2022, with gross profit rising from 229 million yuan to 1.64 billion yuan.

Problem of efficiency

Marketing itself as a way of dealing with some of the low-efficiency, high-cost issues among Chinese enterprises, JD Industrial describes itself as a comprehensive provider of industrial supply-chain technology and services.

China's secondary industry output value rose from 33.3 trillion yuan to 48.3 trillion yuan between 2017 and 2022, with a compound annual growth rate of 7.7 percent. But statistics also showed that in 2022, operating costs of large-scale industrial enterprises in China accounted for 84.7 percent of total revenue; while data from the China Federation of Logistics & Purchasing indicated that the penetration rate of digital procurement in the country was only about 7.5 percent in 2022.

Independent operation

JD Industrials started to operate independently in 2017 and has so far closed two financing rounds that pushed its value to US$6.7 billion. At the end of 2022, JD Industrials was able to provide 48 product categories and approximately 42.5 million SKUs.

Data from China Insights Consultancy showed that in terms of GMV, JD Industrials is the largest service supply chain provider, occupying 4.1 percent of the total market. Its revenue grew quickly from 7 billion yuan in 2020 to 14 billion yuan last year.

相关推荐

selenium(WEB自动化工具)

定义解释Selenium是一个用于Web应用程序测试的工具。Selenium测试直接运行在浏览器中,就像真正的用户在操作一样。支持的浏览器包括IE(7,8,9,10,11),MozillaF...

开发利器丨如何使用ELK设计微服务中的日志收集方案?

【摘要】微服务各个组件的相关实践会涉及到工具,本文将会介绍微服务日常开发的一些利器,这些工具帮助我们构建更加健壮的微服务系统,并帮助排查解决微服务系统中的问题与性能瓶颈等。我们将重点介绍微服务架构中...

高并发系统设计:应对每秒数万QPS的架构策略

当面试官问及"如何应对每秒几万QPS(QueriesPerSecond)"时,大概率是想知道你对高并发系统设计的理解有多少。本文将深入探讨从基础设施到应用层面的解决方案。01、理解...

2025 年每个 JavaScript 开发者都应该了解的功能

大家好,很高兴又见面了,我是"高级前端进阶",由我带着大家一起关注前端前沿、深入前端底层技术,大家一起进步,也欢迎大家关注、点赞、收藏、转发。1.Iteratorhelpers开发者...

JavaScript Array 对象

Array对象Array对象用于在变量中存储多个值:varcars=["Saab","Volvo","BMW"];第一个数组元素的索引值为0,第二个索引值为1,以此类推。更多有...

Gemini 2.5编程全球霸榜,谷歌重回AI王座,神秘模型曝光,奥特曼迎战

刚刚,Gemini2.5Pro编程登顶,6美元性价比碾压Claude3.7Sonnet。不仅如此,谷歌还暗藏着更强的编程模型Dragontail,这次是要彻底翻盘了。谷歌,彻底打了一场漂亮的翻...

动力节点最新JavaScript教程(高级篇),深入学习JavaScript

JavaScript是一种运行在浏览器中的解释型编程语言,它的解释器被称为JavaScript引擎,是浏览器的一部分,JavaScript广泛用于浏览器客户端编程,通常JavaScript脚本是通过嵌...

一文看懂Kiro,其 Spec工作流秒杀Cursor,可移植至Claude Code

当Cursor的“即兴编程”开始拖累项目质量,AWS新晋IDEKiro以Spec工作流打出“先规范后编码”的系统工程思维:需求-设计-任务三件套一次生成,文档与代码同步落地,复杂项目不...

「晚安·好梦」努力只能及格,拼命才能优秀

欢迎光临,浏览之前点击上面的音乐放松一下心情吧!喜欢的话给小编一个关注呀!Effortscanonlypass,anddesperatelycanbeexcellent.努力只能及格...

JavaScript 中 some 与 every 方法的区别是什么?

大家好,很高兴又见面了,我是姜茶的编程笔记,我们一起学习前端相关领域技术,共同进步,也欢迎大家关注、点赞、收藏、转发,您的支持是我不断创作的动力在JavaScript中,Array.protot...

10个高效的Python爬虫框架,你用过几个?

小型爬虫需求,requests库+bs4库就能解决;大型爬虫数据,尤其涉及异步抓取、内容管理及后续扩展等功能时,就需要用到爬虫框架了。下面介绍了10个爬虫框架,大家可以学习使用!1.Scrapysc...

12个高效的Python爬虫框架,你用过几个?

实现爬虫技术的编程环境有很多种,Java、Python、C++等都可以用来爬虫。但很多人选择Python来写爬虫,为什么呢?因为Python确实很适合做爬虫,丰富的第三方库十分强大,简单几行代码便可实...

pip3 install pyspider报错问题解决

运行如下命令报错:>>>pip3installpyspider观察上面的报错问题,需要安装pycurl。是到这个网址:http://www.lfd.uci.edu/~gohlke...

PySpider框架的使用

PysiderPysider是一个国人用Python编写的、带有强大的WebUI的网络爬虫系统,它支持多种数据库、任务监控、项目管理、结果查看、URL去重等强大的功能。安装pip3inst...

「机器学习」神经网络的激活函数、并通过python实现激活函数

神经网络的激活函数、并通过python实现whatis激活函数感知机的网络结构如下:左图中,偏置b没有被画出来,如果要表示出b,可以像右图那样做。用数学式来表示感知机:上面这个数学式子可以被改写:...