-
Notifications
You must be signed in to change notification settings - Fork 0
/
hk_rthk_finance_ch.xml
2943 lines (2891 loc) · 103 KB
/
hk_rthk_finance_ch.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom" xmlns:content="https://purl.org/rss/1.0/modules/content/">
<channel>
<title>
rthk - 財經
</title>
<link>
https://news.rthk.hk/rthk/webpageCache/services/loadModNewsShowSp2List.php?lang=zh-TW&cat=5&newsCount=60&dayShiftMode=1&archive_date=
</link>
<description>
rthk - 財經
</description>
<copyright>
© 香港電台 RTHK
</copyright>
<docs>
https://www.rssboard.org/rss-specification
</docs>
<generator>
python-feedgen
</generator>
<image>
<url>
<![CDATA[https://wsrv.nl/?n=-1&url=https://news.rthk.hk/rthk/templates/st_tyneo/favicon_144x144.png]]>
</url>
<title>
rthk - 財經
</title>
<link>
https://news.rthk.hk/rthk/webpageCache/services/loadModNewsShowSp2List.php?lang=zh-TW&cat=5&newsCount=60&dayShiftMode=1&archive_date=
</link>
</image>
<language>
zh-HK
</language>
<webMaster>
webmaster@rthk.hk
</webMaster>
<item>
<title>
東涌第106B區住宅地下周五開始招標
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786983-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="地政總署公布,東涌第106B區住宅地下周五開始招標,下月14日截標。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786983_1_20250110173442.jpg&q=80">
<br>
<div class="itemFullText">
地政總署公布,位於東涌第106B區住宅地下周五開始招標,下月14日截標。
<br>
<br>
地皮面積近11.5萬平方呎,指定作私人住宅用途。最高樓面面積超過40.1萬平方呎。項目是政府今季唯一推出的地皮,預計可興建745個單位。
<br>
<br>
地皮曾在2023年推出,及後「流標」收回。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786983-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786983-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786983-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 17:40:00 +0800
</pubDate>
</item>
<item>
<title>
在岸人民幣兌美元跌6點子 再創16個月新低
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786981-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="在岸人民幣兌美元收市報7.3326元兌1美元,下跌6點子,再創16個月新低。(新華社資料圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786981_1_20250110171654.jpg&q=85">
<br>
<div class="itemFullText">
在岸人民幣兌美元收市報7.3326元兌1美元,下跌6點子,再創16個月新低。市場人士指出,美元延續強勢,市場購匯偏多。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786981-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786981-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786981-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 17:24:00 +0800
</pubDate>
</item>
<item>
<title>
財政部:上季多項房地產市場指標好轉 積極變化正逐步增多
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786980-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="廖岷相信隨著政策持續發力、房地產發展新模式逐步建立,房地產市場將進一步回穩向好。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786980_1_20250110170518.jpg&q=60">
<br>
<div class="itemFullText">
財政部綜合司司長林澤昌表示,去年第4季多項房地產市場指標已好轉,積極變化正逐步增多。他相信,隨著政策持續發力、房地產發展新模式逐步建立,房地產市場將進一步回穩向好。
<br>
<br>
副部長廖岷提到,去年9月推出一攬子增量政策,大部分已出台實施,有兩項仍在密鑼緊鼓推進。專項債支持收購存量商品房用作保障房方面,財政部正配合相關行業部門細化有關措施安排,政策明確後,地方就可以推進落實。
<br>
<br>
至於發行特別國債支持國有大行補充核心一級資本,相關銀行正在測算及細化補充資本金方案。
<br>
<br>
廖岷又強調,去年下半年安排1500億元人民幣超長期特別國債資金,支持消費品以舊換新,是真金白銀直達消費者,使用大規模財政資金直接用於老百姓消費。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786980-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786980-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786980-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 17:05:00 +0800
</pubDate>
</item>
<item>
<title>
財政部:各地置換債務平均成本普遍降低2個百分點以上
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786979-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="廖岷稱不少地方反映化債政策及時,身上擔子減輕。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786979_1_20250110170003.jpg&q=75">
<br>
<div class="itemFullText">
財政部副部長廖岷表示,為支持地方化解債務風險,中央實施了近年來力度最大的一攬子化債方案,合共安排12萬億元人民幣政策資金。他指,去年2萬億元置換額度已於上月18日全部完成發行,目前大部分地區已全部使用完;至於今年2萬億元置換債券已啟動相關發行工作。
<br>
<br>
廖岷指出,置換政策大為減輕地方當期流動性壓力,亦大大減少債務利息支出,為地方騰出更多支持內需的空間。各地置換債務平均成本普遍降低2個百分點以上,部分超過2.5個百分點。
<br>
<br>
他說,隨著化債工作系統性推進,地方資金鏈進一步暢通,發展動能增強,轉向「防風險」與「促發展」並重,不少地方反映政策及時,身上擔子減輕。
<br>
<br>
他又指,債務透明度大為增加,當局首次正式公布隱性債務餘額14.3萬億元,由法定債及隱性債雙軌管理,變成全部債務規範透明管理,得到主要評級機構及國際組織等積極評價。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786979-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786979-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786979-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 17:00:00 +0800
</pubDate>
</item>
<item>
<title>
財政部:將安排更大規模政府債券 為穩增長調結構提供更多支撐
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786978-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="廖岷稱今年以政府投資帶動銀行信貸及社會投資,恢復社會信心,助力擴大內需。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786978_1_20250110165337.jpg&q=85">
<br>
<div class="itemFullText">
財政部副部長廖岷表示,今年將加大財政政策與貨幣政策協調力度,注重提升政策組合效應及乘數效應,以政府投資帶動銀行信貸及社會投資,恢復社會信心,從而為擴大內需及助力經濟平穩健康發展發揮積極作用,推動大盤回穩。財政部將細化完善財政政策措施,靠前抓好落實,能早則早,盡早發揮政策效果。
<br>
<br>
廖岷表示,將安排更大規模政府債券,為穩增長、調結構提供更多支撐。擴大超長期特別國債規模,更大力度支持「兩重」項目,加力擴圍實施「兩新」措施。增加新增地方政府專項債限額,擴大投向領域,帶動擴大有效投資,亦會適度增加中央預算內的投資規模,將合理安排債券發行,加快資金預算下達。
<br>
<br>
他強調,面對國內外環境新情況及新問題,財政有充足政策空間及工具,適時動態調整,為經濟社會發展提供強而有力的支持。他又說,今年亦會優化支出結構,深化財稅體制改革,支持加快發展新質生產力,加大支持教育科技、綠色低碳等重點領域,促進經濟行穩致遠。
<br>
<br>
另外,他提到,用好增量資金,與盤活存量相結合,提高財政資源配置效率。他形容「同樣的錢,要花出更大效益」,反對鋪張浪費,要將更多資金用於重點領域、需要領域。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786978-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786978-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786978-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 16:53:00 +0800
</pubDate>
</item>
<item>
<title>
本港二手樓價按周升逾1% 創9周最大升幅
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786967-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="中原城市領先指數最新報139.25,按周升近1.2%,是9周以來最大。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786967_1_20250110162033.jpg&q=40">
<br>
<div class="itemFullText">
反映本港二手樓價走勢中原城市領先指數(CCL)最新報139.25,按周升近1.2%,是9周以來最大,反映上月聯儲局減息及本港銀行跟減當周市況。
<br>
<br>
大型屋苑、大型單位、中小型單位指數都升逾1%。4區樓價除新界西偏軟,其餘上升,港島升逾3%,創9周以來最大升幅,連升兩周累計近半成。
<br>
<br>
中原地產表示,減息持續為樓市帶來正面訊息,CCL連升兩周共1.53%,但近期多個新盤部署推售並減價促銷,二手市況維持拉鋸,短期樓價反覆爭持未變,預期農曆年前CCL繼續處於136點到140點徘徊,未來樓價方向仍需觀察。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786967-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786967-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786967-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 16:31:00 +0800
</pubDate>
</item>
<item>
<title>
港股收市跌近1% 本周累計跌逾3%
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786970-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="恒指早段曾升130點,隨後跌至19000點關口附近,收市報19064點,跌176點。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786970_1_20250110162634.jpg&q=20">
<br>
<div class="itemFullText">
港股下午跌幅擴大,恒生指數早段曾升130點,隨後跌至19000點關口附近,收市報19064點,跌176點,跌幅近1%,主板成交約1447億元。
<br>
<br>
各主要分類指數下跌。科技指數跌逾1%,收市報4260點。聯想集團跌近半成,美團跌近3%,阿里巴巴、騰訊及京東集團都跌1%或以上收市。晶片股靠穩,華虹半導體及中芯國際分別逆市升逾1%及近3%。
<br>
<br>
內險股及內需股受壓,中人壽及平保跌逾4%,李寧及海底撈亦跌逾4%。
<br>
<br>
首日上市的布魯可升幅收窄,早段較招股價曾升逾82%,全日收市升約41%,報85元。紐曼思收報0.69元,較招股價低近14%。
<br>
<br>
總結本周恒指及科指都跌逾3%。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786970-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786970-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786970-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 16:31:00 +0800
</pubDate>
</item>
<item>
<title>
馮程淑儀稱西九申請興建住宅項目符合當年行會及城規會發展圖則
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786971-20250110.htm
</link>
<description>
<![CDATA[<div>
<br>
<div class="itemFullText">
西九文化區管理局行政總裁馮程淑儀表示,稍後會向城規會申請興建住宅項目。她說,西九文化區是綜合發展項目,原本都有商業用途,包括酒店,寫字樓及住宅等,符合2013年行政會議及城規會批准的發展圖則,無論樓宇高度限制及地積比,住宅用途都不可多於25%,強調今次申請符合條件。
<br>
<br>
對於有區議員反映,憂慮會否有屏風效應,馮程淑儀表示,西九建議興建的樓宇高度介乎84至100米,地積比相當低,中間亦要保留3條各12米闊的通道,不准興建設施,避免造成屏風效應。
<br>
<br>
她表示,目前香港的地產市道不如往日那麼鼎盛,但已在回穩及向好的狀態,會密切留意市場狀況,他們會在過程中做市場調查,了解發展商的意欲,出標的時間取決於何時完成有關步驟,也會了解市場反應。馮程淑儀說,看到不少測量師估算,有關用地的位置非常優越,相信市場會有一定興趣,又強調有緩衝期,並非急於某時間內去做,西九也有現金流作為支持。
<br>
<br>
馮程淑儀又說,一向有跟附近居民及業主會聯繫,未來一段時間,如果他們有任何關注,可以與他們詳細解釋計劃。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786971-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786971-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786971-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 16:26:00 +0800
</pubDate>
</item>
<item>
<title>
第十一次中英經濟財金對話明天在北京舉行
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786966-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="國務院副總理何立峰(圖)將與英國財政大臣李韻晴共同主持中英經濟財金對話。(法新社資料圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786966_1_20250110161732.jpg&q=90">
<br>
<div class="itemFullText">
在北京,外交部發言人郭嘉昆表示,經中英雙方商定,第十一次中英經濟財金對話將於明日在北京舉行。中共中央政治局委員、國務院副總理、中英經濟財金對話中方牽頭人何立峰,與英國財政大臣、對話英方牽頭人李韻晴將共同主持。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786966-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786966-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786966-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 16:17:00 +0800
</pubDate>
</item>
<item>
<title>
工總稱港深合作是改革開放範例 深圳稱錨定「一點兩地」全新定位
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786964-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="莊子雄說,粵港澳大灣區作為國家戰略的重要組成部分,為港深進一步深化合作提供前所未有的機遇。(張連登攝)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786964_2_20250110163327.jpg&q=5">
<img alt="張晉周說,將主動對接服務香港發展策略,全面深化改革開放。(張連登攝)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786964_3_20250110163327.jpg&q=5">
<img alt="「大灣區工商界高峰論壇」在深圳舉行。(林漢山攝)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786964_1_20250110155245.jpg&q=55">
<br>
<div class="itemFullText">
由香港工業總會及粵港相關機構聯合主辦的「大灣區工商界高峰論壇」在深圳舉行。
<br>
<br>
工業總會主席莊子雄致辭時表示,港深兩地合作是改革開放的經典範例,在創新與實踐中不斷升級,成為大灣區發展基石,粵港澳大灣區作為國家戰略的重要組成部分,為港深進一步深化合作提供前所未有的機遇,相信只要港深兩地攜手合作,充分發揮各自優勢,一定能在大灣區建設中實現共贏,為國家發展和全球經濟注入強大動力。
<br>
<br>
深圳市政府副秘書長張晉周致辭時說,近年深圳市認真落實粵港澳大灣區發展規劃綱要的部署,錨定「一點兩地」全新定位,主動對接服務香港發展策略,全面深化改革開放,強化創新驅動,充分發揮「前海河套合作區」的重要平台作用,在科技創新、製造業、貿易、金融、人工智能和信息化、教育、醫療、旅遊等全方位各領域深層次開展交流合作,深化深港通、債券通、理財通等金融互聯互通舉措,推動粵港大灣區「路相通、城相融、人相連」,為豐富一國兩制事業發展新實踐,做出積極貢獻。
<br>
<br>
論壇主題為「深港共譜科技創新、新質生產引領未來」,多名港深兩地政府、機構、企業代表及學術界人士出席,論壇設有三場討論環節,圍繞香港在灣區及內地的角色、大灣區新質生產力發展機遇等議題分享交流。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786964-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786964-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786964-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 15:51:00 +0800
</pubDate>
</item>
<item>
<title>
廖岷:釐定今年赤字率時需統籌考慮國家發展需求等多項因素
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786962-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="廖岷(右)稱提高赤字率目的為今年經濟發展注入更多動力。(法新社資料圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786962_1_20250110154822.jpg&q=90">
<br>
<div class="itemFullText">
財政部副部長廖岷在國新辦記者會上,並無透露今年赤字率水平,說要履行法定程序後才有具體數字。他說,在釐定赤字率時,需要統籌考慮國家發展需求、宏觀調控安排、財政收支形勢、財政中長期可持續性等多項因素。
<br>
<br>
廖岷表示,提高赤字率目的為今年經濟發展注入更多動力,提高後,可更多利用財政空間,擴大財政規模,加大逆周期調控力度。
<br>
<br>
他又指,赤字率提高,連同財政政策乘數效應,必然帶來更多銀行信貸及社會資本投資,促進有效總需求增加,支持就業、消費、科技創新,推動經濟社會持續健康發展。
<br>
<br>
他認為,中國有條件提高赤字率,亦有較大舉債空間。中長期而言,中國經濟仍有較高增長潛力,負債率亦顯著低於主要經濟體及新興市場國家,財政健康及可持續。另外,中國國債利率水平低於經濟增長率,亦顯示政府舉債可持續。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786962-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786962-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786962-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 15:42:00 +0800
</pubDate>
</item>
<item>
<title>
財政部:可完成去年預算目標 實現收支平衡
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786958-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="廖民稱去年加大對基本民生及重點領域投入力度,為經濟社會提供必要支撐。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786958_1_20250110154439.jpg&q=85">
<br>
<div class="itemFullText">
財政部副部長廖岷表示,去年加力落實存量及增量政策,推動經濟向好,財政預算執行較好。他說,正在匯總去年12月及全年財政收支數據,認為全年財政收入可完成去年預算目標,實現收支平衡。
<br>
<br>
他表示,首9個月受需求不足、PPI下跌影響,全國一般公共預算收入跌2.2%,但隨著一攬子政策推出,經濟回升,財政收入止跌回升,後數月數據逐月向好,並且增速持續回升。
<br>
<br>
他又指,去年財政支出結構優化,加大對基本民生及重點領域投入力度,為經濟社會提供必要支撐。
<br>
<br>
廖岷說,今年將實施積極財政政策,持續用力,更加給力,打好組合拳,用好用足政策空間。他強調,積極財政政策未來可期,主要體現於力度、效率、時機三方面。他又說,大家可以放心,今年財政政策方向清晰明確,並且非常積極,充分考慮了加大逆周期調控需要、財政中長期可持續性。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786958-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786958-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786958-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 15:35:00 +0800
</pubDate>
</item>
<item>
<title>
內地3大指數尾市擴大跌幅 低收逾1%
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786954-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="上證指數收報3168點,跌42點,跌幅1.32%。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786954_1_20250110151052.jpg&q=80">
<br>
<div class="itemFullText">
滬深股市臨近收市跌幅擴大,3大指數跌逾1%收市。消費股下跌,人形機械人相關股份上升。
<br>
<br>
上證指數收報3168點,跌42點,跌幅1.33%。
<br>
<br>
深證成份指數報9795點,跌180點,跌幅1.8%。
<br>
<br>
創業板指數失守2000點,報1975點,跌35點,跌幅1.76%。
<br>
<br>
總結全星期,3大指數跌約1%至2%。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786954-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786954-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786954-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 15:23:00 +0800
</pubDate>
</item>
<item>
<title>
政府於大專院校及青年廣場巡迴展介紹大灣區青年機遇
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786949-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="政府在多個領域持續推出多項政策措施,支持青年把握大灣區建設機遇,開創更廣闊的發展空間。(新華社)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786949_1_20250110152253.jpg&q=1">
<br>
<div class="itemFullText">
政制及內地事務局粵港澳大灣區發展辦公室明日起至3月底,在八所大專院校的校園和青年廣場公民教育資源中心舉辦粵港澳大灣區巡迴展覽,向大專院校的學生和青年介紹粵港澳大灣區建設為香港青年帶來的重要機遇。
<br>
<br>
辦公室發言人表示,《施政報告》強調要持續促進青年發展,讓青年人發揮所長,為香港以至國家的高質量發展作出貢獻。政府在多個領域持續推出多項政策措施,支持青年把握大灣區建設機遇,開創更廣闊的發展空間。
<br>
<br>
今年的巡迴展覽於明日展開,首站設於中文大學。展覽的內容包括介紹大灣區不同領域的政策措施、為香港青年量身訂造的支援計劃和便利安排、各項支援服務,以及獲取大灣區最新實用資訊的不同渠道等,幫助參觀者進一步了解大灣區發展情況,更好把握大灣區的無限機遇。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786949-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786949-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786949-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 14:55:00 +0800
</pubDate>
</item>
<item>
<title>
韓股低收0.24% 本周升3%
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786947-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="首爾綜合指數收報2515點,跌6點,跌幅0.24%。(法新社資料圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786947_1_20250110143733.jpg&q=90">
<br>
<div class="itemFullText">
南韓股市向下,首爾綜合指數收報2515點,跌6點,跌幅0.24%。
<br>
<br>
全星期計,指數累計升3%,連升3星期。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786947-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786947-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786947-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 14:43:00 +0800
</pubDate>
</item>
<item>
<title>
日股跌逾1%收市 全星期跌約1.8%
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786946-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="日經指數本周跌約1.8%,連跌兩星期。(日本交易所圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786946_1_20250110143532.jpg&q=65">
<br>
<div class="itemFullText">
日股受壓,日經指數收報39190點,跌414點,跌幅1.05%。
<br>
<br>
日股本周跌約1.8%,連跌兩星期。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786946-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786946-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786946-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 14:41:00 +0800
</pubDate>
</item>
<item>
<title>
台股低收0.3% 力守23000點
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786942-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="台灣加權指數力守23000點水平,收報23011點,跌69點,跌幅0.3%。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786942_1_20250110140256.jpg&q=80">
<br>
<div class="itemFullText">
台股偏軟,但守住23000點水平。加權指數收報23011點,跌69點,跌幅0.3%。
<br>
<br>
指數本周累計升0.45%。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786942-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786942-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786942-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 14:17:00 +0800
</pubDate>
</item>
<item>
<title>
恒指下午開市初段偏軟
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786940-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="恒生指數較早時報19145點,跌95點,跌幅0.5%。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786940_1_20250110130744.jpg&q=1">
<br>
<div class="itemFullText">
港股下午開市初段偏軟,恒生指數較早時報19145點,跌95點,跌幅0.5%。
<br>
<br>
科技指數報4288點,跌22點,跌幅0.53%。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786940-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786940-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786940-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 13:10:00 +0800
</pubDate>
</item>
<item>
<title>
港交所委任余學勤及林基榮出任董事總經理
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786935-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="港交所委任兩名董事總經理。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786935_1_20250110124913.jpg&q=90">
<br>
<div class="itemFullText">
香港交易所宣布委任余學勤為董事總經理及市場主管,3月履新,將負責領導交易所市場科,推動香港交易所股票、衍生產品、固定收益及貨幣產品市場發展,進一步提升香港作為全球領先資本市場地位。他之前在摩根大通服務超過18年。
<br>
<br>
港交所又委任林基榮為董事總經理及戰略項目主管,本月13日履新,上任後將負責領導集團在企業及營運上的重點戰略項目,並與營運、市場、集團戰略以及平台和市場結構發展等部門緊密合作。林基榮加入前是野村董事總經理、亞洲除日本消費品及零售投資銀行部主管,在企業融資領域擔任管理職務超過25年。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786935-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786935-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">
https://news.rthk.hk/rthk/ch/component/k2/1786935-20250110.htm
</guid>
<pubDate>
Fri, 10 Jan 2025 12:55:00 +0800
</pubDate>
</item>
<item>
<title>
分析指人行暫停買入國債是政策微調訊號 減息降準或要到農曆年後
</title>
<link>
https://news.rthk.hk/rthk/ch/component/k2/1786933-20250110.htm
</link>
<description>
<![CDATA[<div>
<img alt="人民銀行宣布本月起暫停公開市場國債買入操作。有分析認為,暫停買入國債是政策微調訊號,減息降準可能要到農曆新年後。(港台圖片)" src="https://wsrv.nl/?n=-1&we&h=1080&output=webp&trim=1&url=https%3A%2F%2Fnewsstatic.rthk.hk%2Fimages%2Fmfile_1786933_1_20250110124233.jpg&q=65">
<br>
<div class="itemFullText">
人民銀行公告,鑒於近期政府債券市場持續供不應求,決定本月起暫停開展公開市場國債買入操作,後續將視乎國債市場供求狀況擇機恢復。消息引發流動性謹慎預期,國債收益率上升。30年國債收益率一度升逾5點子,10年國債升逾4點子,隨後升幅收窄。
<br>
<br>
星展香港財資市場部環球市場策略師李若凡表示,人行的國債買入操作目標是壓低短息並推高長息,令收益率曲線出現更斜的正常情況,但結果是充裕的資金流入長債壓低長期利率至歷史低位。她相信,人行暫停國債買入是希望令短息回升,帶動整條收益率曲線向上,亦可以為減息降準創造更合適環境及空間。
<br>
<br>
上海商業銀行研究部主管林俊泓分析,短息已降至人行目標水平,現時要穩定長息,國債買入未必是合適工具,形容暫停國債買入是政策策略性微調的訊號。他又說,由於目前短期資金充裕,可能要到春節後才有機會減息降準。
<br>
<br>
面對現時美國債息升而中國債息跌令息差擴闊,李若凡同林俊泓都相信,人行暫停國債買入操作穩定市場利率,亦有利穩定人民幣匯價。
</div>
<br>
<hr>
<p>
原始網址 Original URL:
<a href="https://news.rthk.hk/rthk/ch/component/k2/1786933-20250110.htm" rel="nofollow">
https://news.rthk.hk/rthk/ch/component/k2/1786933-20250110.htm
</a>
</p>
<p>
© rthk.hk
</p>
<p>
電子郵件 Email:
<a href="mailto:cnews@rthk.hk" rel="nofollow">
cnews@rthk.hk
</a>
</p>
</div>
]]>
</description>
<guid isPermaLink="true">