Topics
Countries
Singapore News
Would you like to access news/blog content published by sources located in Singapore?
Code example
If you'd like to make a REST call, then make a following POST request:
Endpoint /api/v1/article/getArticles
Request body
{
"sourceLocationUri": "http://en.wikipedia.org/wiki/Singapore",
"resultType": "articles",
"apiKey": "API_KEY"
}
If you'd like instead to do a GET request then call:
/api/v1/article/getArticles?sourceLocationUri=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FSingapore&resultType=articles&apiKey=API_KEY
Example of JSON response
Below is an example JSON object that you would receive as the result of the request. You can retrieve also additional properties such as concepts, categories, source details, etc. by specifying additional parameters in the request as described on the documentation page.
{
"articles": {
"results": [
{
"uri": "9434484657",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:19:47",
"dateTime": "2026-08-17T02:19:47Z",
"dateTimePub": "2026-08-17T02:18:19Z",
"dataType": "news",
"sim": 0.9254902005195618,
"url": "https://www.businesstimes.com.sg/companies-markets/telcos-media-tech/alibaba-sell-gaming-arm-us1-5-billion-boost-ai-pivot-bloomberg",
"title": "Alibaba to sell gaming arm for US$1.5 billion in boost to AI pivot: Bloomberg",
"body": "ALIBABA Group Holding is selling its gaming arm in a deal worth at least US$1.5 billion that will boost the Chinese e-commerce leader's pivot to AI.\n\nAsian private equity firm Trustar Capital has reached an agreement to acquire Lingxi Games, according to an internal memo distributed on Monday (Aug 17) and reviewed by Bloomberg News. \"Alibaba is handing Lingxi to Trustar due to better focus on its strategic priorities,\" said Zhou Bingshu, chief executive officer of Lingxi Games, without disclosing the size of the deal.\n\nThe transaction may value the studio at more than US$1.5 billion, Bloomberg News reported on Aug 14. Alibaba and Trustar did not immediately respond to a request for comment.\n\nAlibaba is undergoing a broader corporate reorganisation under chief executive officer Eddie Wu, divesting non-core assets while making artificial intelligence and cloud computing a top strategic priority with the aim of reaching US$100 billion in AI revenue in five years.\n\nIn August, Alibaba released its biggest ever AI model, claiming performance on par with global leader Anthropic in the latest Chinese breakthrough to challenge US rivals.\n\nLingxi's flagship and top-grossing game, Three Kingdoms: Strategy Edition, is a massive multiplayer online strategy title developed in partnership with Japan's Koei Tecmo Holdings. BLOOMBERG",
"source": {
"uri": "businesstimes.com.sg",
"dataType": "news",
"title": "The Business Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Bloomberg_News",
"type": "org",
"score": 5,
"label": {
"eng": "Bloomberg News"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Alibaba_Group",
"type": "org",
"score": 5,
"label": {
"eng": "Alibaba Group"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Artificial_intelligence",
"type": "wiki",
"score": 5,
"label": {
"eng": "Artificial intelligence"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_dollar",
"type": "wiki",
"score": 5,
"label": {
"eng": "United States dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/E-commerce",
"type": "wiki",
"score": 3,
"label": {
"eng": "E-commerce"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Private_equity",
"type": "wiki",
"score": 3,
"label": {
"eng": "Private equity"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Asia",
"type": "loc",
"score": 3,
"label": {
"eng": "Asia"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Chief_executive_officer",
"type": "wiki",
"score": 3,
"label": {
"eng": "Chief executive officer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/China",
"type": "loc",
"score": 3,
"label": {
"eng": "China"
},
"location": {
"type": "country",
"label": {
"eng": "China"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Zhou_dynasty",
"type": "loc",
"score": 2,
"label": {
"eng": "Zhou dynasty"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Koei_Tecmo",
"type": "org",
"score": 1,
"label": {
"eng": "Koei Tecmo"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Three_Kingdoms",
"type": "wiki",
"score": 1,
"label": {
"eng": "Three Kingdoms"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Eastern_Wu",
"type": "loc",
"score": 1,
"label": {
"eng": "Eastern Wu"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Massively_multiplayer_online_game",
"type": "wiki",
"score": 1,
"label": {
"eng": "Massively multiplayer online game"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cloud_computing",
"type": "wiki",
"score": 1,
"label": {
"eng": "Cloud computing"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Japan",
"type": "loc",
"score": 1,
"label": {
"eng": "Japan"
},
"location": {
"type": "country",
"label": {
"eng": "Japan"
}
}
}
],
"categories": [
{
"uri": "dmoz/Computers/Artificial_Intelligence/Publications",
"label": "dmoz/Computers/Artificial Intelligence/Publications",
"wgt": 25
},
{
"uri": "dmoz/Computers/Artificial_Intelligence/Games",
"label": "dmoz/Computers/Artificial Intelligence/Games",
"wgt": 30
},
{
"uri": "dmoz/Computers/Artificial_Intelligence/Philosophy",
"label": "dmoz/Computers/Artificial Intelligence/Philosophy",
"wgt": 19
},
{
"uri": "dmoz/Business/Management/Strategic_Management",
"label": "dmoz/Business/Management/Strategic Management",
"wgt": 22
},
{
"uri": "news/Technology",
"label": "news/Technology",
"wgt": 54
},
{
"uri": "iptc/economy,_business_and_finance/business_information",
"label": "iptc/economy, business and finance/business information",
"wgt": 98
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services/computing_and_information_technology",
"label": "iptc/economy, business and finance/products and services/computing and information technology",
"wgt": 65
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services/consumer_goods",
"label": "iptc/economy, business and finance/products and services/consumer goods",
"wgt": 78
}
],
"image": "https://cassette.sphdigital.com.sg/image/businesstimes/4964b5af8369373ad32ca88da0d31ab6250550d2bead9e9a6d72f9373aa083ad?w=1920&f=webp",
"eventUri": "eng-11927982",
"sentiment": 0.3333333333333333,
"wgt": 524629187,
"relevance": 1
},
{
"uri": "9434483982",
"lang": "tam",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:18:13",
"dateTime": "2026-08-17T02:18:13Z",
"dateTimePub": "2026-08-17T02:15:59Z",
"dataType": "news",
"sim": 0,
"url": "https://www.tamilmurasu.com.sg/world/face-mask-sales-increase-johor-amidst-fears-haze-could-have-impact",
"title": "புகைமூட்டம் பாதிக்கலாம் என்ற அச்சத்தில் ஜோகூரில் முகக்கவச விற்பனை அதிகரிப்பு, உலகம் செய்திகள் - தமிழ் முரசு World News in Tamil, Tamil Murasu",
"body": "Face mask sales have increased in Johor amidst expectations of worsening haze, prompting residents like Sharifah Faiza Salim to take precautions, including buying masks and reducing outdoor activities. Her asthmatic daughter now wears a mask to school. The Johor State Ministry of Domestic Trade reports no official complaints of mask shortages. While Johor's Air Pollutant Index (API) remains moderate (51-100) as of Sunday (August 16), unhealthy levels are recorded in Sarawak and parts of Selangor, with Serian, Sarawak, registering Malaysia's highest API at 159.\n\nஜோகூர் பாரு: வரும் வாரங்களில் புகைமூட்டம் மோசமடையலாம் என்ற எதிர்பார்ப்பில் ஜோகூரில் முகக்கவசங்களின் விற்பனை அதிகரித்துள்ளது.\n\nசில குடியிருப்பாளர்கள் முகக்கவசங்களை வாங்கிச் சேமித்து வைப்பது மற்றும் வெளிப்புற நடவடிக்கைகளைக் குறைப்பது போன்ற முன்னெச்சரிக்கை நடவடிக்கைகளை இப்போதே மேற்கொள்ளத் தொடங்கியுள்ளதாக த ஸ்டார் இணையச் செய்தி குறிப்பிட்டது.\n\nபள்ளிக்குச் செல்லும்போது, ஆஸ்துமா பாதிப்புள்ள மகள் உட்பட தனது இரண்டு பிள்ளைகளையும் முகக்கவசம் அணிந்து செல்லுமாறு கடந்த ஒரு வாரமாகவே கூறி வருவதாக 47 வயது ஷரிஃபா ஃபைசா சலீம் என்னும் இல்லத்தரசி அந்தச் செய்தித்தாளிடம் கூறினார்.\n\n\"இக்காலகட்டத்தில் எதுவும் நடக்கலாம் என்பதால், முன்னெச்சரிக்கையுடன் இருப்பது நல்லது என்று நான் கருதுகிறேன்.\n\n\"ஜோகூரில் இன்னும் புகைமூட்டம் வரவில்லை என்றாலும், வரும் வாரங்களில் நிலைமை அப்படியோ தொடரும் என உறுதியாகச் சொல்ல முடியாது,\" என்றார் அவர்.\n\nஇதற்கிடையே, முகக்கவசத் தட்டுப்பாடு குறித்து இதுவரை எந்தவோர் அதிகாரப்பூர்வ புகாரும் வரவில்லை என ஜோகூர் மாநில உள்நாட்டு வர்த்தகம் மற்றும் வாழ்க்கைச் செலவினங்கள் அமைச்சு தெரிவித்துள்ளது.\n\nஞாயிற்றுக்கிழமை (ஆகஸ்ட் 16) பிற்பகல் 2 மணி நிலவரப்படி ஜோகூரின் எல்லா மாவட்டங்களிலும் காற்று மாசுக் குறியீடு 51 முதல் 100 வரை என்னும் மிதமான அளவில் இருந்தது.\n\nஆயினும், சரவாக் மற்றும் சிலாங்கூரின் மூன்று பகுதிகளில் காற்று மாசுக் குறியீடு ஆரோக்கியமற்ற அளவைக் காட்டியது.\n\nகுறிப்பாக, சரவாக்கில் உள்ள செரியான் பகுதியில் 159 என்ற அதிகபட்ச அளவு பதிவானது. மலேசியாவிலேயே ஆக அதிகமான காற்று மாசுக் குறியீட்டு அளவு இது என கருதப்படுகிறது.\n\nசிலாங்கூரின் கிள்ளானிலுள்ள ஜோஹான் சேத்தியா என்ற பகுதி திங்கட்கிழமை (ஆகஸ்ட் 17) காலை 9 மணியளவில் 151 என்ற ஆரோக்கியமற்ற அளவைப் பதிவு செய்தது. அதேநேரம், 58 இடங்களில் மிதமான அளவில் காற்று மாசுக் குறியீடு பதிவானது.\n\nகுறியீட்டின் அளவு 50க்குள் இருந்தால் மட்டுமே சுகாதாரமான காற்று வீசுவதாக அர்த்தம்.",
"source": {
"uri": "tamilmurasu.com.sg",
"dataType": "news",
"title": "Tamil Murasu"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Wind",
"type": "wiki",
"score": 5,
"label": {
"eng": "Wind"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Internet",
"type": "wiki",
"score": 3,
"label": {
"eng": "Internet"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sarawak",
"type": "loc",
"score": 3,
"label": {
"eng": "Sarawak"
},
"location": {
"type": "place",
"label": {
"eng": "Sarawak"
},
"country": {
"type": "country",
"label": {
"eng": "Malaysia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Selangor",
"type": "loc",
"score": 3,
"label": {
"eng": "Selangor"
},
"location": {
"type": "place",
"label": {
"eng": "Selangor"
},
"country": {
"type": "country",
"label": {
"eng": "Malaysia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Malaysia",
"type": "loc",
"score": 3,
"label": {
"eng": "Malaysia"
},
"location": {
"type": "country",
"label": {
"eng": "Malaysia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Trade",
"type": "wiki",
"score": 2,
"label": {
"eng": "Trade"
}
}
],
"categories": [],
"image": "https://cassette.sphdigital.com.sg/image/tamilmurasu/2da86afc9080f6e41ec1fe7931ce3701035400a41324982ae8b3d783cd41570f",
"eventUri": null,
"sentiment": null,
"wgt": 524629093,
"relevance": 1
},
{
"uri": "9434483450",
"lang": "zho",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:17:01",
"dateTime": "2026-08-17T02:17:01Z",
"dateTimePub": "2026-08-17T02:14:45Z",
"dataType": "news",
"sim": 0,
"url": "https://www.zaobao.com.sg/finance/world/story20260817-9529313",
"title": "美伊和平谈判僵持 海峡通行放缓 国际油价小幅震荡于89美元上下",
"body": "布伦特原油期货价格星期一早间波动上行,一度超过每桶89美元(约114新元),截至10时零5分左右报每桶88.84美元,涨0.36%,并徘徊在89美元上下。 (法新社)\n\n美国与伊朗和平谈判前景仍未有定数,霍尔木兹海峡通行速度放缓,令国际油价在星期一(8月17日)早间持续小幅震荡。\n\n布伦特原油期货价格星期一早间波动上行,一度超过每桶89美元(约114新元),截至10时零5分左右报每桶88.84美元,涨0.36%,并徘徊在89美元上下。美国西得克萨斯中质原油期货则起0.16%,报每桶82.53美元。\n\n路透社报道称,阿布扎比国家石油公司(Abu Dhabi National Oil Company)运营的油轮上星期在霍尔木兹海峡遭袭,沙特阿美(Saudi Aramco)炼油厂同样遭受攻击,令中东油气产业链条再度面临不确定。\n\n伊朗外交部长阿拉格齐周末指出,伊朗未决定是否恢复与美国的谈判。同时,美国总统特朗普则敦促美国民众在冲突持续期间,接受略微上涨的汽油价格。\n\nIG市场分析师西卡莫尔(Tony Sycamore)在一份报告中指出:\"美伊双方立场依然坚定,市场只能权衡供应趋紧的风险、变通办法和其他非正式渠道带来的便利。\"\n\n受油轮遇袭事件影响,路透社报道称,数据显示霍尔木兹海峡的航运量在周末有所放缓,Kpler的船舶追踪数据显示,上星期六(15日)有五艘货轮通过海峡,上星期天(16日)则没有货轮通过,前一个周末共有31艘船通过海峡。",
"source": {
"uri": "zaobao.com.sg",
"dataType": "news",
"title": "早报"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Strait_of_Hormuz",
"type": "wiki",
"score": 5,
"label": {
"eng": "Strait of Hormuz"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Singapore_dollar",
"type": "wiki",
"score": 5,
"label": {
"eng": "Singapore dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Futures_contract",
"type": "wiki",
"score": 5,
"label": {
"eng": "Futures contract"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Brent_Crude",
"type": "wiki",
"score": 5,
"label": {
"eng": "Brent Crude"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_dollar",
"type": "wiki",
"score": 5,
"label": {
"eng": "United States dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Saudi_Aramco",
"type": "org",
"score": 4,
"label": {
"eng": "Saudi Aramco"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Oil_tanker",
"type": "wiki",
"score": 4,
"label": {
"eng": "Oil tanker"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Petroleum",
"type": "wiki",
"score": 4,
"label": {
"eng": "Petroleum"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Abu_Dhabi",
"type": "loc",
"score": 4,
"label": {
"eng": "Abu Dhabi"
},
"location": {
"type": "place",
"label": {
"eng": "Abu Dhabi"
},
"country": {
"type": "country",
"label": {
"eng": "United Arab Emirates"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Iran",
"type": "loc",
"score": 4,
"label": {
"eng": "Iran"
},
"location": {
"type": "country",
"label": {
"eng": "Iran"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ministry_of_Foreign_Affairs_(Iran)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Ministry of Foreign Affairs (Iran)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Oil_refinery",
"type": "wiki",
"score": 3,
"label": {
"eng": "Oil refinery"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Middle_East",
"type": "loc",
"score": 3,
"label": {
"eng": "Middle East"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Gasoline",
"type": "wiki",
"score": 2,
"label": {
"eng": "Gasoline"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Donald_Trump",
"type": "person",
"score": 2,
"label": {
"eng": "Donald Trump"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Agence_France-Presse",
"type": "wiki",
"score": 1,
"label": {
"eng": "Agence France-Presse"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Reuters",
"type": "wiki",
"score": 1,
"label": {
"eng": "Reuters"
}
}
],
"categories": [
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 100
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services/transport",
"label": "iptc/economy, business and finance/products and services/transport",
"wgt": 79
}
],
"image": "https://cassette.sphdigital.com.sg/image/zaobao/ebfc75db8c6e374ba876b7fbc8ed5383b3f438c321a594ac9acd878221497435",
"eventUri": null,
"sentiment": null,
"wgt": 524629021,
"relevance": 1
},
{
"uri": "9434483449",
"lang": "zho",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:17:01",
"dateTime": "2026-08-17T02:17:01Z",
"dateTimePub": "2026-08-17T02:16:04Z",
"dataType": "news",
"sim": 0.6274510025978088,
"url": "https://www.zaobao.com.sg/finance/world/story20260817-9529407",
"title": "Alphabet拟发行首批澳元债券 为AI投资筹资",
"body": "美国科技巨头Alphabet据报正筹备发行首批澳元债券,成为美国科技企业今年大举进入信贷市场、为人工智能(AI)投资筹资的最新例子。\n\n据彭博社报道,Alphabet已委托银行筹备澳元债券发行,拟发行最多四个期限的债券,最长期限可能达20年。澳新银行(ANZ)是获委任的银行之一。\n\nAlphabet本月初才在美元市场发行总值250亿美元(约319亿新元)的债券。今年以来,公司也已发行瑞士法郎、英镑、欧元、加元和日元计价债券。此外,公司近期通过股票发行筹得近850亿美元。\n\n随着AI热潮持续,美国大型科技企业纷纷通过债券及股票市场筹集巨额资金,以支持数据中心、晶片及其他AI基础设施投资。Alphabet、Meta Platforms和亚马逊等科技巨头今年已在美元及其他货币市场筹集数千亿美元。\n\n这些科技巨头对AI的庞大投资,推动股市再次屡创新高,但债券收益率走高,也引发市场对相关投资能否产生足够利润的担忧。\n\n分析人士关注的是,科技企业不断增加债务融资后,AI投资回报若不及预期,可能对企业的盈利能力和资本结构构成压力。",
"source": {
"uri": "zaobao.com.sg",
"dataType": "news",
"title": "早报"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Alphabet_Inc.",
"type": "org",
"score": 5,
"label": {
"eng": "Alphabet Inc."
}
},
{
"uri": "http://en.wikipedia.org/wiki/Australian_dollar",
"type": "wiki",
"score": 5,
"label": {
"eng": "Australian dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bond_(finance)",
"type": "wiki",
"score": 5,
"label": {
"eng": "Bond (finance)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Artificial_intelligence",
"type": "wiki",
"score": 5,
"label": {
"eng": "Artificial intelligence"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bank",
"type": "wiki",
"score": 5,
"label": {
"eng": "Bank"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_dollar",
"type": "wiki",
"score": 5,
"label": {
"eng": "United States dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stock_market",
"type": "wiki",
"score": 4,
"label": {
"eng": "Stock market"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bloomberg_News",
"type": "org",
"score": 3,
"label": {
"eng": "Bloomberg News"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Canadian_dollar",
"type": "wiki",
"score": 3,
"label": {
"eng": "Canadian dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Singapore_dollar",
"type": "wiki",
"score": 3,
"label": {
"eng": "Singapore dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Swiss_franc",
"type": "wiki",
"score": 3,
"label": {
"eng": "Swiss franc"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Japanese_yen",
"type": "wiki",
"score": 3,
"label": {
"eng": "Japanese yen"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pound_sterling",
"type": "wiki",
"score": 3,
"label": {
"eng": "Pound sterling"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stock",
"type": "wiki",
"score": 3,
"label": {
"eng": "Stock"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Euro",
"type": "wiki",
"score": 3,
"label": {
"eng": "Euro"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Meta_Platforms",
"type": "org",
"score": 2,
"label": {
"eng": "Meta Platforms"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Amazon_(company)",
"type": "org",
"score": 2,
"label": {
"eng": "Amazon (company)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Profit",
"type": "wiki",
"score": 2,
"label": {
"eng": "Profit"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Debt",
"type": "wiki",
"score": 2,
"label": {
"eng": "Debt"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Infrastructure",
"type": "wiki",
"score": 2,
"label": {
"eng": "Infrastructure"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Money",
"type": "wiki",
"score": 2,
"label": {
"eng": "Money"
}
}
],
"categories": [
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 100
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services",
"label": "iptc/economy, business and finance/products and services",
"wgt": 70
},
{
"uri": "iptc/economy,_business_and_finance/economy",
"label": "iptc/economy, business and finance/economy",
"wgt": 84
},
{
"uri": "iptc/economy,_business_and_finance/market_and_exchange",
"label": "iptc/economy, business and finance/market and exchange",
"wgt": 96
}
],
"image": "https://www.zaobao.com.sg/_web2/assets/social-share.png",
"eventUri": "zho-2092705",
"sentiment": null,
"wgt": 524629021,
"relevance": 1
},
{
"uri": "9434483176",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:16:19",
"dateTime": "2026-08-17T02:16:19Z",
"dateTimePub": "2026-08-17T02:10:00Z",
"dataType": "news",
"sim": 0.8274509906768799,
"url": "https://www.channelnewsasia.com/east-asia/japan-q2-growth-misses-forecasts-weaker-spending-investment-6322871",
"title": "Japan Q2 growth misses forecasts on weaker spending, investment",
"body": "TOKYO: Japan's economy grew at a slower-than-expected pace in April-June, government data showed on Monday (Aug 17), as lacklustre household spending and business investment partly offset the impact of strong exports.\n\nGross domestic product rose 1.1 per cent increase in annualised terms, missing a median market estimate of 2.0 per cent growth in a Reuters poll and below an upwardly revised 1.9 per cent expansion in the previous quarter.\n\n\"Growth was positive, but the details were somewhat weaker than expected,\" said Kazutaka Maeda, senior economist at Meiji Yasuda Research Institute.\n\n\"Still, given the disappointing results are likely to have been driven by temporary factors, I don't think the latest data would suggest a weakness ahead or affect the timing of the Bank of Japan's next interest rate hike,\" which is now widely expected as soon as September, he said.\n\nThe reading translates into a quarterly rise of 0.3 per cent, compared with the median estimate of a 0.5 per cent increase.\n\nPrivate consumption, which accounts for more than half of economic output, was flat, falling short of a market estimate of a 0.5 per cent increase, reflecting the effects of tuition-free education measures and higher tobacco prices.\n\nConsumption and wage trends are key factors the BOJ is watching to gauge economic strength and determine the need for additional rate hikes.\n\nCapital spending, a key driver of private demand, fell 1.2 per cent in the second quarter, versus a market forecast for a 0.4 per cent increase.\n\nTEMPORARY DRAGS\n\nYoshiki Shinke, senior executive economist at Dai-ichi Life Research Institute, said the weakness in consumption was partly due to one-off factors, including a shift in spending into government consumption through measures such as free school lunches.\n\nHe also said the decline in capital spending may have reflected disruptions and uncertainty linked to the conflict in the Middle East, but those factors were easing and corporate investment plans remained firm.\n\n\"Overall, I think we can say that the economy had remained resilient despite slower-than-expected growth,\" he added.\n\nNet external demand, or exports minus imports, added 0.5 percentage point to growth.\n\nExports remained resilient thanks to solid US demand for Japanese hybrid vehicles and sustained global investment in artificial intelligence that supported shipments of semiconductor-related equipment and components.\n\nLooking ahead, analysts cautioned that rising import costs and mounting upstream price pressures could eventually feed through to consumers, posing a risk to spending later this year.\n\nPrivate consumption could also see a pullback in the July-September quarter, after policy and regulatory changes temporarily boosted demand for durable goods such as automobiles and air conditioners in April-June.\n\nA survey this month by the Japan Center for Economic Research showed 37 economists forecast annualised GDP growth to slow to an average 0.05 per cent in the July-September quarter.",
"source": {
"uri": "channelnewsasia.com",
"dataType": "news",
"title": "CNA"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Meiji_Yasuda_Life",
"type": "org",
"score": 3,
"label": {
"eng": "Meiji Yasuda Life"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Economy_of_Japan",
"type": "wiki",
"score": 3,
"label": {
"eng": "Economy of Japan"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bank_of_Japan",
"type": "org",
"score": 3,
"label": {
"eng": "Bank of Japan"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Economist",
"type": "wiki",
"score": 3,
"label": {
"eng": "Economist"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gross_domestic_product",
"type": "wiki",
"score": 3,
"label": {
"eng": "Gross domestic product"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Japan",
"type": "loc",
"score": 3,
"label": {
"eng": "Japan"
},
"location": {
"type": "country",
"label": {
"eng": "Japan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dai-ichi_Life",
"type": "org",
"score": 2,
"label": {
"eng": "Dai-ichi Life"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Consumption_(economics)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Consumption (economics)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tobacco",
"type": "wiki",
"score": 2,
"label": {
"eng": "Tobacco"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Interest_rate",
"type": "wiki",
"score": 2,
"label": {
"eng": "Interest rate"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Car",
"type": "wiki",
"score": 1,
"label": {
"eng": "Car"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hybrid_vehicle",
"type": "wiki",
"score": 1,
"label": {
"eng": "Hybrid vehicle"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Air_conditioning",
"type": "wiki",
"score": 1,
"label": {
"eng": "Air conditioning"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Durable_good",
"type": "wiki",
"score": 1,
"label": {
"eng": "Durable good"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Artificial_intelligence",
"type": "wiki",
"score": 1,
"label": {
"eng": "Artificial intelligence"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Economic_growth",
"type": "wiki",
"score": 1,
"label": {
"eng": "Economic growth"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Middle_East",
"type": "loc",
"score": 1,
"label": {
"eng": "Middle East"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Reuters",
"type": "wiki",
"score": 1,
"label": {
"eng": "Reuters"
}
}
],
"categories": [
{
"uri": "dmoz/Business/Investing",
"label": "dmoz/Business/Investing",
"wgt": 18
},
{
"uri": "dmoz/Society/Issues/Economic",
"label": "dmoz/Society/Issues/Economic",
"wgt": 17
},
{
"uri": "dmoz/Business/Marketing_and_Advertising/Market_Research",
"label": "dmoz/Business/Marketing and Advertising/Market Research",
"wgt": 16
},
{
"uri": "dmoz/Science/Social_Sciences/Economics",
"label": "dmoz/Science/Social Sciences/Economics",
"wgt": 17
},
{
"uri": "dmoz/Business/Financial_Services/Investment_Banks",
"label": "dmoz/Business/Financial Services/Investment Banks",
"wgt": 18
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 99
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services",
"label": "iptc/economy, business and finance/products and services",
"wgt": 68
},
{
"uri": "iptc/economy,_business_and_finance/economy/economic_trends_and_indicators",
"label": "iptc/economy, business and finance/economy/economic trends and indicators",
"wgt": 86
}
],
"image": "https://dam.mediacorp.sg/image/upload/s--vv7Rw1Sm--/c_fill,g_auto,h_676,w_1200/fl_relative,g_south_east,l_mediacorp:cna:watermark:2024-04:reuters_1,w_0.1/f_auto,q_auto/v1/one-cms/core/2026-08-17T002148Z_1_LYNXMPEM7G00O_RTROPTP_3_JAPAN-ECONOMY-GDP.JPG?itok=KSA2CsHY",
"eventUri": "eng-11927911",
"sentiment": 0.04313725490196085,
"wgt": 524628979,
"relevance": 1
},
{
"uri": "9434483115",
"lang": "zho",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:16:10",
"dateTime": "2026-08-17T02:16:10Z",
"dateTimePub": "2026-08-17T02:15:34Z",
"dataType": "news",
"sim": 0.6980392336845398,
"url": "https://www.zaobao.com.sg/news/china/story20260817-9529416",
"title": "习近平形容江泽民是中国特色社会主义伟大事业的杰出领导者",
"body": "中共总书记习近平形容,已故中共前总书记江泽民是全党全军全国各族人民公认的享有崇高威望的卓越领导人,中国特色社会主义伟大事业的杰出领导者。\n\n中国在星期一(8月17日)上午举行纪念江泽民诞辰100周年大会,习近平出席大会并发表讲话。\n\n习近平形容,江泽民是全党全军全国各族人民公认的享有崇高威望的卓越领导人,伟大的马克思主义者,伟大的无产阶级革命家、政治家、军事家、外交家,久经考验的共产主义战士,中国特色社会主义伟大事业的杰出领导者,党的第三代中央领导集体的核心,\"三个代表\"重要思想的主要创立者。",
"source": {
"uri": "zaobao.com.sg",
"dataType": "news",
"title": "早报"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/General_Secretary_of_the_Communist_Party_of_China",
"type": "person",
"score": 5,
"label": {
"eng": "General Secretary of the Communist Party of China"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jiang_Zemin",
"type": "person",
"score": 5,
"label": {
"eng": "Jiang Zemin"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Socialism_with_Chinese_characteristics",
"type": "wiki",
"score": 5,
"label": {
"eng": "Socialism with Chinese characteristics"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Xi_Jinping",
"type": "person",
"score": 5,
"label": {
"eng": "Xi Jinping"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Generations_of_Chinese_leadership",
"type": "wiki",
"score": 2,
"label": {
"eng": "Generations of Chinese leadership"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Proletariat",
"type": "wiki",
"score": 2,
"label": {
"eng": "Proletariat"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Revolutionary",
"type": "wiki",
"score": 2,
"label": {
"eng": "Revolutionary"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Marxism",
"type": "wiki",
"score": 2,
"label": {
"eng": "Marxism"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Communism",
"type": "wiki",
"score": 2,
"label": {
"eng": "Communism"
}
}
],
"categories": [
{
"uri": "iptc/politics_and_government",
"label": "iptc/politics and government",
"wgt": 81
}
],
"image": "https://www.zaobao.com.sg/_web2/assets/social-share.png",
"eventUri": "zho-2093189",
"sentiment": null,
"wgt": 524628970,
"relevance": 1
},
{
"uri": "9434482260",
"lang": "eng",
"isDuplicate": true,
"date": "2026-08-17",
"time": "02:13:54",
"dateTime": "2026-08-17T02:13:54Z",
"dateTimePub": "2026-08-17T02:00:00Z",
"dataType": "news",
"sim": 0,
"url": "https://sg.news.yahoo.com/lanterns-stars-kyle-chandler-aaron-020000759.html",
"title": "'Lanterns' Stars Kyle Chandler and Aaron Pierre Break Down HBO Drama's Grounded Approach",
"body": "Add Yahoo as a preferred source to see more of our stories on Google.\n\nEvery Green Lantern fan knows that you don't choose the ring. The ring chooses you.\n\nTo wield that ring, to become a Green Lantern, you must be someone with an incredible amount of willpower. You also need the ability to overcome great fear. That second one might come in handy if you're Kyle Chandler or Aaron Pierre, two actors who, in \"Lanterns,\" are taking on iconic characters who have been around for more than 50 years in a radical new HBO adaptation.\n\n\"It wasn't intimidating until somebody said, 'You better not screw this up. You're going to get a lot of hate mail,'\" Chandler told TheWrap with a laugh before the premiere of \"Lanterns.\" \"I'm not a social media fella, you know? I'm a bit of a luddite, so I don't see all that. People don't usually share it with me unless they're my enemies. But you want to do good, and you want to respect what the show is all about.\"\n\nI didn't even finish asking if they had some fear in taking on the roles before Pierre responded, \"100%.\"\n\nThe duo stars in the new HBO series as Hal Jordan (Chandler) and John Stewart (Pierre), two of the most notable characters to take on the Green Lantern mantle (a mantle that's currently shared by about eight Earth-based heroes and thousands of intergalactic lawmen in DC Comics). At 60 years old and with a slew of all-star credits, Chandler is only now donning any sort of superhero suit for the first time -- albeit in a more grounded take than your average Green Lantern story.\n\n\"We have the people who created the show to guide us in that direction. Tom King is very well adept at comics. They didn't let us go far, and they answered every question we had,\" Chandler said. \"When people see the show, they'll see how the show is about people. It's a little bit different from what they may see. It's ground-based, it's emotional-based. It's like that. The space travel and what goes on with that, there's plenty of that. There's lots of action, there's lots of everything. But at the heart of it, it's these two guys right here.\"\n\nTaking the oath\n\nThe characters of Hal Jordan and John Stewart have been pulling off superheroics for decades on the pages of DC Comics, with the former debuting in John Broome and Gil Kane's \"Showcase #22\" in 1959 and the latter debuting in Dennis O'Neil and Neal Adams' \"Green Lantern #87\" in 1971. \"Lanterns\" sees these spacefaring lawmen pulled down to Earth, introducing them to James Gunn and Peter Safran's DCU in a Nebraska-set mystery with intergalactic ramifications.\n\nPierre has occupied this kind of world before, with one of his earliest roles being the lesser-known Kryptonian Dev-Em on Syfy's \"Krypton.\" But while a couple of actors have taken on the role of Hal Jordan before Chandler, \"Lanterns\" marks the first appearance of John Stewart in live action. He is already slated to reprise the role in \"Man of Tomorrow,\" Gunn's follow-up to last summer's \"Superman\" (which debuted Nathan Fillion as Guy Gardner, another Green Lantern who will appear in \"Lanterns\").\n\nIt's a part that has already earned Pierre rave reviews -- and a responsibility he takes incredibly seriously.\n\n\"I just want to say an enormous thank you to all of those who have been pouring love on me and sharing their joy of me being part of this journey. And I've been reciprocating that, you know? I'm so grateful to be collaborating with all of these wonderful individuals,\" Pierre told TheWrap on the \"Lanterns\" premiere red carpet. \"Everybody is not only exceptionally talented, but they are beautiful human beings with clean hearts, and that is exactly what you dream of every time you collaborate and you embark on a journey for any project.\"\n\nOne of those collaborators is Chris Mundy, who created \"Lanterns\" alongside Damon Lindelof and Tom King. According to Mundy, Pierre was turning heads as John Stewart before he even fully got the part.\n\n\"Around the time of 'Rebel Ridge,' I still remember Damon and I met him on the Warner Bros. lot, and we were walking from there, just the three of us walking back to our writers office, and there's tour busses going around Warner Bros. all the time. All these heads just kept turning, and I'm like, 'They've either seen 'Rebel Ridge,' which is possible, or Aaron is just one of those people that you just look at.' Both things are probably true at the same time with that,\" Mundy told TheWrap. \"Even in stillness, because that character, there's the marine quality of John, but then there's also the artist side of him. It's different kinds of stillness, and even with that, you're just drawn to him immediately.\"\n\nChandler, meanwhile, is just as strong a fit for his character -- a swaggering, bravado-filled charmer calling himself \"fearless\" to hide a deeper pain underneath.\n\n\"Kyle just embodies everything we were talking about,\" Mundy said. \"This likable swagger, and even when he's being kind of a jerk, there's something about it that you can't help being drawn to -- and he knows it.\"\n\nDon't be afraid\n\n\"Lanterns\" opens with a scene of a young John Stewart, decades away from seeing a Green Lantern ring up close, watching Hal Jordan reveal his identity to the world on \"60 Minutes.\" When Hal is asked how one becomes a Green Lantern, he says that the audition process is a test with one question: \"Are you afraid?\"\n\n\"Every kid's worst fear: losing a parent. Once that happens, there is nothing to fear anymore,\" he continues, referencing Geoff Johns and Ethan Van Sciver's seminal Hal Jordan text, \"Green Lantern: Rebirth.\"\n\nBut Chandler and Pierre don't view their characters so didactically. Both actors know that the true ability of a Green Lantern is not being fearless, but being able to overcome great fear.\n\n\"He's a purely human character. He's been given this, he's been gifted -- not gifted, chosen -- to take this incredible tool and overcome those fears and yet still get the job done,\" Chandler said.\n\n\"I'm into stoicism. I enjoy Ryan Holiday's books. One I'm reading at the moment is 'The Obstacle Is the Way,' and I think something that is really interesting that I read that relates to stoicism is, 'For someone to be in the freezing cold and just say, 'I'm not cold,' is less impressive than someone saying, 'I'm freezing, but I'm sitting in it regardless,''\" Pierre added. \"I think that's what we're speaking about here, you know? Feeling it, but overcoming it and besting it -- mastering it.\"\n\n\"I was just kidding. My character's fearless,\" Chandler chimed in, getting a big laugh from his co-star. \"That's why I was chosen. He wasn't chosen.\"\n\n\"I'm not sure you've watched the series,\" Pierre retorted. \"You'll have to watch it again.\"\n\nThis exchange exemplifies the Hal/John dynamic seen throughout \"Lanterns\": the hotshot vs. the soldier, the past vs. the future, the quarterback with everything to lose vs. the backup with everything to prove. With only one Green Lantern ring to go around, it's an adversarial dynamic, one reflective of the earliest days of Hal Jordan and John Stewart on the page. When asked if they were anything like this in real life, Chandler and Pierre answered in unison.\n\n\"I can't get out of here soon enough, brother, speaking quite honestly,\" Pierre said.\n\n\"I can't stand him,\" Chandler agreed. \"We really despise each other.\"\n\nAs Chandler maintained his expression, Pierre broke from the bit, speaking about their relationship with a big smile. The \"Lanterns\" lead said he and Chandler would bicker in much the same way on set, going \"on and on and on\" over the six-month shoot. When he would ask crew members if they were \"sick of Kyle and I,\" he would always get one response: \"Absolutely not.\"\n\nAnd fans of \"Lanterns\" won't be either.\n\n\"It's not a given, nor is it mandatory to develop a friendship with a colleague, a collaborator, no matter how long or extensive the job is. It's a gift when you experience it. Kyle and I had never met each other before our first meeting, and neither of us knew what we were walking into,\" Pierre said. \"When we met for the first time, it was I think a relief for both of us, and a feeling of being energized and excited about developing this friendship that we now have.\"\n\n\"Lanterns\" airs Sundays on HBO and HBO Max.\n\nThe post 'Lanterns' Stars Kyle Chandler and Aaron Pierre Break Down HBO Drama's Grounded Approach appeared first on TheWrap.",
"source": {
"uri": "sg.news.yahoo.com",
"dataType": "news",
"title": "Yahoo News"
},
"authors": [
{
"uri": "casey_loving@sg.news.yahoo.com",
"name": "Casey Loving",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/DC_Universe_(franchise)",
"type": "wiki",
"score": 5,
"label": {
"eng": "DC Universe (franchise)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Green_Lantern_(Six_Flags_Great_Adventure)",
"type": "wiki",
"score": 5,
"label": {
"eng": "Green Lantern (Six Flags Great Adventure)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kyle_Chandler",
"type": "person",
"score": 5,
"label": {
"eng": "Kyle Chandler"
}
},
{
"uri": "http://en.wikipedia.org/wiki/John_Broome_(writer)",
"type": "person",
"score": 5,
"label": {
"eng": "John Broome (writer)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/HBO",
"type": "org",
"score": 5,
"label": {
"eng": "HBO"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jordan",
"type": "loc",
"score": 5,
"label": {
"eng": "Jordan"
},
"location": {
"type": "country",
"label": {
"eng": "Jordan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Aaron_Pierre_(actor)",
"type": "wiki",
"score": 4,
"label": {
"eng": "Aaron Pierre (actor)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/TheWrap",
"type": "wiki",
"score": 4,
"label": {
"eng": "TheWrap"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Spaceflight",
"type": "wiki",
"score": 4,
"label": {
"eng": "Spaceflight"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Police_officer",
"type": "wiki",
"score": 4,
"label": {
"eng": "Police officer"
}
},
{
"uri": "http://en.wikipedia.org/wiki/DC_Comics",
"type": "wiki",
"score": 4,
"label": {
"eng": "DC Comics"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Rebel_Ridge",
"type": "wiki",
"score": 3,
"label": {
"eng": "Rebel Ridge"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Tom_King_(writer)",
"type": "person",
"score": 3,
"label": {
"eng": "Tom King (writer)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Damon_Lindelof",
"type": "person",
"score": 3,
"label": {
"eng": "Damon Lindelof"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hero",
"type": "wiki",
"score": 3,
"label": {
"eng": "Hero"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yahoo!",
"type": "org",
"score": 3,
"label": {
"eng": "Yahoo!"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Comic_book",
"type": "wiki",
"score": 3,
"label": {
"eng": "Comic book"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Superhero",
"type": "wiki",
"score": 3,
"label": {
"eng": "Superhero"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Google",
"type": "org",
"score": 3,
"label": {
"eng": "Google"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Social_media",
"type": "wiki",
"score": 3,
"label": {
"eng": "Social media"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Warner_Bros._Studios,_Burbank",
"type": "wiki",
"score": 2,
"label": {
"eng": "Warner Bros. Studios, Burbank"
}
},
{
"uri": "http://en.wikipedia.org/wiki/James_Gunn",
"type": "person",
"score": 2,
"label": {
"eng": "James Gunn"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Peter_Safran",
"type": "person",
"score": 2,
"label": {
"eng": "Peter Safran"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Showcase_(Canadian_TV_channel)",
"type": "org",
"score": 2,
"label": {
"eng": "Showcase (Canadian TV channel)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Krypton_(TV_series)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Krypton (TV series)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dennis_O'Neil",
"type": "person",
"score": 2,
"label": {
"eng": "Dennis O'Neil"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Neal_Adams",
"type": "person",
"score": 2,
"label": {
"eng": "Neal Adams"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gil_Kane",
"type": "person",
"score": 2,
"label": {
"eng": "Gil Kane"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Superman_in_film",
"type": "wiki",
"score": 2,
"label": {
"eng": "Superman in film"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nathan_Fillion",
"type": "person",
"score": 2,
"label": {
"eng": "Nathan Fillion"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Syfy",
"type": "wiki",
"score": 2,
"label": {
"eng": "Syfy"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mystery_fiction",
"type": "wiki",
"score": 2,
"label": {
"eng": "Mystery fiction"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Live_action",
"type": "wiki",
"score": 2,
"label": {
"eng": "Live action"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Red_carpet",
"type": "wiki",
"score": 2,
"label": {
"eng": "Red carpet"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Warner_Bros.",
"type": "org",
"score": 2,
"label": {
"eng": "Warner Bros."
}
},
{
"uri": "http://en.wikipedia.org/wiki/DC_Universe",
"type": "wiki",
"score": 2,
"label": {
"eng": "DC Universe"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Geoff_Johns",
"type": "person",
"score": 1,
"label": {
"eng": "Geoff Johns"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 15
},
{
"uri": "dmoz/Arts/Comics",
"label": "dmoz/Arts/Comics",
"wgt": 17
},
{
"uri": "dmoz/Games/Roleplaying",
"label": "dmoz/Games/Roleplaying",
"wgt": 15
},
{
"uri": "dmoz/Arts/Animation/Cartoons",
"label": "dmoz/Arts/Animation/Cartoons",
"wgt": 16
},
{
"uri": "dmoz/Society/Relationships/Friendship",
"label": "dmoz/Society/Relationships/Friendship",
"wgt": 13
},
{
"uri": "news/Arts_and_Entertainment",
"label": "news/Arts and Entertainment",
"wgt": 100
},
{
"uri": "iptc/human_interest",
"label": "iptc/human interest",
"wgt": 76
},
{
"uri": "iptc/arts,_culture,_entertainment_and_media/arts_and_entertainment/movies",
"label": "iptc/arts, culture, entertainment and media/arts and entertainment/movies",
"wgt": 95
},
{
"uri": "iptc/arts,_culture,_entertainment_and_media/arts_and_entertainment/music",
"label": "iptc/arts, culture, entertainment and media/arts and entertainment/music",
"wgt": 88
}
],
"image": "https://s.yimg.com/lo/mysterio/api/8767c9d9f2894c202f34d6e13361136141cec1862f15188ed4c056a7153c60c2/lightyear_networkapi/resizefill_w1024_h576%3Bquality_80%3Bformat_jpg/https%3A%2F%2Fmedia.zenfs.com%2Fen%2Fthewrap.com%2F0c61526e6cb4f3d946a70c774fd25e40.jpg",
"eventUri": null,
"sentiment": 0.1450980392156862,
"wgt": 524628834,
"relevance": 1
},
{
"uri": "9434482259",
"lang": "eng",
"isDuplicate": true,
"date": "2026-08-17",
"time": "02:13:54",
"dateTime": "2026-08-17T02:13:54Z",
"dateTimePub": "2026-08-17T02:00:00Z",
"dataType": "news",
"sim": 0,
"url": "https://sg.news.yahoo.com/did-lanterns-really-kill-character-020000669.html",
"title": "Did 'Lanterns' Really Kill That Character?",
"body": "Add Yahoo as a preferred source to see more of our stories on Google.\n\nWarning: This article contains spoilers for \"Lanterns\" Episode 1.\n\nLet's get the big spoiler out of the way.\n\nHal Jordan is dead. At least, he seems to be.\n\nThe first episode of \"Lanterns\" ends with John Stewart (Aaron Pierre) called back to Rushville, Nebraska, by Sheriff Kerry (Kelly Macdonald) a decade after he first visited the town as Hal's trainee. There, Kerry shows John that Hal (Kyle Chandler) is sitting, dead and ringless, on the bleachers of the football stadium where the trio encountered an intergalactic presence 10 years earlier.\n\nThe death of Hal Jordan, right as he was introduced to the DCU, is no doubt going to be a major talking point that looms over the rest of this season. Whether Hal stays dead is anyone's guess.\n\nBut comic book fans will know that Hal Jordan has died before. He also turned evil, destroyed the Green Lantern Corps, saved the world and became a vengeful ghost in an epic decade-spanning DC Comics saga.\n\nHere's everything you need to know about the death of Hal Jordan in DC Comics.\n\nWhat happened to Hal Jordan?\n\nIt started with the death of Superman.\n\nAfter Superman was killed at the hands of Doomsday in the iconic early-'90s storyline, the evil Cyborg Superman emerges and teams up with the villainous Mongul. Together they destroy Coast City -- the home of Green Lantern Hal Jordan.\n\nA few months later, writer Ron Marz kicked off his epic Green Lantern story with \"Emerald Twilight,\" a three-issue story that sees Hal attempt to recreate Coast City and everyone in it (including his father, who died when he was a child) with his ring. The Guardians of the Universe forbid him from doing so, causing Hal to head to Oa.\n\nOn the way, Hal fights a number of Green Lanterns, stealing their rings (and leading to the iconic cover of \"Green Lantern #49\" by Darryl Banks, Romeo Tanghal and Anthony Tollin). He then arrives to the Lanterns homeworld, where the Guardians have unleashed the villainous Sinestro. Hal kills both Sinestro and his friend/fellow Lantern Kilowog before taking all of the energy from the Central Power Battery on Oa.\n\nAll of the Guardians die except for Ganthet, who goes to Earth and chooses directionless artist Kyle Rayner to be the last remaining Green Lantern -- the Torchbearer who wields the final Lantern power ring. Hal, meanwhile, takes on the name Parallax and cements himself as a villain.\n\nWhat else did Parallax do?\n\nKyle had a couple of encounters with Parallax in his early days as a Green Lantern. During one confrontation, Hal returns to Earth to take his ring back from Kyle, causing a fight between Parallax and the Justice League. In the end, a depowered Kyle attempts to fight Parallax in a last stand, despite knowing he will easily die. Hal is impressed by this and leaves Kyle with the ring.\n\nLater, Parallax becomes the main villain of the event \"Zero Hour: Crisis in Time!\" by Dan Jurgens and Jerry Ordway, a book that helped work out some of the kinks in the post-\"Crisis on Infinite Earths\" continuity changes in the DC universe. In \"Zero Hour,\" Parallax attempts to turn back the clock and restart the universe so he can undo the destruction of Coast City and the Green Lantern Corps. Parallax is eventually shot in the heart by Hal's best friend, Green Arrow, though he survives.\n\nHow did Hal die?\n\nHal/Parallax eventually died during Karl Kesel and Stuart Immonen's 1996 event series \"The Final Night.\" There, a weapon known as a Sun-Eater extinguishes the solar system's sun, giving Earth's heroes only five days to figure out how to turn it back on before losing the planet. In the end, Parallax offers to give up his life to destroy the Sun-Eater and reignite the sun, saving the world and partially redeeming himself. Hal Jordan is given a proper memorial, with many of Earth's heroes showing up to remember his life.\n\nIn Geoff Johns and Matthew Dow Smith's 1999 event \"Day of Judgment,\" Hal is becomes the new host for the Spectre, a Spirit of Vengeance (or, as Hal puts it, a \"Spirit of Redemption\") delivering God's judgment and divine wrath. This role previously belonged to Jim Corrigan, and Hal would fill it for several years.\n\nHow did Hal come back?\n\nGeoff Johns and Ethan Van Sciver's \"Green Lantern: Rebirth\" opens with one of the most memorable images in Green Lantern comics: Two bystanders approach a crashed spaceship, and a bloody, wounded Kyle Rayner stumbles out, urging them, \"Don't be afraid.\" It is later revealed that Kyle and Ganthet have retrieved the body of Hal Jordan (still dressed as Parallax) and brought it to Earth. Other Lanterns, like John Stewart and Guy Gardner, meanwhile, start going haywire and attacking Earth's heroes.\n\nKyle later reveals to Green Arrow that he \"found something on the edge of the universe\" and learned that Parallax isn't just a name that Hal took on. Parallax is actually a living entity made of pure fear, capable of destroying whole civilizations by turning them insane. The Guardians kept Parallax a secret and hid it in the Central Power Battery on Oa, where it remained dormant for a lengthy time.\n\nBut after the destruction of Coast City, Parallax used its prison to infect Hal through his ring, preying on his fear and negative emotions. In a series of retcons, this explains why Hal turned evil, why Green Lantern rings were ineffective against the color yellow (something that's no longer true once Parallax escaped) and even why Hal Jordan developed white streaks in his hair (not unlike Kyle Chandler's salt and pepper look in \"Lanterns\").\n\nSinestro returns from the dead, revealing it was he who awakened Parallax while he was also stored in the Central Power Battery. Apparently, the version of Sinestro Hal \"killed\" was just a construct of Parallax's. This paves the way for Sinestro to use the yellow power of fear, and for the whole emotional spectrum of Lanterns, that Johns later introduced to the Green Lantern mythos.\n\nThe Spectre and Parallax begin fighting for control over Hal, and the Spectre eventually frees his soul, allowing it to return to the body that Kyle and Ganthet recovered -- and thus reviving Hal Jordan the hero for good. Parallax temporarily stores itself in Ganthet, but Hal and his fellow Lanterns eventually free the Guardian, imprison Parallax once again and banish Sinestro to the anti-matter dimension. From there, Hal became the main character of Johns' lengthy run on \"Green Lantern,\" essentially resetting his status to the pre-\"Emerald Twilight\" continuity.\n\nYou can read the first issue of \"Green Lantern: Rebirth\" for free now on DC Universe Infinite.\n\nHow does this relate to \"Lanterns\"?\n\nA lot about Hal Jordan's death on \"Lanterns\" remains unclear -- like whether or not he's actually dead at all.\n\nIt seems unlikely that a show as grounded as this will be taking on this epic saga -- one involving spirits of vengeance and extinguished suns -- any time soon. It's also unclear how long Chandler is committed to playing the character as, unlike Aaron Pierre (who is already confirmed to appear in \"Man of Tomorrow\" as John Stewart), no future appearances of Hal Jordan are currently lined up. Comic book fans know that death can be a very temporary thing, and the show already establishes that Chandler can play a younger Hal Jordan well in the first episode.\n\nChandler himself wouldn't talk much about Hal's apparent demise at the end of Episode 1. He did, however, say that he was \"full-on\" after reading the show's first script.\n\n\"I knew also that it was going to be a non-linear story and they were going to be able to shift and move it around, and I just liked it even more. It was one more dynamic to the whole thing that was going to be exciting. What I didn't know -- that was the most exciting part of it,\" Chandler told TheWrap. \"All I needed to know was what I read, the people in it, their talent level and their respectability in the business, what my manger and agent told me, and my desire to want to go out and have some fun and take a shot at a superhero. But I could tell also by reading it that this was a different project. It was a different type of superhero story, and I think people are going to dig that a lot.\"\n\n\"Lanterns\" airs Sundays on HBO and HBO Max.\n\nThe post Did 'Lanterns' Really Kill That Character? appeared first on TheWrap.",
"source": {
"uri": "sg.news.yahoo.com",
"dataType": "news",
"title": "Yahoo News"
},
"authors": [
{
"uri": "casey_loving@sg.news.yahoo.com",
"name": "Casey Loving",
"type": "author",
"isAgency": false
}
],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/DC_Universe_(franchise)",
"type": "wiki",
"score": 5,
"label": {
"eng": "DC Universe (franchise)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Green_Lantern_(Six_Flags_Great_Adventure)",
"type": "wiki",
"score": 5,
"label": {
"eng": "Green Lantern (Six Flags Great Adventure)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kyle_Chandler",
"type": "person",
"score": 5,
"label": {
"eng": "Kyle Chandler"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Parallax",
"type": "wiki",
"score": 5,
"label": {
"eng": "Parallax"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Villain",
"type": "wiki",
"score": 5,
"label": {
"eng": "Villain"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Earth",
"type": "wiki",
"score": 5,
"label": {
"eng": "Earth"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jordan",
"type": "loc",
"score": 5,
"label": {
"eng": "Jordan"
},
"location": {
"type": "country",
"label": {
"eng": "Jordan"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Green_Lantern_in_other_media",
"type": "wiki",
"score": 4,
"label": {
"eng": "Green Lantern in other media"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Oa",
"type": "wiki",
"score": 4,
"label": {
"eng": "Oa"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Superman_in_film",
"type": "wiki",
"score": 4,
"label": {
"eng": "Superman in film"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ghost",
"type": "wiki",
"score": 4,
"label": {
"eng": "Ghost"
}
},
{
"uri": "http://en.wikipedia.org/wiki/DC_Universe",
"type": "wiki",
"score": 4,
"label": {
"eng": "DC Universe"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Epic_poetry",
"type": "wiki",
"score": 4,
"label": {
"eng": "Epic poetry"
}
},
{
"uri": "http://en.wikipedia.org/wiki/DC_Comics",
"type": "wiki",
"score": 4,
"label": {
"eng": "DC Comics"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Romeo_Tanghal",
"type": "person",
"score": 3,
"label": {
"eng": "Romeo Tanghal"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Oliver_Queen_(Arrowverse)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Oliver Queen (Arrowverse)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cyborg_Superman",
"type": "person",
"score": 3,
"label": {
"eng": "Cyborg Superman"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Darryl_Banks",
"type": "person",
"score": 3,
"label": {
"eng": "Darryl Banks"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Ron_Marz",
"type": "person",
"score": 3,
"label": {
"eng": "Ron Marz"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Emerald_Twilight",
"type": "wiki",
"score": 3,
"label": {
"eng": "Emerald Twilight"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Hero",
"type": "wiki",
"score": 3,
"label": {
"eng": "Hero"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Geoff_Johns",
"type": "person",
"score": 3,
"label": {
"eng": "Geoff Johns"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kelly_Macdonald",
"type": "person",
"score": 3,
"label": {
"eng": "Kelly Macdonald"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Yahoo!",
"type": "org",
"score": 3,
"label": {
"eng": "Yahoo!"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sheriff",
"type": "wiki",
"score": 3,
"label": {
"eng": "Sheriff"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Comic_book",
"type": "wiki",
"score": 3,
"label": {
"eng": "Comic book"
}
},
{
"uri": "http://en.wikipedia.org/wiki/The_Guardian",
"type": "wiki",
"score": 3,
"label": {
"eng": "The Guardian"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Universe",
"type": "wiki",
"score": 3,
"label": {
"eng": "Universe"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Google",
"type": "org",
"score": 3,
"label": {
"eng": "Google"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Nebraska",
"type": "loc",
"score": 3,
"label": {
"eng": "Nebraska"
},
"location": {
"type": "place",
"label": {
"eng": "Nebraska"
},
"country": {
"type": "country",
"label": {
"eng": "United States"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Crisis_on_Infinite_Earths_(Arrowverse)",
"type": "wiki",
"score": 2,
"label": {
"eng": "Crisis on Infinite Earths (Arrowverse)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Matthew_Dow_Smith",
"type": "person",
"score": 2,
"label": {
"eng": "Matthew Dow Smith"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jerry_Ordway",
"type": "person",
"score": 2,
"label": {
"eng": "Jerry Ordway"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Dan_Jurgens",
"type": "person",
"score": 2,
"label": {
"eng": "Dan Jurgens"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Karl_Kesel",
"type": "person",
"score": 2,
"label": {
"eng": "Karl Kesel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/HBO",
"type": "org",
"score": 1,
"label": {
"eng": "HBO"
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 16
},
{
"uri": "dmoz/Arts/Comics",
"label": "dmoz/Arts/Comics",
"wgt": 23
},
{
"uri": "dmoz/Science/Anomalies_and_Alternative_Science",
"label": "dmoz/Science/Anomalies and Alternative Science",
"wgt": 17
},
{
"uri": "dmoz/Society/Subcultures/Anti_Social",
"label": "dmoz/Society/Subcultures/Anti Social",
"wgt": 18
},
{
"uri": "news/Arts_and_Entertainment",
"label": "news/Arts and Entertainment",
"wgt": 100
},
{
"uri": "dmoz/Society/Religion_and_Spirituality/Afterlife",
"label": "dmoz/Society/Religion and Spirituality/Afterlife",
"wgt": 16
},
{
"uri": "iptc/economy,_business_and_finance/products_and_services",
"label": "iptc/economy, business and finance/products and services",
"wgt": 68
},
{
"uri": "iptc/arts,_culture,_entertainment_and_media/arts_and_entertainment/movies",
"label": "iptc/arts, culture, entertainment and media/arts and entertainment/movies",
"wgt": 95
}
],
"image": "https://s.yimg.com/lo/mysterio/api/8f5be53ae1456a3880db399fc406924601096af0be578ceeb78d3e6efa5454d9/lightyear_networkapi/resizefill_w1024_h576%3Bquality_80%3Bformat_jpg/https%3A%2F%2Fmedia.zenfs.com%2Fen%2Fthewrap.com%2Fbeb00cb828953b0dc62922ad79dbc8c4.jpg",
"eventUri": null,
"sentiment": -0.3568627450980392,
"wgt": 524628834,
"relevance": 1
},
{
"uri": "9434482153",
"lang": "eng",
"isDuplicate": true,
"date": "2026-08-17",
"time": "02:13:47",
"dateTime": "2026-08-17T02:13:47Z",
"dateTimePub": "2026-08-17T02:06:00Z",
"dataType": "news",
"sim": 0,
"url": "https://www.asiaone.com/world/colombian-president-asks-trump-suspend-tariffs-help-earthquake-recovery",
"title": "AsiaOne",
"body": "BOGOTA, Colombia -- Colombia's President Abelardo de la Espriella has asked his ally US President Donald Trump to suspend tariffs to help the South American nation recover from a powerful earthquake that killed at least 289 people.\n\nDe la Espriella took office earlier this month just days before the 7.4 magnitude quake struck.\n\nHe was backed by Trump in Colombia's closely contested presidential election, which was decided in a runoff on June 21, and has sought to emphasise his connections with the US leader.\n\nOn Saturday (Aug 15) night, de la Espriella wrote on X that he spoke with Trump and thanked him for aid sent by the US in response to the earthquake.\n\nHe added that he \"asked him to consider the temporary suspension of the high tariffs that affect Colombian products, in order to provide relief to our businesspeople, who are facing very difficult times due to the effects of the earthquake\".\n\nThere has been no immediate response from the Trump administration to de la Espriella's request.\n\nThe US has offered a total of US$26.5 million (S$33.9 million) in earthquake aid, including food, shelters and health supplies, according to the US State Department.\n\nThe earthquake that struck Monday morning devastated parts of western Colombia, hitting cities including Pereira, Cali and Quibdo.\n\nCities along the country's Pacific coast were hit particularly hard. The president declared the quake a natural disaster.\n\nThe government has said that 143 people are missing, while other civilian-run databases put the number in the thousands.\n\nThe natural disaster, whose epicentre was in one of the poorest regions of the country, Choco, has so far left 3,937 people injured, according to the government.\n\nIn addition, it destroyed 14,705 homes and damaged another 81,536.\n\nIn Cali, Colombia's third biggest city, workers searched for the more than 70 people reported missing in that city.\n\nHope remained alive even after the key 48 to 72 hour window to find survivors beneath the rubble has long passed.\n\n\"Miracles do happen\" even though more than 120 hours have passed since the earthquake struck, said Cali Mayor Alejandro Eder from the unified command post.\n\n\"We are working where we know there are still victims; we are working in the hope of rescuing people alive.\"",
"source": {
"uri": "asiaone.com",
"dataType": "news",
"title": "AsiaOne"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Tariff",
"type": "wiki",
"score": 5,
"label": {
"eng": "Tariff"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Earthquake",
"type": "wiki",
"score": 5,
"label": {
"eng": "Earthquake"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Donald_Trump",
"type": "person",
"score": 5,
"label": {
"eng": "Donald Trump"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Colombia",
"type": "loc",
"score": 5,
"label": {
"eng": "Colombia"
},
"location": {
"type": "country",
"label": {
"eng": "Colombia"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/2016_United_States_presidential_election",
"type": "wiki",
"score": 3,
"label": {
"eng": "2016 United States presidential election"
}
},
{
"uri": "http://en.wikipedia.org/wiki/President_of_Colombia",
"type": "wiki",
"score": 3,
"label": {
"eng": "President of Colombia"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Moment_magnitude_scale",
"type": "wiki",
"score": 3,
"label": {
"eng": "Moment magnitude scale"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Two-round_system",
"type": "wiki",
"score": 3,
"label": {
"eng": "Two-round system"
}
},
{
"uri": "http://en.wikipedia.org/wiki/South_America",
"type": "loc",
"score": 3,
"label": {
"eng": "South America"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Bogotá",
"type": "loc",
"score": 3,
"label": {
"eng": "Bogotá"
},
"location": {
"type": "place",
"label": {
"eng": "Bogotá"
},
"country": {
"type": "country",
"label": {
"eng": "Colombia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Presidency_of_Donald_Trump",
"type": "wiki",
"score": 2,
"label": {
"eng": "Presidency of Donald Trump"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Suspension_bridge",
"type": "wiki",
"score": 2,
"label": {
"eng": "Suspension bridge"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Natural_disaster",
"type": "wiki",
"score": 2,
"label": {
"eng": "Natural disaster"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_Department_of_State",
"type": "wiki",
"score": 2,
"label": {
"eng": "United States Department of State"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_dollar",
"type": "wiki",
"score": 2,
"label": {
"eng": "United States dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Epicenter",
"type": "wiki",
"score": 1,
"label": {
"eng": "Epicenter"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pacific_Ocean",
"type": "wiki",
"score": 1,
"label": {
"eng": "Pacific Ocean"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Mayor",
"type": "wiki",
"score": 1,
"label": {
"eng": "Mayor"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Cali",
"type": "loc",
"score": 1,
"label": {
"eng": "Cali"
},
"location": {
"type": "place",
"label": {
"eng": "Cali"
},
"country": {
"type": "country",
"label": {
"eng": "Colombia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Chocó_Department",
"type": "loc",
"score": 1,
"label": {
"eng": "Chocó Department"
},
"location": {
"type": "place",
"label": {
"eng": "Chocó Department"
},
"country": {
"type": "country",
"label": {
"eng": "Colombia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Pereira,_Colombia",
"type": "loc",
"score": 1,
"label": {
"eng": "Pereira, Colombia"
},
"location": {
"type": "place",
"label": {
"eng": "Pereira, Colombia"
},
"country": {
"type": "country",
"label": {
"eng": "Colombia"
}
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Quibdó",
"type": "loc",
"score": 1,
"label": {
"eng": "Quibdó"
},
"location": {
"type": "place",
"label": {
"eng": "Quibdó"
},
"country": {
"type": "country",
"label": {
"eng": "Colombia"
}
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues",
"label": "dmoz/Society/Issues",
"wgt": 17
},
{
"uri": "dmoz/Science/Earth_Sciences/Natural_Disasters_and_Hazards",
"label": "dmoz/Science/Earth Sciences/Natural Disasters and Hazards",
"wgt": 29
},
{
"uri": "dmoz/Shopping/Home_and_Garden/Emergency_Supplies",
"label": "dmoz/Shopping/Home and Garden/Emergency Supplies",
"wgt": 14
},
{
"uri": "dmoz/Home/Emergency_Preparation",
"label": "dmoz/Home/Emergency Preparation",
"wgt": 15
},
{
"uri": "dmoz/Society/Philanthropy/Disaster_Relief_and_Recovery",
"label": "dmoz/Society/Philanthropy/Disaster Relief and Recovery",
"wgt": 27
},
{
"uri": "news/Politics",
"label": "news/Politics",
"wgt": 75
},
{
"uri": "iptc/disaster,_accident_and_emergency_incident/disaster/natural_disaster/earthquake",
"label": "iptc/disaster, accident and emergency incident/disaster/natural disaster/earthquake",
"wgt": 100
}
],
"image": "https://www.asiaone.com/sites/default/files/styles/article_top_image/public/original_images/Aug2026/17082026-colombia-rescuers-lift-concrete.jpg?itok=ZdqIqt2m",
"eventUri": null,
"sentiment": -0.1529411764705882,
"wgt": 524628827,
"relevance": 1
},
{
"uri": "9434481879",
"lang": "eng",
"isDuplicate": false,
"date": "2026-08-17",
"time": "02:13:25",
"dateTime": "2026-08-17T02:13:25Z",
"dateTimePub": "2026-08-17T02:12:30Z",
"dataType": "news",
"sim": 0.7058823704719543,
"url": "https://www.businesstimes.com.sg/international/asean/thai-baht-rally-may-fade-dovish-central-bank-analysts-say",
"title": "Thai baht rally may fade on dovish central bank, analysts say",
"body": "[SINGAPORE] A nascent rally in the Thai baht may be short-lived as the central bank is likely to maintain a dovish policy stance to support an economy hit by elevated oil prices, according to analysts.\n\nThe baht has strengthened 0.9 per cent so far in August, ranking as the second-best performer among South-east Asian peers.\n\nFrom here, it may dip to 33.50 per US dollar through the end of 2026, according to BNP Paribas.\n\nMUFG Bank expects the currency to weaken about 4 per cent to 34.4 in the fourth quarter as higher oil prices weigh on Thailand's trade balance.\n\nThe nation's current account swung to a US$17.7 billion deficit last quarter, from a US$1.4 billion surplus in the prior period due to higher energy imports.\n\nPolicymakers have signalled a willingness to look through near-term price pressures brought on by higher crude prices to support growth, with the central bank expected to keep borrowing costs steady at 1 per cent at its Aug 26 meeting.\n\n\"The Bank of Thailand is likely to keep policy rate at 1 per cent to support growth, putting pressure on the baht as US yields stay elevated,\" said Lloyd Chan, a foreign exchange strategist at MUFG in Singapore.\n\nThailand's trade balance may remain in deficit in the coming months following a rebound in oil, removing a pillar of support for the currency, he added.\n\nHigher energy costs are adding to broader strains on the economy, with elevated jet fuel prices and instability from the ongoing Middle East conflict weighing on tourism, a key contributor to growth.\n\nFiscal concerns are also mounting as plans to raise US$12 billion in new borrowings to fund economic stimulus and energy transition programs raise concerns over whether Thailand can keep public debt within the ceiling of 70 per cent of gross domestic product.\n\n\"The baht is showing greater signs of a twin deficit problem, especially the budget deficit,\" said Kobsidthi Silpachai, head of capital market research at Kasikornbank.\n\nA potential deterioration in fiscal sustainability may \"prompt investors to increase the risk premium, translating to higher bond yields and a weaker baht\", he said.\n\nThailand's benchmark interest rate remains the lowest in emerging Asia, even as peers including Indonesia and the Philippines have tightened to curb inflation and support their currencies.\n\n\"The baht has more room to depreciate against the US dollar in the second half of 2026\" on potentially widening interest rate differentials with the US, said Chandresh Jain, Asia emerging markets rates and FX strategist at BNP Paribas, who expects the US Federal Reserve to implement three consecutive rate hikes from December.\n\nThat would temper the seasonal boost to the baht from year-end tourism, he said. BLOOMBERG",
"source": {
"uri": "businesstimes.com.sg",
"dataType": "news",
"title": "The Business Times"
},
"authors": [],
"concepts": [
{
"uri": "http://en.wikipedia.org/wiki/Thai_baht",
"type": "wiki",
"score": 5,
"label": {
"eng": "Thai baht"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Central_bank",
"type": "wiki",
"score": 5,
"label": {
"eng": "Central bank"
}
},
{
"uri": "http://en.wikipedia.org/wiki/United_States_dollar",
"type": "wiki",
"score": 5,
"label": {
"eng": "United States dollar"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Price_of_oil",
"type": "wiki",
"score": 4,
"label": {
"eng": "Price of oil"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Thailand",
"type": "loc",
"score": 4,
"label": {
"eng": "Thailand"
},
"location": {
"type": "country",
"label": {
"eng": "Thailand"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Current_account_(balance_of_payments)",
"type": "wiki",
"score": 3,
"label": {
"eng": "Current account (balance of payments)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/MUFG_Bank",
"type": "org",
"score": 3,
"label": {
"eng": "MUFG Bank"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Balance_of_trade",
"type": "wiki",
"score": 3,
"label": {
"eng": "Balance of trade"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Southeast_Asia",
"type": "loc",
"score": 3,
"label": {
"eng": "Southeast Asia"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Currency",
"type": "wiki",
"score": 3,
"label": {
"eng": "Currency"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Bank_of_Thailand",
"type": "org",
"score": 2,
"label": {
"eng": "Bank of Thailand"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Jet_fuel",
"type": "wiki",
"score": 2,
"label": {
"eng": "Jet fuel"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Foreign_exchange_market",
"type": "wiki",
"score": 2,
"label": {
"eng": "Foreign exchange market"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Petroleum",
"type": "wiki",
"score": 2,
"label": {
"eng": "Petroleum"
}
},
{
"uri": "http://en.wikipedia.org/wiki/BNP_Paribas",
"type": "org",
"score": 2,
"label": {
"eng": "BNP Paribas"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Singapore",
"type": "loc",
"score": 2,
"label": {
"eng": "Singapore"
},
"location": {
"type": "country",
"label": {
"eng": "Singapore"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Emerging_market",
"type": "wiki",
"score": 1,
"label": {
"eng": "Emerging market"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Federal_Reserve",
"type": "org",
"score": 1,
"label": {
"eng": "Federal Reserve"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Kasikornbank",
"type": "org",
"score": 1,
"label": {
"eng": "Kasikornbank"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Risk_premium",
"type": "wiki",
"score": 1,
"label": {
"eng": "Risk premium"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Deficit_spending",
"type": "wiki",
"score": 1,
"label": {
"eng": "Deficit spending"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Depreciation",
"type": "wiki",
"score": 1,
"label": {
"eng": "Depreciation"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Government_debt",
"type": "wiki",
"score": 1,
"label": {
"eng": "Government debt"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Sustainability",
"type": "wiki",
"score": 1,
"label": {
"eng": "Sustainability"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Stimulus_(economics)",
"type": "wiki",
"score": 1,
"label": {
"eng": "Stimulus (economics)"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Capital_market",
"type": "wiki",
"score": 1,
"label": {
"eng": "Capital market"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Gross_domestic_product",
"type": "wiki",
"score": 1,
"label": {
"eng": "Gross domestic product"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Interest_rate",
"type": "wiki",
"score": 1,
"label": {
"eng": "Interest rate"
}
},
{
"uri": "http://en.wikipedia.org/wiki/Middle_East",
"type": "loc",
"score": 1,
"label": {
"eng": "Middle East"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Asia",
"type": "loc",
"score": 1,
"label": {
"eng": "Asia"
},
"location": null
},
{
"uri": "http://en.wikipedia.org/wiki/Philippines",
"type": "loc",
"score": 1,
"label": {
"eng": "Philippines"
},
"location": {
"type": "country",
"label": {
"eng": "Philippines"
}
}
},
{
"uri": "http://en.wikipedia.org/wiki/Indonesia",
"type": "loc",
"score": 1,
"label": {
"eng": "Indonesia"
},
"location": {
"type": "country",
"label": {
"eng": "Indonesia"
}
}
}
],
"categories": [
{
"uri": "dmoz/Society/Issues/Economic",
"label": "dmoz/Society/Issues/Economic",
"wgt": 17
},
{
"uri": "dmoz/Science/Technology/Energy",
"label": "dmoz/Science/Technology/Energy",
"wgt": 16
},
{
"uri": "dmoz/Society/Issues/Warfare_and_Conflict",
"label": "dmoz/Society/Issues/Warfare and Conflict",
"wgt": 14
},
{
"uri": "dmoz/Society/Government/Finance",
"label": "dmoz/Society/Government/Finance",
"wgt": 29
},
{
"uri": "dmoz/Recreation/Picture_Ratings",
"label": "dmoz/Recreation/Picture Ratings",
"wgt": 16
},
{
"uri": "news/Business",
"label": "news/Business",
"wgt": 100
},
{
"uri": "iptc/economy,_business_and_finance/economy",
"label": "iptc/economy, business and finance/economy",
"wgt": 78
},
{
"uri": "iptc/economy,_business_and_finance/market_and_exchange",
"label": "iptc/economy, business and finance/market and exchange",
"wgt": 62
}
],
"image": "https://cassette.sphdigital.com.sg/image/businesstimes/f245ccf8d94b009a0ba800166487788ee28c5fa41bbe146742f5677672da2a23?w=1920&f=webp",
"eventUri": "eng-11927234",
"sentiment": 0.03529411764705892,
"wgt": 524628805,
"relevance": 1
}
],
"totalResults": 36782,
"page": 1,
"count": 10,
"pages": 3679
}
}